Skip to content

Commit

Permalink
build: release v4.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
outofcoffee committed Dec 12, 2024
1 parent 1150c49 commit 1d845d3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [4.3.0] - 2024-12-12
### Added
- feat: performs healthcheck on Graal JS scripts at init time.

### Changed
- chore(deps): bump com.fasterxml.jackson.core:jackson-databind
- docs: describes capture of body and header in CLI proxy.
- refactor: adds shim for Micrometer to use Log4J2.
- refactor: configures Micrometer and Netty to use Log4J2 instead of SLF4J 1.7.
- refactor: deep proxy Graal context.
- test: adds failing test to cover #621.

## [4.2.4] - 2024-11-20
### Changed
- chore: bumps CLI to 0.45.0.
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=4.3.0

0 comments on commit 1d845d3

Please sign in to comment.