Skip to content

Commit 0bc71e2

Browse files
committed
Update CHANGELOG for 1.1.1 release
1 parent a00333f commit 0bc71e2

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ All notable changes to this project will be documented in this file.
55

66
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [1.1.1] - 2019-05-23
99

1010
### Notes
1111

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.
1313

1414
### Improvements
1515

@@ -22,12 +22,16 @@ This release adds support for MicroProfile OpenAPI 1.1.2. It also includes bug a
2222
- WebServer: Remove the channel closed listener in BareResponseImpl when request completes. [695](https://github.com/oracle/helidon/pull/695)
2323
- WebServer: Complete writing a response before checking unconsumed request payload [699](https://github.com/oracle/helidon/pull/699)
2424
- 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)
2528
- Upgrade Weld to 3.1.1.Final [659](https://github.com/oracle/helidon/pull/659)
2629
- Upgrade Jandex to 2.1.1.Final [694](https://github.com/oracle/helidon/pull/694)
2730
- Upgrade Oracle OCI SDK to 1.5.2 [715](https://github.com/oracle/helidon/pull/715)
31+
- Fix incorrect `isAssignableFrom` [728](https://github.com/oracle/helidon/pull/728) [731](https://github.com/oracle/helidon/pull/731) [732](https://github.com/oracle/helidon/pull/732) [734](https://github.com/oracle/helidon/pull/734) [735](https://github.com/oracle/helidon/pull/735)
2832
- Enable ThreadPool injection into Application. [713](https://github.com/oracle/helidon/pull/713)
2933
- Use jandex index in MP quickstart [714](https://github.com/oracle/helidon/pull/714)
30-
- Documentation fixes [697](https://github.com/oracle/helidon/pull/697) [704](https://github.com/oracle/helidon/pull/704)
34+
- Documentation fixes [697](https://github.com/oracle/helidon/pull/697) [704](https://github.com/oracle/helidon/pull/704) [719](https://github.com/oracle/helidon/pull/719)
3135

3236
## [1.1.0] - 2019-05-14
3337

@@ -320,7 +324,8 @@ for details.
320324
### Notes
321325
- Initial source drop on Github
322326

323-
[Unreleased]: https://github.com/oracle/helidon/compare/1.1.0...HEAD
327+
[Unreleased]: https://github.com/oracle/helidon/compare/1.1.1...HEAD
328+
[1.1.1]: https://github.com/oracle/helidon/compare/1.1.0...1.1.1
324329
[1.1.0]: https://github.com/oracle/helidon/compare/1.0.3...1.1.0
325330
[1.0.3]: https://github.com/oracle/helidon/compare/1.0.2...1.0.3
326331
[1.0.2]: https://github.com/oracle/helidon/compare/1.0.1...1.0.2

0 commit comments

Comments
 (0)