Skip to content

Releases: networknt/json-schema-validator

1.0.26

07 Nov 18:08
Compare
Choose a tag to compare

1.0.26 - 2019-11-07

Added

Changed

  • fixes #208 error when same ref name in different ref files. Thanks @andersonf

1.0.25

06 Nov 15:17
Compare
Choose a tag to compare

1.0.25 - 2019-11-06

Added

Changed

1.0.24

01 Nov 01:05
Compare
Choose a tag to compare

1.0.24 - 2019-10-31

Added

Changed

  • fixes #203 String for Number should fail with the default SchemaValidatorsConfig

1.0.23

28 Oct 15:12
Compare
Choose a tag to compare

1.0.23 - 2019-10-28

Added

Changed

  • fixes #199 More than a million validation errors crash the application. Thanks @khiftikhar

1.0.22

22 Oct 19:29
Compare
Choose a tag to compare

1.0.22 - 2019-10-22

Added

Changed

1.0.21

18 Oct 01:20
Compare
Choose a tag to compare

1.0.21 - 2019-10-17

Added

Changed

  • fixes #192 upgrade Jackson to 2.9.10
  • fixes #190 OneOfValidator cannot validate an object with multiple properties.Thanks @ddobrin
  • fixes #188 could not validate the email format in JSON schema
  • fixes #187 SchemaValidatorsConfig not propagated

1.0.20

12 Sep 00:39
Compare
Choose a tag to compare

1.0.20 - 2019-09-10

Added

Changed

  • fixes #183 Validation error when field is nullable and consumer sends in a null value. Thanks @ddobrin
  • fixes #185 Validation issue in oneOf when elements have optional fields. Thanks @ddobrin

1.0.19

13 Aug 22:17
Compare
Choose a tag to compare

1.0.19 - 2019-08-13

Added

Changed

  • fixes #182 Jackson-databind vulnerability version update
  • fixes #180 Stack overflow when using recursive references, $ref. Thanks @davidvisiedo
  • fixes #96 stackOverflowError loading schema file. Thanks @davidvisiedo
  • fixes #44 Validator hang on validation. Thanks @davidvisiedo
  • fixes #28 Validator hangs on large json data files. Thanks @davidvisiedo
  • fixes #13 Cannot get the validation result with self-reference schema. Thanks @davidvisiedo
  • fixes #177 OneOf Validator Incorrectly Failing. Thanks @jawaff

1.0.18

29 Jul 13:47
Compare
Choose a tag to compare

1.0.18 - 2019-07-29

Added

Changed

  • fixes #173 AnyOfValidator ignores all previous validations errors if any of the type does not match. Thanks @grssam

1.0.17

20 Jul 13:35
Compare
Choose a tag to compare

1.0.17 - 2019-07-20

Added

  • fixes #174 Insights into performance gains of tuning min/max validators. Thanks @kosty

Changed

  • fixes #171 Support minimum/maximum on quoted numerals. Thanks @kosty