Skip to content

Commit c15aadf

Browse files
authored
Update CHANGELOG for 3.2.11 (#9521)
1 parent e76e4bb commit c15aadf

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

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

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

12+
## [3.2.11]
13+
14+
This is a bugfix release of Helidon and is recommended for all users of Helidon 3. Helidon 3 requires Java 17 or newer.
15+
16+
### CHANGES
17+
18+
- Config: Remove unnecessary logging from HoconMpConfigIncluder [9400](https://github.com/helidon-io/helidon/pull/9400)
19+
- Health: Support built-in health check config at `health.checks` [9337](https://github.com/helidon-io/helidon/pull/9337)
20+
- JPA: Remove unused methods 'produce' and 'dispose' from PersistenceExtension.ReferenceCountingProducer [9422](https://github.com/helidon-io/helidon/pull/9422)
21+
- Messaging: Replace manual casts on pattern with instanceof in helidon/messaging modules [9394](https://github.com/helidon-io/helidon/pull/9394)
22+
- Dependencies: Upgrade ojdbc dependency to 21.15.0.0 [9423](https://github.com/helidon-io/helidon/pull/9423)
23+
- Dependencies: netty 4.1.115, grpc-java 1.65.1 [9498](https://github.com/helidon-io/helidon/pull/9498)
24+
- Dependencies: Update the version of the SmallRye OpenAPI UI library [9395](https://github.com/helidon-io/helidon/pull/9395)
25+
- Dependencies: Uptake build-tools 3.0.10 [9376](https://github.com/helidon-io/helidon/pull/9376)
26+
- Dependencies: Upgrade jackson to 2.18.1 [9481](https://github.com/helidon-io/helidon/pull/9481)
27+
- Docs: Replace deprecated VM memory flags in docs for building container images (#9480) [9483](https://github.com/helidon-io/helidon/pull/9483)
28+
- Examples: Update starter UI for Helidon MP Metrics [9403](https://github.com/helidon-io/helidon/pull/9403)
29+
1230
## [3.2.10]
1331

1432
This is a bugfix release of Helidon and is recommended for all users of Helidon 3. Helidon 3 requires Java 17 or newer.
@@ -945,6 +963,8 @@ Notable changes:
945963
- Examples: Update bare-mp archetype to use microprofile-core [3795](https://github.com/oracle/helidon/pull/3795)
946964

947965

966+
[3.2.11]: https://github.com/helidon-io/helidon/compare/3.2.10...3.2.11
967+
[3.2.10]: https://github.com/helidon-io/helidon/compare/3.2.9...3.2.10
948968
[3.2.9]: https://github.com/helidon-io/helidon/compare/3.2.8...3.2.9
949969
[3.2.8]: https://github.com/helidon-io/helidon/compare/3.2.7...3.2.8
950970
[3.2.7]: https://github.com/helidon-io/helidon/compare/3.2.6...3.2.7

0 commit comments

Comments
 (0)