Files
query-orchestration/vendor/github.com/perimeterx/marshmallow/CHANGELOG.md
T
Jay Brown 174644b63c Merged in jb/openapi (pull request #22)
add openapi infra

* add openapi infra

Includes generated stubs and all deps

* generatetolocation

* basesetupoffunctionsandclient

* round1controllertests

* passintegrationtests

* cleanupfromfullsuite

* storedjson

* fixjsonyaml

* fixtests


Approved-by: Michael McGuinness
2025-01-15 19:45:51 +00:00

2.0 KiB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.1.5] - 2023-07-03

Added

  • Support for reporting errors from HandleJSONData - info.

[1.1.4] - 2022-11-10

Fixed

  • Fixed problem with nested object implementing JSONDataHandler with skipPopulateStruct - info.
  • Fixed problem with nested object implementing JSONDataHandler with skipPopulateStruct in ModeFailOverToOriginalValue - info.

[1.1.3] - 2022-08-31

Added

  • Support for excluding known fields from the result map - info.

[1.1.2] - 2022-08-23

Added

  • Support capturing nested unknown fields - info.

[1.1.1] - 2022-08-21

Fixed

  • Fix parsing bug for unknown nested fields - info.

[1.1.0] - 2022-07-10

Fixed

  • Fixed an issue with embedded fields - info.

[0.0.1] - 2022-04-21

Added

  • All functionality from our internal repository, after it has been stabilized on production for several months - info.