@@ -7,19 +7,37 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
77
88### Notes
99
10- If you are upgrading from 0.10.5 or earlier you will need to change
11- your application (see Notes for 0.11.0 release). For details on API
12- changes see [ API Changes] ( https://github.com/oracle/helidon/wiki/API-Changes-in-1.0 )
10+ ### Improvements
11+
12+ ### Fixes
13+
14+ ## [ 1.0.0] - 2019-02-12
15+
16+ ### Notes
17+
18+ This is our 1.0 release and we have finished the API changes that we've
19+ been working on over the last few months. From this point on we will
20+ have much greater API stability. Thanks for your patience.
1321
1422If you are upgrading from 0.11.0 note that media support (for example JsonSupport)
15- has moved to a top level ` media ` component. Details
16- in [ API Changes] ( https://github.com/oracle/helidon/wiki/API-Changes-in-1.0 ) .
23+ has moved to a top level ` media ` component. This means you might have to change
24+ your dependencies and Java imports. For more details see:
25+ [ API Changes] ( https://github.com/oracle/helidon/wiki/API-Changes-in-1.0 ) .
26+
27+ If you are upgrading from 0.10.5 or earlier you will need to change
28+ your application due to a number of API changes we made in preperation
29+ for 1.0. For details on API changes see:
30+ [ API Changes] ( https://github.com/oracle/helidon/wiki/API-Changes-in-1.0 )
31+
32+ Helidon 1.0 supports [ MicroProfile 1.2] ( https://github.com/eclipse/microprofile-bom/releases/download/1.2/microprofile-spec-1.2.pdf )
33+ with updated versions of the components.
1734
1835### Improvements
1936
2037- WebServer: Add JSON-B (Yasson) support [ 388] ( https://github.com/oracle/helidon/pull/388 )
2138- WebServer: Add Jackson support [ 351] ( https://github.com/oracle/helidon/pull/351 )
2239- MicroProfile: update Hystrix to 1.5.18 [ 391] ( https://github.com/oracle/helidon/pull/391 )
40+ - Examples: Change quickstart examples so that PUT uses json and not path param [ 399] ( https://github.com/oracle/helidon/pull/399 )
2341
2442### Fixes
2543
@@ -171,7 +189,8 @@ for details.
171189### Notes
172190- Initial source drop on Github
173191
174- [ Unreleased ] : https://github.com/oracle/helidon/compare/0.11.1...HEAD
192+ [ Unreleased ] : https://github.com/oracle/helidon/compare/1.0.0...HEAD
193+ [ 1.0.0 ] : https://github.com/oracle/helidon/compare/0.11.0...1.0.0
175194[ 0.11.1 ] : https://github.com/oracle/helidon/compare/0.11.0...0.11.1
176195[ 0.11.0 ] : https://github.com/oracle/helidon/compare/0.10.5...0.11.0
177196[ 0.10.5 ] : https://github.com/oracle/helidon/compare/0.10.4...0.10.5
0 commit comments