Skip to content

Commit 5325a39

Browse files
committed
Update CHANGELOG for 4.3.2 release
1 parent a2d6fa3 commit 5325a39

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

CHANGELOG.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,56 @@ 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.3.2]
15+
16+
This release contains 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. Java 25 is recommended.
19+
20+
### CHANGES
21+
22+
- Declarative: Update to web server observability features to support Helidon declarative [10764](https://github.com/helidon-io/helidon/pull/10764)
23+
- gRPC: improvements and a bug fix for large data uploads [10797](https://github.com/helidon-io/helidon/pull/10797)
24+
- gRPC: New gRPC server SPI and gRPC tracing refactoring [10771](https://github.com/helidon-io/helidon/pull/10771)
25+
- HTTP/2: Create correct HTTP/2 settings for a new stream in gRPC client [10814](https://github.com/helidon-io/helidon/pull/10814)
26+
- HTTP/2: Fix dynamic table cpu burn #10472 [10806](https://github.com/helidon-io/helidon/pull/10806)
27+
- HTTP/2: Fix http2 client dynamic table RC [10821](https://github.com/helidon-io/helidon/pull/10821)
28+
- HTTP/2: Infinite loop during webservice request in io.helidon.http.http2.Http2Headers.DynamicTable#add #10472 [10502](https://github.com/helidon-io/helidon/pull/10502)
29+
- Security: JwtProvider expected audience is no longer mandatory [10778](https://github.com/helidon-io/helidon/pull/10778)
30+
- Security: OIDC JWE support [10760](https://github.com/helidon-io/helidon/pull/10760)
31+
- WebClient: ClientRequestBase incorrectly rejects non-lowercase schemes #10752 [10780](https://github.com/helidon-io/helidon/pull/10780)
32+
- WebServer: Add beforeSend method to server response [10770](https://github.com/helidon-io/helidon/pull/10770)
33+
- WebServer: Do not set an initial value for SO_RCVBUF [10801](https://github.com/helidon-io/helidon/pull/10801)
34+
- Build: Do not deploy helidon-data-sql-testing [10818](https://github.com/helidon-io/helidon/pull/10818)
35+
- Build: Remove unused plugin declaration for helidon-service-maven-plugin [10737](https://github.com/helidon-io/helidon/pull/10737)
36+
- Dependencies: Bump com.oracle.oci.sdk:oci-java-sdk-bom from 3.73.1 to 3.75.0 in /dependencies [10796](https://github.com/helidon-io/helidon/pull/10796)
37+
- Dependencies: Fix warnings logged from SnakeYAML; update SnakeYAML to 2.5 [10754](https://github.com/helidon-io/helidon/pull/10754)
38+
- Dependencies: Remove direct dependency on commons-text [10804](https://github.com/helidon-io/helidon/pull/10804)
39+
- Dependencies: Update Jackson to 2.20.0. Update owasp dependency check [10776](https://github.com/helidon-io/helidon/pull/10776)
40+
- Dependencies: Upgrade antlr to 4.13.2 [10803](https://github.com/helidon-io/helidon/pull/10803)
41+
- Dependencies: Upgrade google-api-client to 2.8.1 [10793](https://github.com/helidon-io/helidon/pull/10793)
42+
- Dependencies: Upgrade H2 to 2.4.240 [10758](https://github.com/helidon-io/helidon/pull/10758)
43+
- Docs: Added support for `@value` javadoc reference to resolve into value in docs [10759](https://github.com/helidon-io/helidon/pull/10759)
44+
- Docs: Do not replace `#` sign for "href" links in `@see` [10772](https://github.com/helidon-io/helidon/pull/10772)
45+
- Docs: Fix bad links in generated documentation. [10779](https://github.com/helidon-io/helidon/pull/10779)
46+
- Docs: JSON Schema documentation [10748](https://github.com/helidon-io/helidon/pull/10748)
47+
- Docs: Several gRPC server doc improvements [10750](https://github.com/helidon-io/helidon/pull/10750)
48+
- Examples: Fix casing in Docketfile mustache templates [10766](https://github.com/helidon-io/helidon/pull/10766)
49+
- Tests: Shard-off Helidon Data tests [10799](https://github.com/helidon-io/helidon/pull/10799)
50+
51+
## [4.3.1]
52+
53+
This release contains bugfixes and dependency upgrades and is recommended for all users of Helidon 4.
54+
55+
A minimum of Java 21 is required to use Helidon 4. Java 25 is recommended.
56+
57+
### CHANGES
58+
59+
- Config: Use requires transitive for service.registry [10744](https://github.com/helidon-io/helidon/pull/10744)
60+
- JSON-RPC: Include the JSON-RPC ID in all error responses when available [10740](https://github.com/helidon-io/helidon/pull/10740)
61+
- LC4J: Add JSON Schema and lc4j codegens to apt bundle #10723 [10747](https://github.com/helidon-io/helidon/pull/10747)
62+
- Dependencies: Bump lc4j to 1.6.0 [10746](https://github.com/helidon-io/helidon/pull/10746)
63+
1464
## [4.3.0]
1565

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

2220+
[4.3.2]: https://github.com/oracle/helidon/compare/4.3.1...4.3.2
2221+
[4.3.1]: https://github.com/oracle/helidon/compare/4.3.0...4.3.1
21702222
[4.3.0]: https://github.com/oracle/helidon/compare/4.2.7...4.3.0
21712223
[4.2.7]: https://github.com/oracle/helidon/compare/4.2.6...4.2.7
21722224
[4.2.6]: https://github.com/oracle/helidon/compare/4.2.5...4.2.6

0 commit comments

Comments
 (0)