Skip to content

Commit 9fb9c73

Browse files
authored
Update changelog (helidon-io#679)
1 parent 5b82eb5 commit 9fb9c73

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

CHANGELOG.md

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

1010
### Notes
1111

12+
This release contains bug fixes and a number of early implementations of
13+
significant new features.
14+
1215
### Improvements
1316

17+
These features represent work in progress and should be considered experimental:
18+
19+
- Initial implementation of gRPC server/framework [543](https://github.com/oracle/helidon/pull/543)
20+
- Initial JTA/JPA support for MP [501](https://github.com/oracle/helidon/pull/501)
21+
- Initial implementation of OpenApi support for SE [558](https://github.com/oracle/helidon/pull/558)
22+
- Initial implementation of the common context [600](https://github.com/oracle/helidon/pull/600) [599](https://github.com/oracle/helidon/pull/599)
23+
1424
### Fixes
1525

26+
- Graal native image update to work with GA [677](https://github.com/oracle/helidon/pull/677)
27+
- Tracing: Activate and start instead of just starting the main span [598](https://github.com/oracle/helidon/pull/598)
28+
- Config: refactor change support [579](https://github.com/oracle/helidon/pull/579)
29+
- Config: Config object mapping was missing from bom pom. [529](https://github.com/oracle/helidon/pull/529)
30+
- Config: MpcSourceEnvironmentVariablesTest::testPrecedence fails on Windows [636](https://github.com/oracle/helidon/issues/636)
31+
- Security: OIDC Provider : Incorrect error if scopes do not match security requirement [661](https://github.com/oracle/helidon/issues/661)
32+
- Security: Scope annotation not working alone [646](https://github.com/oracle/helidon/issues/646)
33+
- Security: Sub resource locator authorization does not work [552](https://github.com/oracle/helidon/issues/552)
34+
- Security: OIDC fails with Okta identity provider [642](https://github.com/oracle/helidon/issues/642)
35+
- Security: Multitenancy support for IDCS Role Mapping [571](https://github.com/oracle/helidon/pull/571)
36+
- Security: JWT must be signed unless explicitly allowing unsigned JWTs. [523](https://github.com/oracle/helidon/pull/523)
37+
- Security: Primitive types long and boolean now supported by MP-JWT-Auth [586](https://github.com/oracle/helidon/pull/586)
38+
- WebServer: Request.Context copy ctor should not append default readers [653](https://github.com/oracle/helidon/issues/653)
39+
- WebServer: JSON-Binding breaks prometheus metrics format [645](https://github.com/oracle/helidon/issues/645)
40+
- WebServer: Removed unnecessary synchronization in content readers [576](https://github.com/oracle/helidon/pull/576)
41+
- WebServer: Minimize writer creation in Response [603](https://github.com/oracle/helidon/pull/603)
42+
- WebServer: Add enabled enabledSSLProtocols methods on ServerConfiguration.Builder [590](https://github.com/oracle/helidon/issues/590)
43+
- WebServer: NettyWebServer uses a deprecated constructor for JdkSslContext [519](https://github.com/oracle/helidon/issues/519)
44+
- Documentation updates: [671](https://github.com/oracle/helidon/pull/671) [634](https://github.com/oracle/helidon/pull/634) [620](https://github.com/oracle/helidon/pull/620) [584](https://github.com/oracle/helidon/pull/584) [608](https://github.com/oracle/helidon/pull/608) [589](https://github.com/oracle/helidon/pull/589)
45+
- Add Implementation headers to jar MANIFEST [618](https://github.com/oracle/helidon/pull/618)
46+
- Common Service Loader [621](https://github.com/oracle/helidon/issues/621)
47+
- Update SnakeYAML to 1.24 [626](https://github.com/oracle/helidon/pull/626)
48+
- Fix the TODO application example [604](https://github.com/oracle/helidon/pull/604)
49+
- JSON handling improvements [609](https://github.com/oracle/helidon/pull/609)
50+
1651
## [1.0.3] - 2019-04-16
1752

1853
### Notes

0 commit comments

Comments
 (0)