Skip to content

0.2: Kafka and new APIs to work with Event

Pre-release
Pre-release
Compare
Choose a tag to compare
@slinkydeveloper slinkydeveloper released this 06 Aug 13:59
35b37e5

On the behalf of CloudEvents community, I'm pleased to announce the 0.2 release of cloudevents/sdk-rust.

New features

Improvements & bug fixes

  • Improvements in docs: #51 & #71
  • Now Event deserialization does not assume default values anymore (and it fails if some mandatory attributes are not there): #41

Breaking changes

  • Removed hardcoded constants from specversion crate: #52
  • Redesigned the event builder, now it requires importing the EventBuilder trait and returns Result on build(). It also does not assume anymore the default values: #53

For a complete changelog, look at: https://github.com/cloudevents/sdk-rust/milestone/2?closed=1

Huge thanks to all people involved in this release!