Releases: networknt/json-schema-validator
Releases · networknt/json-schema-validator
1.0.21
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
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
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
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
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
1.0.16
1.0.16 - 2019-06-24
Added
Changed
- fixes #166 Allow using URN and not just URLs. Thanks @jawaff
1.0.15
1.0.15 - 2019-06-14
Added
Changed
- fixes #160 when schema type is an integer but max/min value is a float point number. Thanks @BalloonWen
Upgrade Guideline
This release is built for Java 8 and Java 6 is not supported anymore. For users who are stuck with Java 6, please contact us.
1.0.14
1.0.14 - 2019-06-06
Added
Changed
- fixes #163 update typeLoose to false as before merging the PR 141
- fixes #162 bump up java version to 1.8
- fixes #141 Improved Ref Validator. Thanks @jawaff
1.0.13
1.0.13 - 2019-06-05
Added
Changed
- fixes #158 date-time format should consider colon in timezone optional. Thanks @chuwy
1.0.12
1.0.12 - 2019-05-30
Added
Changed