Skip to content

Commit 28545f0

Browse files
authored
Update changelog in prep for 1.2 release (helidon-io#854)
1 parent 35a84a9 commit 28545f0

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,15 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
99

1010
### Notes
1111

12+
This release contains full support for MicroProfile 2.2. We also have a few new
13+
enhancements and bug and performances fixes.
14+
1215
### Improvements
1316

14-
- WebServer: Access log support [800](https://github.com/oracle/helidon/pull/800)
17+
- MicroProfile OpenTracing 1.3.1 [826](https://github.com/oracle/helidon/pull/826)
18+
- MicroProfile REST Client 1.2.1 [407](https://github.com/oracle/helidon/issues/407)
19+
- MicroProfile Health 2.0 [835](https://github.com/oracle/helidon/pull/835)
20+
- WebServer: Access log support [800](https://github.com/oracle/helidon/pull/800) [837](https://github.com/oracle/helidon/pull/837)
1521
- WebServer: Support for HTTP/2 negotiation with TLS/APLN [807](https://github.com/oracle/helidon/pull/807)
1622
- Config: credentials support added to git config [810](https://github.com/oracle/helidon/pull/801)
1723
- Early Access: support for the Oracle Universal Connection Pool [777](https://github.com/oracle/helidon/pull/777)
@@ -21,10 +27,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
2127
- WebServer: Return a 400 response for a request with an invalid URL [796](https://github.com/oracle/helidon/pull/796)
2228
- WebServer: Changes to content length optimization to handle flushes [783](https://github.com/oracle/helidon/pull/783)
2329
- WebServer: Refine content length support [795](https://github.com/oracle/helidon/pull/795)
24-
- Update jackson databind to 2.9.9 [797](https://github.com/oracle/helidon/pull/797)
30+
- Upgrade Jersey to 2.29 [813](https://github.com/oracle/helidon/pull/813)
31+
- Upgrade jackson databind to 2.9.9 [797](https://github.com/oracle/helidon/pull/797)
2532
- Enable Netty autoread only after completing a response [823](https://github.com/oracle/helidon/pull/823)
2633
- Tracing: add Tracing configuration module [809](https://github.com/oracle/helidon/pull/809)
2734
- Tracing: Fix constant sampler name for Jaeger [828](https://github.com/oracle/helidon/pull/828)
35+
- Tracing: IDCS Role mapper: calls to IDCS not associated with the call [794](https://github.com/oracle/helidon/issues/794)
36+
- MicroProfile Config: MpConfig will never include Helidon Config property names in the return value of getPropertyNames() [844](https://github.com/oracle/helidon/issues/844)
37+
- Update examples and tests to use microprofile-2.2 bundle [843](https://github.com/oracle/helidon/pull/843)
2838

2939
## [1.1.2] - 2019-06-14
3040

0 commit comments

Comments
 (0)