Releases: abhishek-ram/django-pyas2
Releases · abhishek-ram/django-pyas2
v1.2.3: Upgrade pyas2lib and pytest-django to the latest versions (#96)
- 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
- 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
- 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
- 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
- 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
v1.0.1
- 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