Skip to content

Releases: cloudevents/sdk-javascript

v8.0.0

24 Jul 18:16
db60220
Compare
Choose a tag to compare

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 imports cloudevents and
    also has a dependency on cloudevents this can cause conflicts where
    the CloudEvent.version attribute is not considered equal when, in
    fact, it is.

Miscellaneous

  • add npm run build:schema to the doc generation action (#557) (fa388f7)
  • modify release-please to use Signed-Off-By on commits (#559) (089520a)
  • release 8.0.0 (#563) (1ed43c8)

CloudEvents v7.0.2

11 Jul 15:56
0d923a4
Compare
Choose a tag to compare

7.0.2 (2023-07-05)

Miscellaneous

  • add the provenance flag when publishing to npm (#556) (a0d8682)
  • fix the release-please automation script. (#554) (023171d)

CloudEvents v7.0.1

31 May 13:54
3d96137
Compare
Choose a tag to compare

7.0.1 (2023-05-30)

Bug Fixes

  • handle big integers in incoming events (#495) (43c3584)

Miscellaneous

CloudEvents v7.0.0

03 May 16:14
1995b57
Compare
Choose a tag to compare

7.0.0 (2023-05-03)

⚠ BREAKING CHANGES

  • remove node 12 and node 14 (#545)

Features

Miscellaneous

CloudEvents 6.0.4 Release

16 Feb 17:24
Compare
Choose a tag to compare

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


cloudevents v6.0.3

08 Nov 19:34
3619ef2
Compare
Choose a tag to compare

Bug Fixes

  • improve validation on extension attribute (#502) (ea94a4d)
  • Make CloudEvent data field immutable and enumerable using Object.keys() (#515) (#516) (2d5fab1)

Miscellaneous

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