Release 0.4.1
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.