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
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
6
6
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
## [Unreleased]
8
+
## [1.1.1] - 2019-05-23
9
9
10
10
### Notes
11
11
12
-
This release adds support for MicroProfile OpenAPI 1.1.2. It also includes bug and performance fixes.
12
+
This release adds support for MicroProfile OpenAPI 1.1.2. It also includes bug and performance fixes including substantial performance improvement with MP when under heavy load, and better heap utilization with Keep-Alive connections.
13
13
14
14
### Improvements
15
15
@@ -22,12 +22,16 @@ This release adds support for MicroProfile OpenAPI 1.1.2. It also includes bug a
22
22
- WebServer: Remove the channel closed listener in BareResponseImpl when request completes. [695](https://github.com/oracle/helidon/pull/695)
23
23
- WebServer: Complete writing a response before checking unconsumed request payload [699](https://github.com/oracle/helidon/pull/699)
24
24
- WebServer: Ensure channel closed listener is removed on exception [702](https://github.com/oracle/helidon/pull/702)
25
+
- Metrics: Handle special case of NaN's to avoid NumberFormatException [723](https://github.com/oracle/helidon/pull/723)
26
+
- MicroProfile: Further `ConfigCdiExtension` fixes and improvements [724](https://github.com/oracle/helidon/pull/724)
27
+
- MicroProfile: Make a few FT params configurable via properties [725](https://github.com/oracle/helidon/pull/725)
25
28
- Upgrade Weld to 3.1.1.Final [659](https://github.com/oracle/helidon/pull/659)
26
29
- Upgrade Jandex to 2.1.1.Final [694](https://github.com/oracle/helidon/pull/694)
27
30
- Upgrade Oracle OCI SDK to 1.5.2 [715](https://github.com/oracle/helidon/pull/715)
0 commit comments