File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44This 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.
Original file line number Diff line number Diff line change 1- projectVersion =0 .0.0-SNAPSHOT
1+ projectVersion =4 .0.0
You can’t perform that action at this time.
0 commit comments