Skip to content

Commit 89a44e6

Browse files
committed
build: release v4.7.0.
1 parent ee45869 commit 89a44e6

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [4.7.0] - 2025-07-14
7+
### Added
8+
- feat(openapi): support structured syntax suffixes in for JSON MIME types.
9+
- feat: support custom content types in OpenAPI
10+
11+
### Changed
12+
- chore(deps): bump actions/setup-python from 5.5.0 to 5.6.0
13+
- chore(deps): bump com.amazonaws:aws-java-sdk-bom
14+
- chore(deps): bump io.rest-assured:rest-assured from 5.3.2 to 5.5.5
15+
- refactor: allow cumulative update of response behaviour between handlers.
16+
- refactor: allows handler type to be specified.
17+
- refactor: removes redundant config argument.
18+
- refactor: switches interceptor routing to be global to all routes.
19+
- test(openapi): improves coverage for response transmission service.
20+
- test(openapi): migrate spec loader test to JUnit 5.
21+
622
## [4.6.8] - 2025-04-16
723
### Changed
824
- build: adds JVM argument to open java.lang package for tests.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
projectVersion=0.0.0-SNAPSHOT
1+
projectVersion=4.7.0

0 commit comments

Comments
 (0)