Skip to content

Commit 9e92ac4

Browse files
committed
upgrade to 1.4.1 and update changelog
1 parent 4f3345b commit 9e92ac4

File tree

2 files changed

+49
-1
lines changed

2 files changed

+49
-1
lines changed

CHANGELOG.md

+48
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,54 @@ This project does not adhere to [Semantic Versioning](https://semver.org/) and m
1111

1212
### Changed
1313

14+
## 1.4.1 - 2024-06-20
15+
16+
### Added
17+
18+
### Changed
19+
20+
- Add builder for SchemaValidatorsConfig (#1068) Thanks @justin-tay
21+
- Improve documentation on regular expressions (#1066) Thanks @justin-tay
22+
- Adds JsonNodeReader (#1065) Thanks @justin-tay
23+
- Bump jackson-databind from 2.17.0 to 2.17.1 (#1064) Thanks @justin-tay
24+
- Deprecate validateAndCollect in favor of explicitly calling loadCollectors (#1063) Thanks @justin-tay
25+
- Set initial array list size (#1062) Thanks @justin-tay
26+
- Refactor to make more fields final (#1060) Thanks @justin-tay
27+
- Deprecate config to disable unevaluatedItems and unevaluatedProperties evaluation as no longer needed (#1059) Thanks @justin-tay
28+
- Add GraalJS regular expression and factory implementation (#1058) Thanks @justin-tay
29+
- Allow customization of const message to include input value (#1057) Thanks @justin-tay
30+
- Optimize logging by creating a debug flag (#1054) Thanks @justin-tay
31+
- Release delegate held by cached supplier (#1056) Thanks @justin-tay
32+
- Remove incorrect logic for oneOf, anyOf and properties (#1053) Thanks @justin-tay
33+
- Detect invalid escape for ecmascript (#1049) Thanks @justin-tay
34+
- Fix uri and uri-reference incorrect validation failure (#1052) Thanks @justin-tay
35+
- Fix for incorrect validation failure for %-encoded '[' and ']' characters. (#1051) Thanks @4naesthetic
36+
- Optimize getValueNodeType (#1048) Thanks @justin-tay
37+
- Allow tracking of json node location information (#1046) Thanks @justin-tay
38+
- Update example in javadoc for JsonMetaSchema builder (#1043) Thanks @khouari1
39+
- Validate allOf, oneOf and anyOf contains array (#1039) Thanks @justin-tay
40+
- Update JSON Schema badges (#1041) Thanks @justin-tay
41+
- Fix schema location for escaped json pointer (#1038) Thanks @justin-tay
42+
- Allow customization of assertion for outputunit (#1033) Thanks @justin-tay
43+
- change example.com connection error IOException (#1028)
44+
- Fix broken link in README (#1029) Thanks @danielaparker
45+
- Update dependency versions (#1023) Thanks @justin-tay
46+
- upgrade slf4j to 2.0.13
47+
- upgrade jackson to 2.17.0
48+
- Add options to control caching of schemas (#1018) Thanks @justin-tay
49+
- Update github actions (#1022) Thanks @justin-tay
50+
- Fix code example in README.md (#1020) Thanks @tombentley
51+
- Fix the broken link to if-then-else.json (#1014) Thanks @emmanuel-ferdman
52+
- Changed defs to $defs in compatibility.md (#1013) Thanks @danielaparker
53+
- Add OpenAPI JsonMetaSchema (#1011) Thanks @justin-tay
54+
- Fix walk for if validator with validation (#1010) Thanks @justin-tay
55+
- Fix 2012-12 typo (#1008) Thanks @justin-tay
56+
- Check type validator is of correct class (#1003) Thanks @justin-tay
57+
- Fix root classpath resolve (#1000) Thanks @justin-tay
58+
- upgrade undertow to 2.2.31.Final (#998)
59+
- Walk items schema instead of walking instance data (#993) Thanks @justin-tay
60+
61+
1462
## 1.4.0 - 2024-03-16
1563

1664
### Added

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<groupId>com.networknt</groupId>
2525
<artifactId>json-schema-validator</artifactId>
26-
<version>1.4.0</version>
26+
<version>1.4.1</version>
2727
<packaging>bundle</packaging>
2828
<name>JsonSchemaValidator</name>
2929
<description>A json schema validator that supports draft v4, v6, v7, v2019-09 and v2020-12</description>

0 commit comments

Comments
 (0)