Skip to content

Commit 610f92e

Browse files
authored
Update CHANGELOG (helidon-io#1153)
1 parent 59b478e commit 610f92e

1 file changed

Lines changed: 23 additions & 17 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ It also includes a number of additional bug fixes and enhancements.
1414

1515
### Improvements
1616

17-
- MicroProfile 3.2
17+
- MicroProfile 3.2 full and core bundles. Deprecate old bundles. [1143](https://github.com/oracle/helidon/pull/1143)
1818
- MicroProfile Metrics 2.2 [1117](https://github.com/oracle/helidon/pull/1117)
1919
- MicroProfile Health 2.1 [1092](https://github.com/oracle/helidon/pull/1092)
2020
- WebServer: add support for form parameters [1093](https://github.com/oracle/helidon/pull/1093)
@@ -24,24 +24,26 @@ It also includes a number of additional bug fixes and enhancements.
2424

2525
### Fixes
2626

27-
- UriInfo#getBaseUri() returns URL with 1 character short [1110](https://github.com/oracle/helidon/pull/1110)
28-
- Helidon build fixed on Windows [1097](https://github.com/oracle/helidon/pull/1097)
29-
- Refine start-up time calculation [1100](https://github.com/oracle/helidon/pull/1100)
30-
- Inform Jersey of broken pipe by throwing exception [1076](https://github.com/oracle/helidon/pull/1076)
31-
- Service name not needed when tracing is disabled. [1086](https://github.com/oracle/helidon/pull/1086)
32-
- Fix Tracing nesting and outbound security [1082](https://github.com/oracle/helidon/pull/1082)
33-
- Jaeger integration support for native-image [1084](https://github.com/oracle/helidon/pull/1084)
34-
- Detect media type [1091](https://github.com/oracle/helidon/pull/1091)
35-
- Restore helidon-metrics2 as default metrics library [1077](https://github.com/oracle/helidon/pull/1077)
36-
- Rationalize some metrics 1.1 and 2.0 support code; add sync to both impls [1071](https://github.com/oracle/helidon/pull/1071)
37-
- Brings our 1.1 and 2.0 impls in line with clarification of metric reuse [1080](https://github.com/oracle/helidon/pull/1080)
38-
- Throw JsonException when parser returns unexpected type [1085](https://github.com/oracle/helidon/pull/1085)
39-
- Fix Injecting @ConfigProperty fails [1074](https://github.com/oracle/helidon/pull/1074)
40-
- Fixes NPE in RequestRouting#canonicalize() [1072](https://github.com/oracle/helidon/pull/1072)
27+
- JAX-RS: UriInfo#getBaseUri() returns URL with 1 character short [1110](https://github.com/oracle/helidon/pull/1110)
28+
- JAX-RS: Inform Jersey of broken pipe by throwing exception [1076](https://github.com/oracle/helidon/pull/1076)
29+
- Tracing: Service name not needed when tracing is disabled. [1086](https://github.com/oracle/helidon/pull/1086)
30+
- Tracing: Fix Tracing nesting and outbound security [1082](https://github.com/oracle/helidon/pull/1082)
31+
- Tracing: Jaeger integration support for native-image [1084](https://github.com/oracle/helidon/pull/1084)
32+
- Metrics: Restore helidon-metrics2 as default metrics library [1077](https://github.com/oracle/helidon/pull/1077)
33+
- Metrics: Rationalize some metrics 1.1 and 2.0 support code; add sync to both impls [1071](https://github.com/oracle/helidon/pull/1071)
34+
- Metrics: Brings our 1.1 and 2.0 impls in line with clarification of metric reuse [1080](https://github.com/oracle/helidon/pull/1080)
35+
- Media: Throw JsonException when parser returns unexpected type [1085](https://github.com/oracle/helidon/pull/1085)
36+
- Media: Detect media type [1091](https://github.com/oracle/helidon/pull/1091)
37+
- Config: Fix Injecting @ConfigProperty fails [1074](https://github.com/oracle/helidon/pull/1074)
38+
- Fault Tolerance: Fault Tolerance doesn't work for Rest Client [1124](https://github.com/oracle/helidon/pull/1124)
39+
- MP Server: Refine start-up time calculation [1100](https://github.com/oracle/helidon/pull/1100)
40+
- WebServer: Fixes NPE in RequestRouting#canonicalize() [1072](https://github.com/oracle/helidon/pull/1072)
4141
- Upgrade to Jackson 2.10.0 [1088](https://github.com/oracle/helidon/pull/1088)
4242
- Upgrade to Netty 4.1.42 [1096](https://github.com/oracle/helidon/pull/1096)
4343
- Remove com.google.code.findbugs:jsr305 [1119](https://github.com/oracle/helidon/pull/1119)
44-
- Documentation [1075](https://github.com/oracle/helidon/pull/1075) [1123](https://github.com/oracle/helidon/pull/1123) [1118](https://github.com/oracle/helidon/pull/1118) [1105](https://github.com/oracle/helidon/pull/1105) [1079](https://github.com/oracle/helidon/pull/1079)
44+
- Helidon build fixed on Windows [1097](https://github.com/oracle/helidon/pull/1097)
45+
- Changes default logging to write to System.out [1145](https://github.com/oracle/helidon/pull/1145)
46+
- Documentation [1075](https://github.com/oracle/helidon/pull/1075) [1123](https://github.com/oracle/helidon/pull/1123) [1118](https://github.com/oracle/helidon/pull/1118) [1105](https://github.com/oracle/helidon/pull/1105) [1079](https://github.com/oracle/helidon/pull/1079) [1129](https://github.com/oracle/helidon/pull/1129) [1131](https://github.com/oracle/helidon/pull/1131)
4547

4648
### Deprecations
4749

@@ -56,7 +58,11 @@ It also includes a number of additional bug fixes and enhancements.
5658
The following enhancements are experimental. They should be considered unstable and subject
5759
to change.
5860

59-
- Support for gRPC in MicroProfile server [910](https://github.com/oracle/helidon/pull/910)
61+
- Support for gRPC in MicroProfile server [910](https://github.com/oracle/helidon/pull/910) [1125](https://github.com/oracle/helidon/pull/1125) [1128](https://github.com/oracle/helidon/pull/1128) [1137](https://github.com/oracle/helidon/pull/1137)
62+
63+
## Thanks!
64+
65+
Thanks to community members [Sobuno](https://github.com/Sobuno) and [pa314159](https://github.com/pa314159) for their contributions.
6066

6167
## [1.3.1]
6268

0 commit comments

Comments
 (0)