Skip to content

Releases: networknt/json-schema-validator

1.4.0

16 Mar 22:18
Compare
Choose a tag to compare

1.4.0 - 2024-03-16

Added

Changed

1.3.3

19 Feb 13:58
Compare
Choose a tag to compare

1.3.3 - 2024-02-19

Added

Changed

1.3.2

07 Feb 20:18
Compare
Choose a tag to compare

1.3.2 - 2024-02-07

Added

Changed

1.3.1

01 Feb 03:14
Compare
Choose a tag to compare

1.3.1 - 2024-01-31

Added

Changed

  • fixes #942 Add annotation support refactor keywords to use annotations implement output formats. Thanks @justin-tay

1.3.0

27 Jan 00:40
Compare
Choose a tag to compare

1.3.0 - 2024-01-26

Added

Changed

  • fixes #934 update javadoc and a test case.
  • fixes #931 Support Draft 2020-12 and refactor schema retrieval. Thanks @justin-tay
  • fixes #930 Fix getSchema() anchor fragment lookup. Thanks @justin-tay
  • fixes #929 Upgrade ITU library to version 1.8. Thanks @ethlo

Upgrade Guide

With #931 implemented, it breaks the API. Users code might need to change in order to move to this version.

1.2.0

20 Jan 02:44
Compare
Choose a tag to compare

1.2.0 - 2024-01-19

Added

Changed

Upgrade Guide

With #915 and #922 implemented, it breaks the API. Users code might need to change in order to move to this version.

1.1.0

15 Dec 19:12
Compare
Choose a tag to compare

1.1.0 - 2023-12-15

Added

Changed

  • fixes #906 Cannot load JSON schemas with URN value in id field. Thanks @martin-sladecek
  • upgrade logback to 1.3.14
  • fixes #896 Refactor to remove ThreadLocal usage. Thanks @justin-tay
  • upgrade slf4j to 2.0.9
  • fixes #900 compile configuration is depricated. Thanks @saurvkmr
  • fixes #898 Escape single quotes in validation messages. Thanks @sdurrenmatt
  • fixes #888 Fix JDK regex support. Thanks @Stephan202
  • fixes #891 fix: make JsonSchemaFactory more thread-safe. Thanks @mpayne-coveo
  • fixes #876 Adapt collector context documentation. Thanks @holgpar
  • fixes #890 Added test cases for not allowed validator, Handled invalid keyword. Thanks @Ketul3012
  • fixes #887 Fix pl_PL message translations. Thanks @brempusz
  • fixes #886 Fix invalid class passed to getLogger. Thanks @brempusz
  • upgrade jackson to 2.15.3
  • fixes #883 docs clarify commons-lang3 exclusion only required for 1.0.81. Thanks @JonasGroeger
  • fixes #866 Fix identation in example in walkers.md. Thanks @bpaquet

Upgrade Guide

With #896 implemented, it breaks the API. Users code might need to change in order to move to this version.

1.0.87

08 Sep 18:23
Compare
Choose a tag to compare

1.0.87 - 2023-09-08

Added

Changed

  • fixes #837 Use correct namespace URI to pass XML validation. Thanks @@jbliznak

1.0.86

05 Jul 15:27
Compare
Choose a tag to compare

1.0.86 - 2023-07-05

Added

  • fixes #825 Adds support for $recursiveAnchor and $recursiveRef. Thanks @fdutton

Changed

  • fixes #827 Stops unevaluatedProperties and unevaluatedItems being applied recursively. Thanks @aznan2
  • fixes #834 Always normalize uri keys of JsonSchemaFactory.jsonMetaSchemas on both read and write. Thanks @stacywsmith

1.0.85

22 Jun 17:07
Compare
Choose a tag to compare

1.0.85 - 2023-06-22

Added

Changed

  • fixes #819 Reverts Undertow version to 2.2.25.Final. Thanks @fdutton