Skip to content

v1.0.0-rc.0

Choose a tag to compare

@samscott89 samscott89 released this 26 May 16:28
fa9a391

Release candidate for stable v1 release

This release constitutes an full, incremental rewrite of v0.15 (the core of which was written about 8 years ago).

Changes

The rewrite:

  • addresses numerous existing bugs and feature requests
  • expands support for many more tyype
  • ensures most types roundtrip (ser -> de) correctly, with an extensive test suite to check
  • implements numerous performance optimizations, resulting in ~3x speedup and times generally in the sub-microsecond range.
  • simplifies a ton of the internal code, removing unnecessary de/serialization abstractions

The goal is to release this as a stable release shortly. Please leave any feedback here: #134