File tree 1 file changed +12
-1
lines changed 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 1.0.0]
8
+ ### Added
9
+ - Added a user friendly CloudEvent class with data validation ([ #36 ] )
10
+ - CloudEvent structured cloudevent support ([ #47 ] )
11
+
12
+ ### Removed
13
+ - Removed support for Cloudevents V0.2 and V0.1 ([ #43 ] )
14
+
7
15
## [ 0.3.0]
8
16
### Added
9
17
- Added Cloudevents V0.3 and V1 implementations ([ #22 ] )
@@ -65,4 +73,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
65
73
[ #22 ] : https://github.com/cloudevents/sdk-python/pull/22
66
74
[ #23 ] : https://github.com/cloudevents/sdk-python/pull/23
67
75
[ #25 ] : https://github.com/cloudevents/sdk-python/pull/25
68
- [ #27 ] : https://github.com/cloudevents/sdk-python/pull/27
76
+ [ #27 ] : https://github.com/cloudevents/sdk-python/pull/27
77
+ [ #36 ] : https://github.com/cloudevents/sdk-python/pull/36
78
+ [ #43 ] : https://github.com/cloudevents/sdk-python/pull/43
79
+ [ #47 ] : https://github.com/cloudevents/sdk-python/pull/47
You can’t perform that action at this time.
0 commit comments