Skip to content

Latest commit

 

History

History
79 lines (64 loc) · 2.63 KB

CHANGELOG.md

File metadata and controls

79 lines (64 loc) · 2.63 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0.0]

Added

  • Added a user friendly CloudEvent class with data validation #36
  • CloudEvent structured cloudevent support #47

Changed

  • Removed support for Cloudevents V0.2 and V0.1 #43

Added

  • Added Cloudevents V0.3 and V1 implementations (#22)
  • Add helpful text to README (#23)
  • Add link to email in README (#27)

Fixed

  • Fix small bug with extensions (#25)

0.2.4 - 2019-06-07

Fixed

  • Fix typo in extensions (#21)

0.2.3 - 2019-04-20

Changed

  • Update sample scripts (#15)

Fixed

  • Move Sphinx dependency out of package depedency (#17)

0.2.2 - 2019-01-16

Added

  • Adding web app tests (#13)

Fixed

  • Add content-type for long-description. (#11)

0.2.1 - 2019-01-16

Changed

  • Consolidating return types (#7)
  • Updates for binary encoding (#9)
  • 0.2 force improvements (#10)

0.2.0 - 2018-12-08

Changed

  • Make SDK compliant wtih CloudEvents SDK spec (#2)

0.0.1 - 2018-11-19

Added

  • Initial release