Skip to content

Commit b8a6c14

Browse files
committed
Update CHANGELOG for 4.2.7 release
1 parent a55c25c commit b8a6c14

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,32 @@ 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.7]
15+
16+
This release contains important bugfixes and dependency upgrades 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+
- For MP CORS, suppress explanation of rejection in response; log it instead [10671](https://github.com/helidon-io/helidon/pull/10671)
23+
- Reduce text in CORS response status [10670](https://github.com/helidon-io/helidon/pull/10670)
24+
- Set addClasspath to true so config encryption jar is runnable [10669](https://github.com/helidon-io/helidon/pull/10669)
25+
- Upgrade jgit to 7.3.0 [10653](https://github.com/helidon-io/helidon/pull/10653)
26+
- Upgrade netty to 4.1.126.Final [10652](https://github.com/helidon-io/helidon/pull/10652)
27+
- Upgrade oci sdk to 3.72.0 [10652](https://github.com/helidon-io/helidon/pull/10652)
28+
29+
# [4.2.6]
30+
31+
This release contains important bugfixes and is recommended for all users of Helidon 4.
32+
33+
A minimum of Java 21 is required to use Helidon 4.
34+
35+
### CHANGES
36+
37+
- WebServer: Connection checks update [10539](https://github.com/helidon-io/helidon/pull/10539)
38+
- Dependencies: Upgrade jaxb-core, -impl, -runtime [10537](https://github.com/helidon-io/helidon/pull/10537)
39+
- Build: Ensure aggregated javadocs are built as part of release profile [10536](https://github.com/helidon-io/helidon/pull/10536)
1440

1541
## [4.2.5]
1642

@@ -1861,6 +1887,8 @@ Helidon 4.0.0 is a major release that includes significant new features and fixe
18611887
- MicroProfile: MP path based static content should use index.html (4.x) [4737](https://github.com/oracle/helidon/pull/4737)
18621888
- Build: 4.0 version and poms [4655](https://github.com/oracle/helidon/pull/4655)
18631889

1890+
[4.2.7]: https://github.com/oracle/helidon/compare/4.2.6...4.2.7
1891+
[4.2.6]: https://github.com/oracle/helidon/compare/4.2.5...4.2.6
18641892
[4.2.5]: https://github.com/oracle/helidon/compare/4.2.4...4.2.5
18651893
[4.2.4]: https://github.com/oracle/helidon/compare/4.2.3...4.2.4
18661894
[4.2.3]: https://github.com/oracle/helidon/compare/4.2.2...4.2.3

0 commit comments

Comments
 (0)