Skip to content

Commit

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

## [4.0.1] - 2024-07-29
### Changed
- docs: fixes body capture examples.
- docs: fixes capture enable/disable example.
- refactor: improves internal naming of eval scripts.
- refactor: moves graal store proxy initialisation to engine lifecycle listener.
- test: separates store names.

### Fixed
- fix: improves exception handling for out of bounds index in store proxy.
- fix: marks legacy jsonPath property as deprecated.
- fix: store interceptors should only wrap when used in a script engine.

## [4.0.0] - 2024-07-17
### BREAKING CHANGES
- feat: switches to GraalVM as the default JavaScript engine.
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.1

0 comments on commit 62fe741

Please sign in to comment.