Skip to content

Commit

Permalink
Update CHANGELOG for 2.6.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta committed Mar 28, 2024
1 parent b2910d2 commit 9f867ab
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@ For Helidon 1.x releases please see [Helidon 1.x CHANGELOG.md](https://github.co

For Helidon 3.x releases please see [Helidon 3.x CHANGELOG.md](https://github.com/oracle/helidon/blob/helidon-3.x/CHANGELOG.md)

## [2.6.7]

This is a bugfix release of Helidon. It is recommended for all users of Helidon 2.

### CHANGES

- Fault Tolerance: Reset fault tolerance method cache on CDI shutdown [8487](https://github.com/helidon-io/helidon/pull/8487)
- Security: Support for disabling security providers through configuration. (#8521) [8547](https://github.com/helidon-io/helidon/pull/8547)
- Security: Disabled OidcFeature no longer throws an NPE. (#8520) [8545](https://github.com/helidon-io/helidon/pull/8545)
- Dependencies: Upgrade netty to 4.1.108.Final [8514](https://github.com/helidon-io/helidon/pull/8514)
- Examples: examples cleanup [8498](https://github.com/helidon-io/helidon/pull/8498)
- Examples: align README.md vs functionality [8473](https://github.com/helidon-io/helidon/pull/8473)
- Tests: Avoid implementing the OCI Monitoring interface. [8555](https://github.com/helidon-io/helidon/pull/8555)

## [2.6.6]

This is a bugfix release of Helidon. It is recommended for all users of Helidon 2.
Expand Down Expand Up @@ -2220,6 +2234,7 @@ If there is no authorization provider configured, ABAC provider will be configur
otherwise they are ignored


[2.6.7]: https://github.com/oracle/helidon/compare/2.6.6...2.6.7
[2.6.6]: https://github.com/oracle/helidon/compare/2.6.5...2.6.6
[2.6.5]: https://github.com/oracle/helidon/compare/2.6.4...2.6.5
[2.6.4]: https://github.com/oracle/helidon/compare/2.6.3...2.6.4
Expand Down

0 comments on commit 9f867ab

Please sign in to comment.