File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 44
55## [ Unreleased]
66
7+ ## [ 1.2.4] - 2023-08-24
8+
9+ ### Added
10+
11+ - Send sample-rate and throttling information with startup metric ([ #28 ] ( https://github.com/getyourguide/openapi-validation-java/pull/28 ) )
12+ - Allow configuring log level ([ #26 ] ( https://github.com/getyourguide/openapi-validation-java/pull/26 ) )
13+
14+ ### Fixed
15+
16+ - Exclude false positive violations ([ #24 ] ( https://github.com/getyourguide/openapi-validation-java/pull/24 ) )
17+ - Do not validate HEAD requests ([ #27 ] ( https://github.com/getyourguide/openapi-validation-java/pull/27 ) )
18+
19+ ### Removed
20+
21+ - Remove heartbeat metric ([ #25 ] ( https://github.com/getyourguide/openapi-validation-java/pull/25 ) )
22+
723## [ 1.2.3] - 2023-07-17
824
925### Fixed
6783- Initial squashed GitHub public release.
6884
6985
70- [ unreleased ] : https://github.com/getyourguide/openapi-validation-java/compare/v1.2.3...HEAD
86+ [ unreleased ] : https://github.com/getyourguide/openapi-validation-java/compare/v1.2.4...HEAD
87+ [ 1.2.4 ] : https://github.com/getyourguide/openapi-validation-java/releases/tag/v1.2.4
7188[ 1.2.3 ] : https://github.com/getyourguide/openapi-validation-java/releases/tag/v1.2.3
7289[ 1.2.2 ] : https://github.com/getyourguide/openapi-validation-java/releases/tag/v1.2.2
7390[ 1.2.1 ] : https://github.com/getyourguide/openapi-validation-java/releases/tag/v1.2.1
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ apply from: "${rootDir}/gradle/publish-root.gradle"
1010allprojects {
1111 group = ' com.getyourguide.openapi.validation'
1212 description = ' OpenAPI Validation library'
13- version = ' 1.2.3 '
13+ version = ' 1.2.4 '
1414
1515 java {
1616 toolchain {
You can’t perform that action at this time.
0 commit comments