Skip to content

Latest commit

 

History

History
106 lines (92 loc) · 3.24 KB

CHANGELOG.rst

File metadata and controls

106 lines (92 loc) · 3.24 KB

Changelog for package json_transport

0.5.0 (2022-02-23)

  • Fix python3 build
  • Convert default initialized string to 'null' for json parsing (#15) * Convert default initialized string to 'null' for json parsing * Lock requirements
  • Contributors: Paul Bovbel

0.6.0 (2023-02-22)

  • 0.5.0
  • Update changelogs
  • Fix python3 build
  • Convert default initialized string to 'null' for json parsing (#15) * Convert default initialized string to 'null' for json parsing * Lock requirements
  • Contributors: Gary Servin, Paul Bovbel

0.7.0 (2023-09-25)

  • 0.6.0
  • Update changelogs
  • 0.5.0
  • Update changelogs
  • Fix python3 build
  • Convert default initialized string to 'null' for json parsing (#15) * Convert default initialized string to 'null' for json parsing * Lock requirements
  • Contributors: Gary Servin, Paul Bovbel

0.11.0 (2025-02-04)

0.10.0 (2024-09-16)

  • RST-10567: Use nlohmann_json directly (#19) (cherry picked from commit b2ea9f9d0dda4fb284349b2f49f6dbb5d6063197)
  • Contributors: Aaditya Ravindran

0.9.0 (2024-06-17)

0.8.0 (2024-02-02)

  • 0.7.0
  • Update changelogs
  • 0.6.0
  • Update changelogs
  • 0.5.0
  • Update changelogs
  • Fix python3 build
  • Convert default initialized string to 'null' for json parsing (#15) * Convert default initialized string to 'null' for json parsing * Lock requirements
  • Contributors: Gary Servin, Paul Bovbel

0.4.0 (2020-10-02)

  • Pull in jsonschema via requirements.txt (#14)
  • Remove msgpack and add basic jsonschema support (#13) * Drop messagepack for raw string transport of json data * Rename field for context * Add basic jsonschema support * Stray line * Fix test
  • Contributors: Paul Bovbel

0.3.0 (2019-07-12)

  • Add requirements
  • Contributors: Paul Bovbel

0.2.0 (2019-03-18)

  • Remove unused import
  • Include static_assert header
  • Add include guard
  • Update __init__.py (#11) Update __init__.py to include pack and unpack exports.
  • Provide helpers for nested fields (#10)
  • Contributors: Andrew Blakey, Paul Bovbel

0.1.0 (2019-01-16)

0.0.3 (2018-07-16)

  • decode as utf 8 (#9)
  • Contributors: Andrew Blakey

0.0.2 (2018-06-13)

  • Removed check for no default value since falsy and null values are valid JSON. Added test. (#8)
  • Move nlohmann/json.hpp include (#7)
  • Contributors: Andrew Blakey, Paul Bovbel

0.0.1 (2018-04-06)

  • Initial development (#1) * Initial implementation * Binary transport (#2)
  • Contributors: Paul Bovbel