From d3f10bf9a5c90d203c7f2d0ea47c573d7666d6ba Mon Sep 17 00:00:00 2001 From: Joe Di Pol Date: Tue, 9 Feb 2021 09:06:21 -0800 Subject: [PATCH] Final CHANGELOG udpate for 2.2.1 --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0e12e1274a..6fa4e8bf4dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm For Helidon 1.x releases please see [Helidon 1.x CHANGELOG.md](https://github.com/oracle/helidon/blob/helidon-1.x/CHANGELOG.md) -## [2.2.1-SNAPSHOT] +## [2.2.1] 2.2.1 is a bugfix release of Helidon. It contains bug fixes, performance fixes and dependency upgrades. @@ -30,8 +30,10 @@ For Helidon 1.x releases please see [Helidon 1.x CHANGELOG.md](https://github.co - Examples: Fix WebServer Basics example [2634](https://github.com/oracle/helidon/pull/2634) - Examples: Fixed different output in DbClient SE archetype [2703](https://github.com/oracle/helidon/pull/2703) - Examples: PokemonService template fixed in SE Database Archetype. [2701](https://github.com/oracle/helidon/pull/2701) +- Fault Tolerance: Do not attempt to access the request context in Fallback callback [2748](https://github.com/oracle/helidon/pull/2748) - Jersey: Allow override of Jersey property via config [2737](https://github.com/oracle/helidon/pull/2737) - K8s: Update k8s descriptors to avoid using deprecated APIs [2719](https://github.com/oracle/helidon/pull/2719) +- Metrics: Support async invocations using optional synthetic SimplyTimed behavior [2745](https://github.com/oracle/helidon/pull/2745) - Micronaut extensions: micronaut data with ucp [2572](https://github.com/oracle/helidon/pull/2572) - Performance: New implementation of LazyValue [2738](https://github.com/oracle/helidon/pull/2738) - Performance: Properly release underlying buffer before passing it to WebSocket handler [2715](https://github.com/oracle/helidon/pull/2715) @@ -1231,7 +1233,7 @@ If there is no authorization provider configured, ABAC provider will be configur otherwise they are ignored -[2.2.1-SNAPSHOT]: https://github.com/oracle/helidon/compare/2.2.0...HEAD +[2.2.1]: https://github.com/oracle/helidon/compare/2.2.0...2.2.1 [2.2.0]: https://github.com/oracle/helidon/compare/2.1.0...2.2.0 [2.1.0]: https://github.com/oracle/helidon/compare/2.0.2...2.1.0 [2.0.2]: https://github.com/oracle/helidon/compare/2.0.1...2.0.2