Skip to content

Commit bc4cabc

Browse files
committed
upgrade to 1.0.67 and update changelog
1 parent 1c68e2c commit bc4cabc

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

CHANGELOG.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,29 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010

1111
### Changed
1212

13+
## 1.0.67 - 2022-03-05
14+
15+
### Changed
16+
17+
- fixes #525 Leap seconds are handled even better Thanks @aznan2 and @Matti Hansson
18+
- fixes #524 Fix handling of leap seconds in date-time validation
19+
- fixes #523 synched ipv4 and ipv6 and fix some gaps for the IP format
20+
- fixes #522 synch the official test suite for draft v4 from schema.org
21+
- fixes #509 NPE with oneOf and custom URI Fetcher or Factory
22+
- fixes #508 Make date-time validation align with RFC3339 Thanks @aznan2 and @Matti Hansson
23+
- fixes #519 Preserve # suffix during metaschema URI normalization Thanks @pondzix
24+
- fixes #516 fix the additionalProperties in oneOf failed test cases
25+
- fixes #505 AdditionalPropertiesOneOfFails test Thanks @huubfleuren
26+
- fixes #510 try to reproduce the issue but failed
27+
- fixes #511 Add German validation messages. Thanks @rustermi
28+
- fixes #500 Support fragment references using $anchor @Whathecode
29+
1330
## 1.0.66 - 2022-01-24
1431

1532
### Changed
1633

1734
- fixes #496 Improve type validation of integrals. Thanks @christi-square
18-
- fixes #497 parent schema of additionItems can be correctly referenced @carolkao
35+
- fixes #497 Support fragment references using $anchor @carolkao
1936

2037
## 1.0.65 - 2022-01-07
2138

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,15 @@ Maven:
8282
<dependency>
8383
<groupId>com.networknt</groupId>
8484
<artifactId>json-schema-validator</artifactId>
85-
<version>1.0.66</version>
85+
<version>1.0.67</version>
8686
</dependency>
8787
```
8888

8989
Gradle:
9090

9191
```
9292
dependencies {
93-
compile(group: "com.networknt", name: "json-schema-validator", version: "1.0.66");
93+
compile(group: "com.networknt", name: "json-schema-validator", version: "1.0.67");
9494
}
9595
```
9696

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<modelVersion>4.0.0</modelVersion>
2121
<groupId>com.networknt</groupId>
2222
<artifactId>json-schema-validator</artifactId>
23-
<version>1.0.66</version>
23+
<version>1.0.67</version>
2424
<packaging>bundle</packaging>
2525
<description>A json schema validator that supports draft v4, v6, v7 and v2019-09</description>
2626
<url>https://github.com/networknt/json-schema-validator</url>

0 commit comments

Comments
 (0)