Skip to content

Release v0.9.0

Compare
Choose a tag to compare
@ecorm ecorm released this 12 Jul 21:15
· 10 commits to master since this release

Migrated to jsoncons for all serialization.

  • Support for CBOR has been added.
  • Added toString free functions for dumping Variant, Array, and Object as a JSON-formatted std::string.
  • Changed Codec, Transport, and TransportBuffer type requirements.
  • Variant instances are output as true JSON via operator(ostream&, const Variant&) or toString.
  • Session warnings no longer output to std::cerr by default. Session::setWarningHandler must be explicitly called to re-enable this behavior.

See CHANGELOG for more details.