Releases: cloudevents/sdk-javascript
Releases · cloudevents/sdk-javascript
v9.0.0
v8.0.3
v8.0.2
v8.0.1
v8.0.0
8.0.0 (2023-07-24)
⚠ BREAKING CHANGES
- use string instead of enum for Version (#561) (15f6505)
TypeScript does not consider enum values equivalent, even if the string
representation is the same. So, when a module importscloudevents
and
also has a dependency oncloudevents
this can cause conflicts where
theCloudEvent.version
attribute is not considered equal when, in
fact, it is.
Miscellaneous
CloudEvents v7.0.2
CloudEvents v7.0.1
CloudEvents v7.0.0
CloudEvents 6.0.4 Release
6.0.4 (2023-02-16)
Bug Fixes
- improve validation on extension attribute (#502) (ea94a4d)
- Make CloudEvent data field immutable and enumerable using Object.keys() (#515) (#516) (2d5fab1)
- This fixes bug #525 where the browser version was breaking becuase of process not being found. (#526) (e5ee836)
Miscellaneous
- added the engines property to the package.json (bc3aaca)
- bump cucumber to full release version (#514) (c09a9cc)
- bump mocha to 10.1.0 (#512) (4831e6a)
- bump webpack to 5.74.0 (#509) (760a024)
- release 6.0.3 (#503) (3619ef2)
- Typos (953bc2a)
- examples: add mqtt example (#523) (b374d9a)