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: v6.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: v6.0.2
Choose a head ref
  • 8 commits
  • 9 files changed
  • 6 contributors

Commits on May 10, 2022

  1. Fix typo in README (#488)

    Signed-off-by: Jason Lock <jasonlock@Jasons-MacBook-Pro.local>
    jasonjlock authored May 10, 2022
    Configuration menu
    Copy the full SHA
    addbd9a View commit details
    Browse the repository at this point in the history
  2. build(deps): bump minimist from 1.2.5 to 1.2.6 (#486)

    Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
    - [Release notes](https://github.com/substack/minimist/releases)
    - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)
    
    ---
    updated-dependencies:
    - dependency-name: minimist
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 10, 2022
    Configuration menu
    Copy the full SHA
    d9ee0e0 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. chore: bump ajv and remove old dep dependency (#496)

    * chore: bump ajv and remove old dep dependency
    
    This should allow the existing, meaningful PRs to pass CI validation if they get a rebase.
    
    Signed-off-by: Lance Ball <lball@redhat.com>
    lance authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    ce02e0a View commit details
    Browse the repository at this point in the history
  2. fix: HTTP headers for extensions with false values (#493)

    * fix: HTTP headers for extensions with false values
    
    CloudEvent objects may include extensions that have a defined key and a
    `false` value. This change ensures that HTTP messages for CloudEvents
    containing these extension values include the appropriate headers.
    
    Signed-off-by: Lance Ball <lball@redhat.com>
    lance authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    d6f52ca View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. chore: update owners (#499)

    * chore: update owners
    
    Signed-off-by: Grant Timmerman <744973+grant@users.noreply.github.com>
    grant authored Jun 15, 2022
    Configuration menu
    Copy the full SHA
    a62eb44 View commit details
    Browse the repository at this point in the history
  2. fix: allow TypedArray for binary data (#494)

    * fix: allow `Uint16|8Array` for binary data
    
    Previously we only considered `Uint32Array` binary data. This was an
    oversight. This fixes that issue.
    
    Fixes: #491
    
    Signed-off-by: Lance Ball <lball@redhat.com>
    lance authored Jun 15, 2022
    Configuration menu
    Copy the full SHA
    921e273 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2022

  1. fix: package.json & package-lock.json to reduce vulnerabilities

    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-GOT-2932019
    snyk-bot committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    ed63f14 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. chore: release 6.0.2 (#497)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    847f6bf View commit details
    Browse the repository at this point in the history
Loading