Skip to content

Releases: networknt/json-schema-validator

1.0.70

23 May 17:07
Compare
Choose a tag to compare

1.0.70 - 2022-05-23

Added

Changed

  • fixes #535 part 2 fix the same issue in AnyOfValidator. Thanks @AndreasALoew
  • fixes #570 Upgrade javadoc plugin. Thanks @poorguy-tech
  • fixes #569 Fix broken tests on non-english setup. Thanks @dreis2211
  • fixes #566 Remove unused variable in JsonNodeUtil. Thanks @dreis2211
  • fixes #565 Improve performance of URLFactory.create. Thanks @dreis2211
  • fixes #561 Prevent from throwing an exception when setting default values. Thanks @josejulio

1.0.69

18 Apr 20:09
Compare
Choose a tag to compare

1.0.69 - 2022-04-18

Added

Changed

  • fixes #554 removed unnecessary checks. Thanks @harishvashistha
  • fixes #555 Setting default value even if that value is null. Thanks @harishvashistha
  • fixes #544 Fixing unevaluated properties with a larger test base. Thanks @prashanthjos
  • fixes #552 Add schemaPath to ValidationMessage. Thanks @ymszzq
  • fixes #541 Allow fetching properties from the map with the comparator. Thanks @0x4a616e

1.0.68

27 Mar 13:32
Compare
Choose a tag to compare

1.0.68 - 2022-03-27

Notice

Our users have found a defect introduced in this release. Please don't upgrade to this release. Thanks.

Added

Changed

  • fixes #537 Fix oneOf bug. Thanks @RenegadeWizard and @sychlak
  • fixes #511 Improve validation messages (German and default) Thanks @AndreasALoew
  • fixes #539 Refactoring-code. Thanks @Sahil3198
  • fixes #532 Invalid (non-string) $schema produces NullPointerException. Thanks @christi-square
  • fixes #530 Fixed a typo in the validators documentation. Thanks @jontrost
  • fixes #529 Updates to German translation. Thanks @rustermi

1.0.67

05 Mar 18:43
Compare
Choose a tag to compare

1.0.67 - 2022-03-05

Changed

  • fixes #525 Leap seconds are handled even better Thanks @aznan2 and @matti Hansson
  • fixes #524 Fix handling of leap seconds in date-time validation
  • fixes #523 synched ipv4 and ipv6 and fix some gaps for the IP format
  • fixes #522 synch the official test suite for draft v4 from schema.org
  • fixes #509 NPE with oneOf and custom URI Fetcher or Factory
  • fixes #508 Make date-time validation align with RFC3339 Thanks @aznan2 and @matti Hansson
  • fixes #519 Preserve # suffix during meta schema URI normalization Thanks @pondzix
  • fixes #516 fix the additionalProperties in oneOf failed test cases
  • fixes #505 AdditionalPropertiesOneOfFails test Thanks @huubfleuren
  • fixes #510 try to reproduce the issue but failed
  • fixes #511 Add German validation messages. Thanks @rustermi
  • fixes #500 Support fragment references using $anchor @Whathecode

1.0.66

25 Jan 01:19
Compare
Choose a tag to compare

1.0.66 - 2022-01-24

Changed

1.0.65

07 Jan 23:30
Compare
Choose a tag to compare

1.0.65 - 2022-01-07

Changed

  • fixes #492 Sort ValidationMessage by its type. Thanks @jsu216
  • fixes #490 Handle the situation when context class loader is null. Thanks @vti and @viacheslav Tykhanovskyi
  • fixes #489 Fix flakiness in CollectorContextTest. Thanks @pthariensflame
  • upgrade to logback 1.2.7 to resolve some x-ray warnings
  • upgrade to undertow 2.2.14 to resolve some x-ray warnings.
  • fixes #488 Fix violations of Sonar rule 2142. Thanks @khaes-kth
  • fixes #477 apply default in objects and arrays. Thanks @SiemelNaran
  • fixes #485 FailFast should not cause an exception on if. Thanks @gareth-robinson
  • fixes #483 Add Java Syntax Highlighting to specversion.md. Thanks @JLLeitschuh
  • fixes #482 upgrade to joni 2.1.41 to resolve a security concern

1.0.64

10 Nov 18:36
Compare
Choose a tag to compare

1.0.64 - 2021-11-10

Changed

  • fixes #480 Time format validation supports milliseconds. Thanks @@MatusSivak
  • fixes #479 Add dependentRequired and dependentSchemas validators. Thanks @@kmalski

1.0.63

21 Oct 11:44
Compare
Choose a tag to compare

1.0.63 - 2021-10-21

Changed

  • fixes #470 OneOfValidator gives the incorrect message when the wrong JSON element is not the first one in the list. Thanks @jsu216
  • fixes #472 fix i18n doesn't work with locale CHINA. Thanks @wyzfzu

1.0.62

16 Oct 13:33
Compare
Choose a tag to compare

1.0.62 - 2021-10-16

Changed

  • fixes #456 OneOf only validate the first sub schema. This was a defect introduced in 1.0.58 and everyone should upgrade to 1.0.62 if you are using 1.0.58 to 1.0.61.

1.0.61

10 Oct 01:48
Compare
Choose a tag to compare

1.0.61 - 2021-10-09

Changed

  • fixes #461 1.0.60 Expects type To Be Array. Thanks @bartoszm
  • fixes #459 Correcting the ref listeners config in WalkEvent class when fetching the getRefSchema. Thanks @prashanthjos