Skip to content

Releases: cloudevents/sdk-javascript

v9.0.0

09 Apr 12:31
fc76097
Compare
Choose a tag to compare

9.0.0 (2025-04-03)

⚠ BREAKING CHANGES

  • remove node 16 (#610)

Features

v8.0.3

02 Apr 16:17
c07afa9
Compare
Choose a tag to compare

8.0.3 (2025-04-02)

Bug Fixes

v8.0.2

22 Jul 17:26
8357719
Compare
Choose a tag to compare

8.0.2 (2024-07-22)

Bug Fixes

  • creating an event does not error when the event attribute name is too long (#593) (6977113)

v8.0.1

12 Jun 15:32
154e913
Compare
Choose a tag to compare

8.0.1 (2024-06-12)

Bug Fixes

Miscellaneous

  • Update compatible node version (#573) (245bae9)
  • updated check mark symbol to show some green checkboxes (#582) (c65afe9)

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