You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+38-2Lines changed: 38 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,47 @@ For Helidon 1.x releases please see [Helidon 1.x CHANGELOG.md](https://github.co
9
9
10
10
## [2.4.0-SNAPSHOT]
11
11
12
+
This is a minor release of Helidon. It contains bug fixes and enhancements.
13
+
12
14
### Compatibility
13
-
`YamlMpConfigSource` has been moved to module `io.helidon.config:helidon-config-yaml-mp`. This is due to wrong JPMS definition where we could not provide a service of an optional dependency. To fix the dependency graph (so we do not depend on MP config from SE config), we had to create a new module.
15
+
16
+
2.4.0 is generally API compatible with 2.3.0. There has been a change that might impact a small number of our users:
17
+
18
+
19
+
*`YamlMpConfigSource` has been moved to module `io.helidon.config:helidon-config-yaml-mp`. This is due to wrong JPMS definition where we could not provide a service of an optional dependency. To fix the dependency graph (so we do not depend on MP config from SE config), we had to create a new module.
14
20
If you use this class directly, please update your dependencies (this may not be required, as it is on classpath of all MP applications), and change the package to `io.helidon.config.yaml.mp`.
15
21
16
22
### CHANGES
17
23
24
+
## [2.3.2]
25
+
26
+
This is a bug fix release of Helidon. It contains bug fixes and minor enhancements. We recommend all Helidon 2.x users upgrade to this release.
27
+
28
+
### Compatibility
29
+
30
+
2.3.2 is API compatible with 2.3.0.
31
+
32
+
### CHANGES
33
+
34
+
- Health: Health check for OCI ObjectStorage that works in SE and MP [3157](https://github.com/oracle/helidon/pull/3157)
35
+
- Logging: Fix Bug #3032 with SLF4J dependancy [3047](https://github.com/oracle/helidon/pull/3047)
36
+
- Metrics: Correct the reported Prometheus metric type for ConcurrentGauge metrics [3160](https://github.com/oracle/helidon/pull/3160)
37
+
- Metrics: Fix incorrect handling of omitted display name (and description) revealed by gRPC [3178](https://github.com/oracle/helidon/pull/3178)
38
+
- Security: Allowed cipher suite can now be specified for WebServer and WebClient [3144](https://github.com/oracle/helidon/pull/3144)
39
+
- Security: Audit does not format message if not loggable. [3156](https://github.com/oracle/helidon/pull/3156)[3162](https://github.com/oracle/helidon/pull/3162)
40
+
- Tests: Fixed failing mp-graphql integration test when using JDK17 (#3100) [3176](https://github.com/oracle/helidon/pull/3176)
41
+
- Tracing: Improved handling of Jaeger spans/scopes across threads [3134](https://github.com/oracle/helidon/pull/3134)
42
+
- Utils: Loom support moved to ThreadPoolSupplier [3164](https://github.com/oracle/helidon/pull/3164)
43
+
- Vault: Custom path for Vault auth methods [3161](https://github.com/oracle/helidon/pull/3161)
0 commit comments