Skip to content

Releases: cloudevents/sdk-javascript

cloudevents v6.0.2

21 Jun 21:12
847f6bf
Compare
Choose a tag to compare

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.1

21 Mar 19:41
a512aad
Compare
Choose a tag to compare

cloudevents v6.0.0

21 Mar 18:19
0164f72
Compare
Choose a tag to compare

⚠ 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

11 Feb 23:42
9046b36
Compare
Choose a tag to compare

Bug Fixes

  • use isolatedModules: true in tsconfig.json (#469) (b5c0b56)

Miscellaneous

Cloudevents v5.3.1

03 Feb 18:45
f36a1f0
Compare
Choose a tag to compare

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

18 Jan 19:07
98009d9
Compare
Choose a tag to compare

Features

Miscellaneous

  • refactor: prefer interfaces over concrete classes (#457) (2ac731e)
  • update cucumber dependency and remove prettier (#453) (320354f)

cloudevents v5.2.0

07 Dec 23:05
d4cb42f
Compare
Choose a tag to compare

Features

cloudevents v5.1.0

02 Dec 13:36
d7e1c41
Compare
Choose a tag to compare

Features

  • use generic type for CloudEvent data (#446) (d941e2d)

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

05 Oct 17:21
f7b2840
Compare
Choose a tag to compare

⚠ 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

06 Jul 18:34
b510056
Compare
Choose a tag to compare

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)