Releases: abhishek-ram/pyas2
Releases · abhishek-ram/pyas2
0.4.6
Minor Fixes and Imporvements
- Use uuid for filenames and not message id
- More verbose logging of exceptions
Better Handling of Signature Verification
- Cleaner handling of signature verifications
- Added test cases for sterling b2b integrator message and mdn
- Set
max_length
for file fields to manage long folder names.
Use Django Pagination
- Use pagination when listing messages in the GUI, also do not use Datatables.
- Set the request MDN field default value to False.
Dependency Fixes
- Freeze versions of django and CherryPy in setup.py.
Fixes and Improvements
- Fixed pagination issue where it was showing only 25 messages and mdns.
- Added the admin command cleanas2server for deleting old data and logs.
Add Automated Testing
- Added django test cases for testing each of the permutations as defined in RFC 4130 Section 2.4.2
- Code now follows the pep-8 standard
- Django admin commands now use argparse instead or optparse
Customizable MDN Message
Added functionality to customize MDN messages at organization and partner levels
Support for Django 1.9
Includes support for Django 1.9
Updated to UI
Updated to documentation