You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change the modules name from cloudevents-sdk to cloudevents
Extension names are now validated during object creation. The values are defined by the specification, and can be lowercase(a-z) or digits(0-9) and must be no longer that 20 characters
Make the CloudEvent read-only and validate the input during object creation.
To augment an already created CloudEvent object, we have added a cloneWith method that takes attributes to add/update.