Skip to content

v8.0.0

Latest
Compare
Choose a tag to compare
@lholmquist lholmquist released this 24 Jul 18:16
db60220

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)