Skip to content

Releases: networknt/json-schema-validator

1.0.44

20 Oct 14:11
Compare
Choose a tag to compare

1.0.44 - 2020-10-20

Added

Changed

  • fixes #336 Adding walk capabilities to networknt. Thanks @prashanthjos
  • fixes #332 Bump junit from 4.12 to 4.13.1
  • fixes #329 JRuby Joni dependency and its dependencies
  • fixes #328 Add $comment as a NonValidationKeyword for v7 and v2019 drafts. Thanks @kmalski
  • fixes #324 Generate module-info, fix build on JDK11 Thanks @handcraftedbits
  • fixes #323 FIX: potential duplicate log entry due to race condition Thanks @kkonrad
  • fixes #319 resolve a java doc warning in CollectorContext

1.0.43

10 Aug 17:44
Compare
Choose a tag to compare

1.0.43 - 2020-08-10

Added

Changed

  • fixes #317 Compatible with Jackson 2.9.x. Thanks @pan3793
  • fixes #315 implement propertyNames validator for v6, v7 and v2019-09

1.0.42

30 Jun 21:07
Compare
Choose a tag to compare

1.0.42 - 2020-06-30

Added

Changed

  • fixes #311 Split the PatternValidator into 2 classes. Thanks @buuhuu

1.0.41

25 Jun 18:12
Compare
Choose a tag to compare

1.0.41 - 2020-06-25

Added

Changed

  • fixes #307 Make runtime dependency to org.jruby.joni:joni optional. Thanks @buuhuu
  • fixes #305 Automatically determine schema version from schema file. Thanks @Subhajitdas298
  • fixes #297 ValidationContext using is not correct in UUIDValidator. Thanks @qiunju

1.0.40

27 May 18:18
Compare
Choose a tag to compare

1.0.40 - 2020-05-27

Added

Changed

  • fixes #294 fixes unknownMetaSchema error with normalized URI

Upgrade Guide

If you have customized meta schema URL, make sure to use https and no query parameters and fragment.

1.0.39

29 Apr 00:57
Compare
Choose a tag to compare

1.0.39 - 2020-04-28

Added

Changed

1.0.38

13 Apr 03:50
Compare
Choose a tag to compare

1.0.38 - 2020-04-12

Added

Changed

  • fixes #281 EmailValidator use ValidatorTypeCode Datetime

1.0.37

07 Apr 00:48
Compare
Choose a tag to compare

1.0.37 - 2020-04-06

Added

Changed

  • fixes #280 NullPointerException in regex pattern validation if no SchemaValidatorsConfig is passed. Thanks @waizuwolf

1.0.36

22 Mar 12:54
Compare
Choose a tag to compare

1.0.36 - 2020-03-22

Added

Changed

  • fixes #273 make the getInstance() deprecated
  • fixes #258 Cyclic dependencies result in StackOverflowError. Thanks @francesc79

1.0.35

13 Mar 18:42
Compare
Choose a tag to compare

1.0.35 - 2020-03-13

Added

Changed

  • fixes #272 Use ECMA-262 validator when requested. Thanks @eirnym