Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cloudevents/sdk-javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.0.1
Choose a base ref
...
head repository: cloudevents/sdk-javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.0.2
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Jul 22, 2024

  1. fix: creating an event does not error when the event attribute name i…

    …s too long (#593)
    
    * fix: creating an event does not error when the event attribute name is too long
    
    * From the spec, the requirement for the length of attribute names is only a SHOULD, not a MUST. Currently, if the length is over 20 then the sdk throws an error, which I believe is incorrect because the length requirement is not a MUST.
    
    Signed-off-by: Calum Murray <[email protected]>
    
    * fix(test): test expects not to throw
    
    Signed-off-by: Calum Murray <[email protected]>
    
    ---------
    
    Signed-off-by: Calum Murray <[email protected]>
    Cali0707 authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    6977113 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 8.0.2 (#594)

    Signed-off-by: Lucas Holmquist <[email protected]>
    lholmquist authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    8357719 View commit details
    Browse the repository at this point in the history
Loading