Skip to content

release 1.16, python, java, .net

Compare
Choose a tag to compare
@irmen irmen released this 27 Dec 22:13
· 180 commits to master since this release

❗️ critical fix: fixed float serialization from str to repr, could cause float precision loss on older Python versions (Python library)
❗️ critical fix: fixed errors in complex number parser, it could crash on complex numbers containing float parts (java + .net library)

  • supports serializing python enum types (Python 3.4+)