Skip to content

Latest commit

 

History

History
75 lines (37 loc) · 2.45 KB

File metadata and controls

75 lines (37 loc) · 2.45 KB

Changelog

All notable changes to this project will be documented in this file.

1.1.3 (2026-03-13)

Bug Fixes

  • reduce parse node allocations when deserializing primitive types collections (d871ef8)

Performance Improvements

  • extract private helpers and avoid parse node allocations in primitive collection deserialization (ba61e0b)
  • reduce parse node allocations when deserializing primitive types (61219f6)

1.1.2 (2025-04-02)

Bug Fixes

  • removes common go dependency (ce7bc35)
  • removes common go dependency (1265450)

1.1.1 (2025-03-24)

Bug Fixes

  • upgrades common go dependency to solve triming issues (d3e8da1)
  • upgrades common go dependency to solve triming issues (6dda99a)

1.1.0 (2025-03-13)

Features

  • upgrades required go version from go1.18 to go 1.22 (d92bfde)

[1.0.0] - 2023-05-04

Changed

  • GA Release.

[0.9.0] - 2023-03-01

Changed

  • Update version number to 0.9.0. Fixes error in release number

[0.4.0] - 2023-03-01

Added

  • Adds support for serialization of collections by serialization writer and parsenode.

[0.3.0] - 2023-01-26

Changed

  • Added support for backing store.

[0.2.0] - 2022-12-16

Changed

  • Fixed key encoding

[0.1.0] - 2022-12-15

Added

  • Initial release of the package.