Skip to content

Commit 279fe3e

Browse files
authored
Update CHANGELOG (helidon-io#830)
* Update CHANGELOG * Update CHANGELOG with access log support
1 parent a8239e2 commit 279fe3e

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@ 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]
9+
10+
### Notes
11+
12+
### Improvements
13+
14+
- WebServer: Access log support [800](https://github.com/oracle/helidon/pull/800)
15+
- WebServer: Support for HTTP/2 negotiation with TLS/APLN [807](https://github.com/oracle/helidon/pull/807)
16+
- Config: credentials support added to git config [810](https://github.com/oracle/helidon/pull/801)
17+
- Early Access: support for the Oracle Universal Connection Pool [777](https://github.com/oracle/helidon/pull/777)
18+
19+
### Fixes
20+
21+
- WebServer: Return a 400 response for a request with an invalid URL [796](https://github.com/oracle/helidon/pull/796)
22+
- WebServer: Changes to content length optimization to handle flushes [783](https://github.com/oracle/helidon/pull/783)
23+
- 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)
25+
- Enable Netty autoread only after completing a response [823](https://github.com/oracle/helidon/pull/823)
26+
- Tracing: add Tracing configuration module [809](https://github.com/oracle/helidon/pull/809)
27+
- Tracing: Fix constant sampler name for Jaeger [828](https://github.com/oracle/helidon/pull/828)
28+
829
## [1.1.2] - 2019-06-14
930

1031
### Notes
@@ -349,6 +370,7 @@ for details.
349370
### Notes
350371
- Initial source drop on Github
351372

373+
[Unreleased]: https://github.com/oracle/helidon/compare/1.1.2...HEAD
352374
[1.1.2]: https://github.com/oracle/helidon/compare/1.1.1...1.1.2
353375
[1.1.1]: https://github.com/oracle/helidon/compare/1.1.0...1.1.1
354376
[1.1.0]: https://github.com/oracle/helidon/compare/1.0.3...1.1.0

0 commit comments

Comments
 (0)