Skip to content

Commit

Permalink
Update CHANGELOG for 2.6.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta committed Mar 22, 2024
1 parent c4fb82a commit 3a36e37
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,23 @@ 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.6]

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

### CHANGES

- Media: 7110 Bad media type log level [8031](https://github.com/helidon-io/helidon/pull/8031)
- Metrics: Generalize OCI metrics support; add tests for the generalization [8419](https://github.com/helidon-io/helidon/pull/8419)
- RestClient: Support Jersey Multipart feature by Helidon Connector [7652](https://github.com/helidon-io/helidon/pull/7652)
- RestClient: TLS replace in HelidonConnector fix [8248](https://github.com/helidon-io/helidon/pull/8248)
- JWT: propagation is now disabled when not configured [8240](https://github.com/helidon-io/helidon/pull/8240)
- Build: Upgrade checkout to v4, setup-java to v4.1.0 [8447](https://github.com/helidon-io/helidon/pull/8447)
- Dependencies: Upgrade to Jersey 2.41 [8347](https://github.com/helidon-io/helidon/pull/8347)
- Dependencies: PostgreSQL JDBC driver updated to 42.4.4. [8415](https://github.com/helidon-io/helidon/pull/8415)
- Examples: Archetype - Add Main class to MP projects [8332](https://github.com/helidon-io/helidon/pull/8332)
- Tests: fix unstable messaging tests (backport) [8453](https://github.com/helidon-io/helidon/pull/8453)

## [2.6.5]

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


[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
[2.6.3]: https://github.com/oracle/helidon/compare/2.6.2...2.6.3
Expand Down

0 comments on commit 3a36e37

Please sign in to comment.