Skip to content

Release 0.4.1

Compare
Choose a tag to compare
@etingof etingof released this 23 Nov 10:51
· 132 commits to master since this release

This release introduces ASN.1 open type support and brings a handful of other fixes and improvements. Most important changes are:

  • ANY DEFINED BY clause support implemented
  • Encoders refactored to take either a value (as ASN.1 object) or a Python value plus ASN.1 schema
  • The ASN.1 types' __repr__() and __str__() implementations reworked for better usability
  • Improved backward-compatibility with older pyasn1 versions
  • Sphinx documentation rearranged, simplified and reworded

All changes are noted in the CHANGELOG.