@@ -5,6 +5,28 @@ All notable changes to this project will be documented in this file.
55
66This project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.4.1]
9+
10+ ### Notes
11+
12+ This is a bug fix release of Helidon.
13+
14+ ### Fixes
15+
16+ - WebServer: Better recovery for invalid URLs and content types [ 1233] ( https://github.com/oracle/helidon/pull/1233 )
17+ - Metrics: Fix Unable to find reusable metric with tags [ 1241] ( https://github.com/oracle/helidon/pull/1241 )
18+ - Metrics: Fix Metrics type of Fault Tolerance is displayed as invalid [ 1179] ( https://github.com/oracle/helidon/pull/1179 )
19+ - Security: Allow use of exception instead of abortWith in Jersey security. [ 1224] ( https://github.com/oracle/helidon/pull/1224 )
20+ - Security: Outbound with OIDC provider no longer causes an UnsupportedOperationException [ 1195] ( https://github.com/oracle/helidon/pull/1195 )
21+ - Add support for Lazy values [ 1225] ( https://github.com/oracle/helidon/pull/1225 )
22+ - Upgrade Google libraries for Google login provider. [ 1199] ( https://github.com/oracle/helidon/pull/1199 )
23+ - Upgrade config libraries [ 1234] ( https://github.com/oracle/helidon/pull/1234 )
24+ - Upgrade MP Fault Tolerance to 2.0.2 and Failsafe 2.2.3 [ 1197] ( https://github.com/oracle/helidon/pull/1197 ) [ 1186] ( https://github.com/oracle/helidon/pull/1186 )
25+ - Upgrade of libraries related to tracing [ 1169] ( https://github.com/oracle/helidon/pull/1169 )
26+ - JPA: Relax requirements on container-managed persistence units which can now be resource-local [ 1245] ( https://github.com/oracle/helidon/pull/1245 )
27+ - JPA: Addressing several rollback-related issues [ 1189] ( https://github.com/oracle/helidon/pull/1189 )
28+
29+
830## [ 1.4.0]
931
1032### Notes
@@ -564,6 +586,7 @@ for details.
564586### Notes
565587- Initial source drop on Github
566588
589+ [ 1.4.1 ] : https://github.com/oracle/helidon/compare/1.4.0..1.4.1
567590[ 1.4.0 ] : https://github.com/oracle/helidon/compare/1.3.1...1.4.0
568591[ 1.3.1 ] : https://github.com/oracle/helidon/compare/1.3.0...1.3.1
569592[ 1.3.0 ] : https://github.com/oracle/helidon/compare/1.2.1...1.3.0
0 commit comments