Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.1.4: Update CHANGELOG for 4.1.4 #9477

Merged
merged 1 commit into from
Nov 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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