- 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 )
- 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
- 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
- Bump version of pyas2lib to 1.2.2
- Add more logging for better debugging
- Removing X-Frame-Options header from AS2 response object
- 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.
- Add command sendas2bulk for sending messages in the outbox folders.
- Add command manageas2server for cleanup, async mdns and retries.
- 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
- Initial release.