Skip to content

Releases: abhishek-ram/pyas2

0.4.6

17 Apr 11:31
Compare
Choose a tag to compare
  • Add support for sending CSV files
  • Handle cases where compression can happen before signing

Minor Fixes and Imporvements

20 Mar 05:46
5217ec1
Compare
Choose a tag to compare
  • Use uuid for filenames and not message id
  • More verbose logging of exceptions

Better Handling of Signature Verification

27 Jan 05:17
Compare
Choose a tag to compare
  • 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

04 Apr 07:57
Compare
Choose a tag to compare
  • Use pagination when listing messages in the GUI, also do not use Datatables.
  • Set the request MDN field default value to False.

Dependency Fixes

07 Mar 05:22
Compare
Choose a tag to compare
  • Freeze versions of django and CherryPy in setup.py.

Fixes and Improvements

04 Oct 05:50
Compare
Choose a tag to compare
  • 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

28 Jun 05:33
Compare
Choose a tag to compare
  • 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

20 Apr 05:24
Compare
Choose a tag to compare

Added functionality to customize MDN messages at organization and partner levels

Support for Django 1.9

07 Mar 06:51
Compare
Choose a tag to compare

Includes support for Django 1.9
Updated to UI
Updated to documentation