Releases: networknt/json-schema-validator
Releases · networknt/json-schema-validator
1.5.7
1.5.7- 2025-05-23
Added
Changed
- upgrade nexus-staging version
- Fix OverrideValidatorTest (#1159) Thanks @justin-tay
- update slf4j to 2.0.17
- update jackson to 2.18.3
Upgrade Guide
This release updates the dependencies only. There is no functional change; however, we have changed the publishing plugin with central-publishing-maven-plugin, so we need you to verify the release. Also, I have built the jar with Java 21 but the target is still Java 8. Let us know if anyone encounters any issues. Thanks.
1.5.6
1.5.6- 2025-02-19
Added
Changed
- Set requires static for optional and excludable dependencies (#1155) Thanks @justin-tay
- Fix NPE when walking a missing node that will have missing properties (#1152) Thanks @justin-tay
- Fix relative iris with colons (#1147) Thanks @justin-tay
- Fix explicit disabling of format assertions (#1145) Thanks @justin-tay
1.5.5
1.5.5 - 2025-01-14
Added
Changed
- Fix custom error message for union type (#1138) Thanks @justin-tay
- Update itu 1.10.2 -> 1.10.3 (#1143) Thanks @MelvinFrohike
1.5.4
1.5.4 - 2024-11-24
Added
Changed
- Fix nullable issue (#1134) Thanks @justin-tay
- fixes #1131 pom.xml scm url URI is invalid (#1132)
- Remove warning for exclusiveMinimum and exclusiveMaximum for Draft 4 (#1127) Thanks @justin-tay
- Clean up code (#1130) Thanks @jkosternl
- Test Code Cleanup (#1128) Thanks @jkosternl
1.5.3
1.5.3 - 2024-10-31
Added
Changed
- Upgrade many libraries (#1122) Thanks @jkosternl
- Fix hasAdjacentKeywordInEvaluationPath optimisation (#1124) Thanks @justin-tay
- Correct URL to jsonschema-validation-output-machines.md documentation (#1121) Thanks @jkosternl
1.5.2
1.5.2 - 2024-09-19
Added
Changed
- Fix exclusiveMinimum and exclusiveMaximum for OpenAPI 3.0 (#1115) Thanks @justin-tay
- Bump jackson-databind from 2.17.1 to 2.17.2 (#1111) Thanks @justin-tay
- Bump io.undertow:undertow-core from 2.2.33.Final to 2.2.35.Final (#1110) Thanks @justin-tay
- Fix PatternValidator to not log for fail fast (#1106) Thanks @justin-tay
1.5.1
1.5.1 - 2024-07-25
Added
Changed
- Fix enum validator messages for object, array and text nodes (#1095) Thanks @justin-tay
- Optimize hasAdjacentKeywordInEvaluationPath (#1092) Thanks @justin-tay
1.5.0
1.5.0 - 2024-07-05
Added
Changed
- Improve performance and fixes (#1086) Thanks @justin-tay
- Fix activeDialect for custom meta schema (#1084) Thanks @justin-tay
- Remove alternate custom error message mechanism (#1083) Thanks @justin-tay
- Fix evaluationPath and schemaLocation in getSubSchema for number in fragment (#1081) Thanks @justin-tay
- Bump io.undertow:undertow-core from 2.2.31.Final to 2.2.33.Final (#1080) Thanks @justin-tay
- Add security considerations and mitigations (#1079) Thanks @justin-tay
- Fix oneOf when discriminator enabled but no discriminator (#1078) Thanks @justin-tay
- Fix json pointer with number in fragment (#1077) Thanks @justin-tay