Skip to content

8.0.4

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jul 15:34
· 124 commits to master since this release
5d78dd5

Release Notes 8.0.4

Enhancements and Updates

  • Security Upgrade:

    • Updated Docker.native base image from debian:12.5-slim to debian:bookworm-20240701-slim for improved security and stability. [Commit: 0c68c31]
  • Dependency Upgrades:

    • Upgraded undertow to v2.3.14.Final.
    • Upgraded Truffle to v24.0.1.
    • Replaced dependency on org.graalvm.polyglot:js-community:pom with org.graalvm.js:js-language to address issue #510. [Commit: 3564c3c]

Documentation Improvements

  • Improved JavaDoc for InterceptPoint, providing clearer descriptions and usage instructions. [Commit: 3c31cc3]

Configuration Enhancements

  • Added comments to default configuration files to specify units for time options, making configuration more intuitive and user-friendly. [Commit: 0fdc8ea]

CI/CD Updates

  • Updated GitHub Actions to use version 4 for better performance and new features. [Commit: a2e3a97]