debian-forge-composer/vendor/github.com/perimeterx/marshmallow/CHANGELOG.md
Sanne Raymaekers b2700903ae go.mod: bump github.com/getkin/kin-openapi to v0.131.0
As deepmap/oapi-codegen didn't work with this newer version, upgrade to
oapi-codegen/oapi-codegen v2.

Mitigating CVE-2025-30153
2025-03-26 11:13:14 +01:00

2 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.