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: v7.0.0
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: v7.0.1
Choose a head ref
  • 5 commits
  • 9 files changed
  • 5 contributors

Commits on May 10, 2023

  1. fix: handle big integers in incoming events (#495)

    * fix: handle big integers in incoming events
    
    An event may have data that contains a BigInt. The builtin `JSON` parser
    for JavaScript does not handle the `BigInt` types. The introduced
    `json-bigint` dependency (34k) does.
    
    Fixes: #489
    
    Signed-off-by: Lance Ball <[email protected]>
    lance authored May 10, 2023
    Configuration menu
    Copy the full SHA
    43c3584 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. chore: add publish automation (#550)

    Signed-off-by: Lucas Holmquist <[email protected]>
    lholmquist authored May 16, 2023
    Configuration menu
    Copy the full SHA
    3931b22 View commit details
    Browse the repository at this point in the history
  2. chore: remove old Node versions from the readme (#549)

    Signed-off-by: Lucas Holmquist <[email protected]>
    lholmquist authored May 16, 2023
    Configuration menu
    Copy the full SHA
    11442d3 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. chore: Update compatible node version (#552)

    Signed-off-by: Pieter Wigboldus <[email protected]>
    Undo lock file
    
    Co-authored-by: Pieter Wigboldus <[email protected]>
    w3nl and pieter-pon authored May 30, 2023
    Configuration menu
    Copy the full SHA
    f3659eb View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. chore(main): release 7.0.1 (#548)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored May 31, 2023
    Configuration menu
    Copy the full SHA
    3d96137 View commit details
    Browse the repository at this point in the history
Loading