@@ -9,6 +9,24 @@ For Helidon 2.x releases please see [Helidon 2.x CHANGELOG.md](https://github.co
9
9
10
10
For Helidon 1.x releases please see [ Helidon 1.x CHANGELOG.md] ( https://github.com/oracle/helidon/blob/helidon-1.x/CHANGELOG.md )
11
11
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
+
12
30
## [ 3.2.10]
13
31
14
32
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:
945
963
- Examples: Update bare-mp archetype to use microprofile-core [ 3795] ( https://github.com/oracle/helidon/pull/3795 )
946
964
947
965
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
948
968
[ 3.2.9 ] : https://github.com/helidon-io/helidon/compare/3.2.8...3.2.9
949
969
[ 3.2.8 ] : https://github.com/helidon-io/helidon/compare/3.2.7...3.2.8
950
970
[ 3.2.7 ] : https://github.com/helidon-io/helidon/compare/3.2.6...3.2.7
0 commit comments