Skip to content

Commit 11f9af0

Browse files
committed
upgrade to 1.5.0 and update changelog
1 parent c8bfc83 commit 11f9af0

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,22 @@ This project does not adhere to [Semantic Versioning](https://semver.org/) and m
1111

1212
### Changed
1313

14+
## 1.5.0 - 2024-07-05
15+
16+
### Added
17+
18+
### Changed
19+
20+
- Improve performance and fixes (#1086) Thanks @justin-tay
21+
- Fix activeDialect for custom meta schema (#1084) Thanks @justin-tay
22+
- Remove alternate custom error message mechanism (#1083) Thanks @justin-tay
23+
- Fix evaluationPath and schemaLocation in getSubSchema for number in fragment (#1081) Thanks @justin-tay
24+
- Bump io.undertow:undertow-core from 2.2.31.Final to 2.2.33.Final (#1080) Thanks @justin-tay
25+
- Add security considerations and mitigations (#1079) Thanks @justin-tay
26+
- Fix oneOf when discriminator enabled but no discriminator (#1078) Thanks @justin-tay
27+
- Fix json pointer with number in fragment (#1077) Thanks @justin-tay
28+
29+
1430
## 1.4.3 - 2024-06-25
1531

1632
### Added

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,15 +222,15 @@ This package is available on Maven central.
222222
<dependency>
223223
<groupId>com.networknt</groupId>
224224
<artifactId>json-schema-validator</artifactId>
225-
<version>1.4.3</version>
225+
<version>1.5.0</version>
226226
</dependency>
227227
```
228228

229229
#### Gradle:
230230

231231
```java
232232
dependencies {
233-
implementation(group: 'com.networknt', name: 'json-schema-validator', version: '1.4.3');
233+
implementation(group: 'com.networknt', name: 'json-schema-validator', version: '1.5.0');
234234
}
235235
```
236236

pom.xml

Lines changed: 1 addition & 1 deletion
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.3</version>
26+
<version>1.5.0</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)