Skip to content

Commit

Permalink
build: release v3.43.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
outofcoffee committed Jun 26, 2024
1 parent 36fb782 commit ab1e2a5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [3.43.0] - 2024-06-26
### Added
- feat(openapi): adds support for interceptors to openapi plugin.
- feat(rest): adds support for interceptors to rest plugin.
- feat: adds support for interceptors.

### Changed
- chore(deps): bump org.apache.maven.plugins:maven-clean-plugin
- docs: adds examples for interceptors.
- docs: adds interceptors documentation.
- docs: fixes links to stores documentation.
- docs: fixes script benchmarks based on current version.
- docs: fixes top level file comments.
- docs: updates benchmarks based on current version.
- refactor: replaces Vert.x blocking executor with coroutines.
- refactor: replaces future handlers with coroutine await.
- refactor: run interceptors in a coroutine.
- refactor: short-circuited responses should respect response behaviour.

## [3.42.1] - 2024-06-25
### Changed
- ci: fix release condition.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
projectVersion=0.0.0-SNAPSHOT
projectVersion=3.43.0

0 comments on commit ab1e2a5

Please sign in to comment.