Releases: cloudevents/sdk-javascript
Releases · cloudevents/sdk-javascript
cloudevents v6.0.2
Bug Fixes
- allow
TypedArray
for binary data (#494) (921e273)
- HTTP headers for extensions with false values (#493) (d6f52ca)
- package.json & package-lock.json to reduce vulnerabilities (ed63f14)
Miscellaneous
cloudevents v6.0.0
⚠ BREAKING CHANGES
- add http transport and remove axios (#481)
Features
Miscellaneous
Documentation
- update readme to include http builtin transport (#483) (4ab6356)
cloudevents v5.3.2
Bug Fixes
- use
isolatedModules: true
in tsconfig.json (#469) (b5c0b56)
Miscellaneous
Cloudevents v5.3.1
Bug Fixes
- improve binary data detection in HTTP transport (#468) (cd4dea9)
- package.json & package-lock.json to reduce vulnerabilities (#462) (ae8fa79)
Documentation
Miscellaneous
- update readme with current Node LTS versions and add Node 16 to the testing matrix(#465) (8abbc11)
Cloudevents v5.3.0
Features
Miscellaneous
- refactor: prefer interfaces over concrete classes (#457) (2ac731e)
- update cucumber dependency and remove prettier (#453) (320354f)
cloudevents v5.1.0
Features
Bug Fixes
- do not assume an empty content-type header is JSON (#444) (52ea7de)
- package.json & package-lock.json to reduce vulnerabilities (#439) (0f5a4c0)
Miscellaneous
CloudEvents v5.0.0
⚠ BREAKING CHANGES
- remove support for 0.3 events (#425)
Features
- add native logging with headers and body to CloudEvent (#437) (b38a48f)
Bug Fixes
- update express example with framework features. (#429) (272bcea), closes #379
- ensure source property has min length of 1 (#438) (2ff7852)
- package.json & package-lock.json to reduce vulnerabilities (#433) (cf47248)
- package.json & package-lock.json to reduce vulnerabilities (#434) (8814919)
- package.json & package-lock.json to reduce vulnerabilities (#436) (2dc846c)
Miscellaneous
Cloudevents v4.0.3
Bug Fixes
- do not modify incoming event's specversion (#419) (22e42dd)
- do not modify incoming event's specversion (#419) (7c05ade)
- throw on validation if extensions are improperly named (#420) (7f6b658)
Miscellaneous
- add copyrights header and lint rules (#418) (80d987c)
- add Lance Ball to maintainers in package.json (#411) (d68b85a)
- be more forgiving parsing JSON as a string (#417) (db4be6b)