10000 Comparing main...v1.x.y · 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: main
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: v1.x.y
Choose a head ref
  • 1 commit
  • 4 files changed
  • 1 contributor

Commits on May 5, 2020

  1. fix: support mTLS in 1.0 Binary and Structured emitters (#106)

    This commit modifies both of the 1.0 emitters so that they may
    accept typed objects as a part of the configuration. When using
    mTLS in Node, you need to provide an `Agent` to the underlying
    HTTP handler. In this case, Axios will pass this object along to
    Node.js when it is provided.
    
    Fixes: #48
    
    Signed-off-by: Lance Ball <lball@redhat.com>
    lance authored May 5, 2020
    Configuration menu
    Copy the full SHA
    0cd9256 View commit details
    Browse the repository at this point in the history
Loading
0