Skip to content

Commit 1c0f7a9

Browse files
authored
squash: Update CHANGELOG.md
1 parent 98fcdd1 commit 1c0f7a9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. See [standa
44

55
## [8.0.0](https://github.com/cloudevents/sdk-javascript/compare/v7.0.2...v8.0.0) (2023-07-24)
66

7+
### ⚠ BREAKING CHANGES
8+
9+
* use string instead of enum for Version ([#561](https://github.com/cloudevents/sdk-javascript/issues/561)) ([15f6505](https://github.com/cloudevents/sdk-javascript/commit/15f6505a580b2bbf8d6b2e89feea10cbd40ab827))
10+
TypeScript does not consider enum values equivalent, even if the string
11+
representation is the same. So, when a module imports `cloudevents` and
12+
also has a dependency on `cloudevents` this can cause conflicts where
13+
the `CloudEvent.version` attribute is not considered equal when, in
14+
fact, it is.
715

816
### Miscellaneous
917

0 commit comments

Comments
 (0)