First 2.0.0 milestone release!
Pre-release
Pre-release
On the behalf of the CloudEvents community, I'm pleased to announce that we're releasing the first V2.0.0 milestone release! 🥳
The second major version of the SDK will bring huge changes to the project, in order to simplify the usage for the end users and make it simpler to integrate with 3rd party libraries.
Among the major changes, we have:
- Re-structured the project separating the major interfaces from the implementations
- Reworked and simplified the CloudEvent and CloudEventBuilder
- Simplified the development of event formats and protocol bindings and the usage for end users
- The base implementation is dependency free
You can check out all the changes here: https://github.com/cloudevents/sdk-java/milestone/1?closed=1
To start using it, look at the documentation on the official website: https://cloudevents.github.io/sdk-java/
This milestone is meant to be a preview of the library for the community, nothing is written on the stone, so please give us feedback in order to improve this project!
Happy hacking!