Skip to content

Commit

Permalink
Update CHANGELOG for 4.1.4 (#9477)
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta authored Nov 8, 2024
1 parent 9a752ad commit d23c41c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,24 @@ For Helidon 2.x releases please see [Helidon 2.x CHANGELOG.md](https://github.co

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

## [4.1.4]

This release contains important bugfixes and is recommended for all users of Helidon 4.

A minimum of Java 21 is required to use Helidon 4.

### CHANGES

- Config: Use replace instead of replaceAll for string replacement [9464](https://github.com/helidon-io/helidon/pull/9464)
- WebServer: Attempt to fix infinite await in Jersey output writer [9468](https://github.com/helidon-io/helidon/pull/9468)
- WebServer: URI Validation updates [9476](https://github.com/helidon-io/helidon/pull/9476)
- Dependencies: Adopt MP metrics 5.1.2 [9463](https://github.com/helidon-io/helidon/pull/9463)
- Dependencies: Update jackson to 2.18.1 [9467](https://github.com/helidon-io/helidon/pull/9467)
- Docs: Adds documentation for gRPC Client in SE. [9462](https://github.com/helidon-io/helidon/pull/9462)
- Docs: Adds link to config table for gRPC protocol and to example. [9465](https://github.com/helidon-io/helidon/pull/9465)
- Docs: Fix doc bug about configuring metrics or health alternate port (#9438) [9457](https://github.com/helidon-io/helidon/pull/9457)
- Examples: clean up warning messages from archetype generated projects [9466](https://github.com/helidon-io/helidon/pull/9466)

## [4.1.3]

This release contains important bugfixes and enhancements and is recommended for all users of Helidon 4.
Expand Down Expand Up @@ -1485,6 +1503,7 @@ Helidon 4.0.0 is a major release that includes significant new features and fixe
- MicroProfile: MP path based static content should use index.html (4.x) [4737](https://github.com/oracle/helidon/pull/4737)
- Build: 4.0 version and poms [4655](https://github.com/oracle/helidon/pull/4655)

[4.1.4]: https://github.com/oracle/helidon/compare/4.1.3...4.1.4
[4.1.3]: https://github.com/oracle/helidon/compare/4.1.2...4.1.3
[4.1.2]: https://github.com/oracle/helidon/compare/4.1.1...4.1.2
[4.1.1]: https://github.com/oracle/helidon/compare/4.1.0...4.1.1
Expand Down

0 comments on commit d23c41c

Please sign in to comment.