File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,18 @@ 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.2.0]
8
+ ### Added
9
+ - Added GenericException, DataMarshallingError and DataUnmarshallingError ([ #120 ] )
10
+
7
11
## [ 1.1.0]
8
12
### Changed
9
13
- Changed from_http to now expect headers argument before data ([ #110 ] )
10
14
- Renamed exception names ([ #111 ] )
11
15
16
+ ### Fixed
17
+ - Fixed from_http bugs with data of type None, or not dict-like ([ #119 ] )
18
+
12
19
### Deprecated
13
20
- Renamed to_binary_http and to_structured_http. ([ #108 ] )
14
21
@@ -105,3 +112,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
105
112
[ #108 ] : https://github.com/cloudevents/sdk-python/pull/108
106
113
[ #110 ] : https://github.com/cloudevents/sdk-python/pull/110
107
114
[ #111 ] : https://github.com/cloudevents/sdk-python/pull/111
115
+ [ #119 ] : https://github.com/cloudevents/sdk-python/pull/119
116
+ [ #120 ] : https://github.com/cloudevents/sdk-python/pull/120
You can’t perform that action at this time.
0 commit comments