8000 Comparing v4.0.3...v5.0.0 · cloudevents/sdk-javascript · GitHub
[go: up one dir, main page]

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: v4.0.3
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: v5.0.0
Choose a head ref
  • 13 commits
  • 20 files changed
  • 6 contributors

Commits on Aug 4, 2021

  1. chore: update eslint and prettier dependencies (#424)

    There were some minor changes that resulted in a few code style changes, but not much.
    
    Signed-off-by: Lance Ball <lball@redhat.com>
    lance authored Aug 4, 2021
    Configuration menu
    Copy the full SHA
    061c122 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. chore: use git submodules for conformance tests (#427)

    I don't think downloading to `/tmp` for each `npm test` is such a great
    idea. This does mean that contributors to this repo will need to run the
    following command once on their clone after this commit lands.
    
    ```
    git submodule init
    git submodule update
    ```
    
    Signed-off-by: Lance Ball <lball@redhat.com>
    lance authored Aug 5, 2021
    Configuration menu
    Copy the full SHA
    2118488 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. build(deps): bump path-parse from 1.0.6 to 1.0.7 (#428)

    Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
    - [Release notes](https://github.com/jbgutierrez/path-parse/releases)
    - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)
    
    ---
    updated-dependencies:
    - dependency-name: path-parse
      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 Aug 26, 2021
    Configuration menu
    Copy the full SHA
    36f5e2b View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. src!: remove support for 0.3 events (#425)

    It has been nearly two years since 1.0 became final. This change removes
    support for 0.3 events in the interest of simplifying the project a little.
    
    Signed-off-by: Lance Ball <lball@redhat.com>
    lance authored Aug 2 8000 7, 2021
    Configuration menu
    Copy the full SHA
    2bd9a5a View commit details
    Browse the repository at this point in the history
  2. build(deps): bump path-parse from 1.0.6 to 1.0.7 (#431)

    Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
    - [Release notes](https://github.com/jbgutierrez/path-parse/releases)
    - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)
    
    ---
    updated-dependencies:
    - dependency-name: path-parse
      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 Aug 27, 2021
    Configuration menu
    Copy the full SHA
    1ceed02 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

  1. fix: update express example with framework features. (#429)

    fixes #379
    
    Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
    lholmquist authored Aug 30, 2021
    Configuration menu 8000
    Copy the full SHA
    272bcea View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. fix: package.json & package-lock.json to reduce vulnerabilities (#433)

    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-1579269
    
    Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
    snyk-bot authored Sep 13, 2021
    Configuration menu
    Copy the full SHA
    cf47248 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. chore: remove node 10 from ci (#435)

    Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
    lholmquist authored Sep 17, 2021
    Configuration menu
    Copy the full SHA
    a7db466 View commit details
    Browse the repository at this point in the history
  2. fix: package.json & package-lock.json to reduce vulnerabilities (#434)

    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908
    
    Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
    snyk-bot authored Sep 17, 2021
    Configuration menu
    Copy the full SHA
    8814919 View commit details
    Browse the repository at this point in the history
  3. fix: package.json & package-lock.json to reduce vulnerabilities (#436)

    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908
    
    Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
    snyk-bot authored Sep 17, 2021
    Configuration menu
    Copy the full SHA
    2dc846c View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. fix: ensure source property has min length of 1 (#438)

    Fixes: #383
    
    Signed-off-by: Lance Ball <lball@redhat.com>
    lance authored Sep 29, 2021
    Configuration menu
    Copy the full SHA
    2ff7852 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. feat: add native logging with headers and body to CloudEvent (#437)

    * feat: add native logging with headers and body to CloudEvent
    
    Signed-off-by: Grant Timmerman <timmerman+devrel@google.com>
    
    * ci: simplify
    
    Signed-off-by: Grant Timmerman <timmerman+devrel@google.com>
    
    * ci: simplify
    
    Signed-off-by: Grant Timmerman <timmerman+devrel@google.com>
    
    * ci: returns to return
    
    Signed-off-by: Grant Timmerman <timmerman+devrel@google.com>
    
    * ci: Update test/integration/cloud_event_test.ts
    
    Co-authored-by: Lance Ball <lball@redhat.com>
    
    * ci: revert symbol change
    
    Signed-off-by: Grant Timmerman <timmerman+devrel@google.com>
    
    * refactor: improve ts for toString
    
    Signed-off-by: Grant Timmerman <timmerman+devrel@google.com>
    
    Co-authored-by: Lance Ball <lball@redhat.com>
    grant and lance authored Oct 4, 2021
    Configuration menu
    Copy the full SHA
    b38a48f View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. chore: release 5.0.0 (#430)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Oct 5, 2021
    Configuration menu
    Copy the full SHA
    f7b2840 View commit details
    Browse the repository at this point in the history
Loading
0