Skip to content

Releases: informalsystems/pbjson

v0.7.0

22 Dec 04:10
d08d90e
Compare
Choose a tag to compare

This release integrates influxdata/pbjson v0.6.2 enhancements and upgrades prost dependency to v0.12.

v0.6.0

28 Jul 08:40
v0.6.0
9c18a04
Compare
Choose a tag to compare

This is a fork of influxdata/pbjson maintained by Informal Systems.

Breaking Changes

  • The crates have been prefixed with informalsystems-, but the library names have been kept the same, for drop-in compatibility with former versions.

    Former crate New crate Library name
    pbjson informalsystems-pbjson pbjson
    pbjson-types informalsystems-pbjson-types pbjson_types
    pbjson-build informalsystems-pbjson-build pbjson_build
    pbjson-test informalsystems-pbjson-test pbjson_test

Features

  • Add no_std support to the generated code (#1)
    The informal-pbjson-types crate now has an std feature which is enabled by default.
    To enable no_std compatibility, disable the default features on that crate.