Skip to content

Releases: abhishek-ram/django-pyas2

v1.2.3: Upgrade pyas2lib and pytest-django to the latest versions (#96)

25 Feb 02:33
3d5c1f3
Compare
Choose a tag to compare
  • Bump version of pyas2lib to 1.4.3
  • Update variables in run_post_receive to fit the meaning (#82 by @timfanda35)
  • Fix link to AUTHORS since now it's a Markdown file (#85 by @adiroiban)
  • Update the lengths of the payload fields to allow longer file names (#87 by @pouldenton)
  • Update documentation to use django-admin instead of django-admin.py (#89 by @bkc)

v1.2.2

06 Feb 11:07
Compare
Choose a tag to compare
  • Bump version of pyas2lib to 1.4.0 (PR #70 )
  • Use github actions for running test pipeline instead of travis
  • Add support for python 3.10 and upgrade pytest* packages
  • Deprecate support for python 3.6
  • Replace deprecated ugettext with gettext_lazy (PR #68 by @liquidxinc )

v1.2.1

08 May 11:35
Compare
Choose a tag to compare
  • Bump version of pyas2lib to 1.3.3
  • Use orig_message_id as Message ID for MDN if no message_id was provided
  • Retry when no ASYNC MDN is received, before finally failing after retries
  • Bump version of django to 2.2.18

v1.2.0

12 Apr 16:18
Compare
Choose a tag to compare
  • Bump version of pyas2lib to 1.3.1
  • Improve the test coverage for the repo
  • Use django storage framework when dealing with the file system
  • Handle cases where we get a 200 response without an MDN when sending messages
  • Set login required for the download and send message endpoints

v1.1.1

25 Jun 14:35
Compare
Choose a tag to compare
  • Bump version of pyas2lib to 1.2.2
  • Add more logging for better debugging
  • Removing X-Frame-Options header from AS2 response object

v1.1.0: Merge pull request #11 from chadgates/documentation

13 Jun 07:02
e2997da
Compare
Choose a tag to compare
  • Use original filename when saving to store and allow search by filename.
  • Bump version of pyas2lib to 1.2.0 to fix issue #5
  • Minimum version of django is now 2.1.9 which fixes issue #8
  • Extract and save certificate information on upload.

v1.0.1

02 May 07:54
Compare
Choose a tag to compare
  • Use current date as sub-folder in message store
  • Use password widget for key_pass field of PrivateKey
  • Better rendering of headers and payload in messages
  • Include templates in the distribution