Skip to content

Commit

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

## [4.0.0] - 2024-07-17
### BREAKING CHANGES
- feat: switches to GraalVM as the default JavaScript engine.

### Added
- feat: adds inline script support to Graal engine.
- feat: enables graal store proxy by default.

### Changed
- build: creates v3 release branch.
- build: publishes Nashorn as standalone plugin.
- build: removes GraalVM standalone plugin as it's now bundled with core.
- docs: reference GraalVM as default JavaScript engine.

### Fixed
- fix: disambiguate store save arity.

## [3.44.1] - 2024-07-02
### Changed
- refactor: throw exception if interceptors specify security config.
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.0.0

0 comments on commit 9a456a7

Please sign in to comment.