2.0 GA
Hi everybody!
On the behalf of the CloudEvents community, I'm pleased to announce that we have the 2.0 GA! After one year of development, we managed to ship the new and enhanced CloudEvents SDK for Java!
To check out all the enhancements from v1, check out the following release notes:
- https://github.com/cloudevents/sdk-java/releases/tag/2.0.0-milestone1
- https://github.com/cloudevents/sdk-java/releases/tag/2.0.0-milestone2
- https://github.com/cloudevents/sdk-java/releases/tag/2.0.0-milestone3
- https://github.com/cloudevents/sdk-java/releases/tag/2.0.0-milestone4
- https://github.com/cloudevents/sdk-java/releases/tag/2.0.0.RC1
- https://github.com/cloudevents/sdk-java/releases/tag/2.0.0.RC2
From 2.0.0.RC2, we have a bunch of bug fixes and io.cloudevents.Extension was renamed to io.cloudevens.CloudEventExtension.
You can check out all the changes here: https://github.com/cloudevents/sdk-java/milestone/6?closed=1
To start using the sdk, look at the documentation on the official website and check out the examples
Happy hacking!