Skip to content

Commit 4600734

Browse files
committed
Update CHANGELOG for 4.2.5 release
1 parent 2265a4b commit 4600734

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,29 @@ For Helidon 2.x releases please see [Helidon 2.x CHANGELOG.md](https://github.co
1111

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

14+
## [4.2.5]
15+
16+
This release contains important bugfixes and enhancements and is recommended for all users of Helidon 4.
17+
18+
A minimum of Java 21 is required to use Helidon 4.
19+
20+
### CHANGES
21+
22+
- Config: Common config now has a config factory [10474](https://github.com/helidon-io/helidon/pull/10474)
23+
- Config: Remove deprecation of Config.global() getter [10392](https://github.com/helidon-io/helidon/pull/10392)
24+
- Config: Services.set for config will set both config contracts [10475](https://github.com/helidon-io/helidon/pull/10475)
25+
- Config: Update to correctly handle global config without issuing a warning [10444](https://github.com/helidon-io/helidon/pull/10444)
26+
- gRPC: Decrease log level severity when a stream timeout is retried [10467](https://github.com/helidon-io/helidon/pull/10467)
27+
- gRPC: grpc changes for proper event notification and tracing span propagation [10466](https://github.com/helidon-io/helidon/pull/10466)
28+
- Health: Add ability to exclude health checks by name; clarify doc [10465](https://github.com/helidon-io/helidon/pull/10465)
29+
- Native Image: Update to h2 database native image support [10468](https://github.com/helidon-io/helidon/pull/10468)
30+
- Tracing: Handle single baggage header with multiple assignments; add test [10479](https://github.com/helidon-io/helidon/pull/10479)
31+
- Dependencies: commons lang 3.18.0 [10417](https://github.com/helidon-io/helidon/pull/10417)
32+
- Dependencies: Upgrade gson to 2.13.1 [10418](https://github.com/helidon-io/helidon/pull/10418)
33+
- Dependencies: Upgrade protobuf to 3.25.8 [10461](https://github.com/helidon-io/helidon/pull/10461)
34+
- Dependencies: Uptake build-tools 4.0.20 (#10481) [10482](https://github.com/helidon-io/helidon/pull/10482)
35+
- Docs: remove use of Config.global(config) setter [10478](https://github.com/helidon-io/helidon/pull/10478)
36+
1437
## [4.2.4]
1538

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

1863+
[4.2.5]: https://github.com/oracle/helidon/compare/4.2.4...4.2.5
18401864
[4.2.4]: https://github.com/oracle/helidon/compare/4.2.3...4.2.4
18411865
[4.2.3]: https://github.com/oracle/helidon/compare/4.2.2...4.2.3
18421866
[4.2.2]: https://github.com/oracle/helidon/compare/4.2.1...4.2.2

0 commit comments

Comments
 (0)