Skip to content

Commit 9a456a7

Browse files
committed
build: release v4.0.0.
1 parent 53c3ad7 commit 9a456a7

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.0.0] - 2024-07-17
7+
### BREAKING CHANGES
8+
- feat: switches to GraalVM as the default JavaScript engine.
9+
10+
### Added
11+
- feat: adds inline script support to Graal engine.
12+
- feat: enables graal store proxy by default.
13+
14+
### Changed
15+
- build: creates v3 release branch.
16+
- build: publishes Nashorn as standalone plugin.
17+
- build: removes GraalVM standalone plugin as it's now bundled with core.
18+
- docs: reference GraalVM as default JavaScript engine.
19+
20+
### Fixed
21+
- fix: disambiguate store save arity.
22+
623
## [3.44.1] - 2024-07-02
724
### Changed
825
- refactor: throw exception if interceptors specify security config.

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.0.0

0 commit comments

Comments
 (0)