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: v3.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: v3.1.0
Choose a head ref
  • 14 commits
  • 30 files changed
  • 4 contributors

Commits on Jul 29, 2020

  1. chore: Update readme with correct Receiver usage (#287)

    Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
    lholmquist authored Jul 29, 2020
    Configuration menu
    Copy the full SHA
    e219a30 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. fix: ensure that data encoded as base64 is parsed as an object (#285)

    The 0.3 specification states that `datacontentencoding` may be set to base64.
    If an incoming event arrives over HTTP with this value set, and the content type
    is either application/json or application/cloudevents+json, then ensure that
    the data is decoded and parsed.
    
    Fixes: #284
    See: #282
    
    
    Signed-off-by: Lance Ball <lball@redhat.com>
    lance authored Jul 30, 2020
    Configuration menu
    Copy the full SHA
    ed9ea95 View commit details
    Browse the repository at this point in the history
  2. docs: update badge name (#289)

    Signed-off-by: Grant Timmerman <timmerman+devrel@google.com>
    grant authored Jul 30, 2020
    Configuration menu
    Copy the full SHA
    3fab5f2 View commit details
    Browse the repository at this point in the history
  3. chore: Update examples to use latest sdk changes (#282)

    * This updates all the examples to use the latest module version(3.0.0)
    
    
    Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
    lholmquist authored Jul 30, 2020
    Configuration menu
    Copy the full SHA
    763838c View commit details
    Browse the repository at this point in the history
  4. fix: update browser name to cloudevents. (#292)

    * This updates the broswer based version to cloudevents instead of cloudevents-sdk.
    
    Fixes: #286
    
    Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
    lholmquist authored Jul 30, 2020
    Configuration menu
    Copy the full SHA
    48d182b View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. refactor: no import star (#297)

    Signed-off-by: Grant Timmerman <timmerman+devrel@google.com>
    grant authored Jul 31, 2020
    Configuration menu
    Copy the full SHA
    31c2005 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. build(deps): bump elliptic from 6.5.2 to 6.5.3 (#290)

    Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3.
    - [Release notes](https://github.com/indutny/elliptic/releases)
    - [Commits](indutny/elliptic@v6.5.2...v6.5.3)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 3, 2020
    Configuration menu
    Copy the full SHA
    bc81242 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

  1. lib: expose constants in a more intuitive way (#299)

    * Constants can now be accessed more easily from the top level import/require
    
    users can now do `const { CONSTANTS } = require('cloudevents')`
    
    fixes #298
    
    Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
    lholmquist authored Aug 4, 2020
    Configuration menu
    Copy the full SHA
    a7e0aa0 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. fix: Add Correct Headers to emitted Binary Event (#302)

    * fix: Binary emitter should add a basic application/json header.
    
    fixes #301
    
    Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
    lholmquist authored Aug 6, 2020
    Configuration menu
    Copy the full SHA
    ad0c434 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2020

  1. chore: fix promise tests to break the build when they fail (#305)

    * squash: return the promise that is being tested
    
    fixes #303 
    
    Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
    lholmquist authored Aug 7, 2020
    Configuration menu
    Copy the full SHA
    a5249de View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. chore: update the release script to signoff the commit (#307)

    Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
    lholmquist authored Aug 11, 2020
    Configuration menu
    Copy the full SHA
    f3cc2b4 View commit details
    Browse the repository at this point in the history
  2. docs: Release Guidelines (#306)

    * This adds a guide on how to do releases 
    
    Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
    lholmquist authored Aug 11, 2020
    Configuration menu
    Copy the full SHA
    08bf15d View commit details
    Browse the repository at this point in the history
  3. docs: improve readme receiver example (#309)

    Signed-off-by: Grant Timmerman <timmerman+devrel@google.com>
    grant authored Aug 11, 2020
    Configuration menu
    Copy the full SHA
    d590e3a View commit details
    Browse the repository at this point in the history
  4. "chore(release): 3.1.0"

    Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
    lholmquist committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    1cdf0f6 View commit details
    Browse the repository at this point in the history
Loading