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-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.6.1
Choose a base ref
...
head repository: cloudevents/sdk-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.7.0
Choose a head ref
  • 9 commits
  • 26 files changed
  • 9 contributors

Commits on Oct 22, 2021

  1. update readme to point to new release (#731)

    Signed-off-by: Scott Nichols <scott@chainguard.dev>
    n3wscott authored Oct 22, 2021
    Configuration menu
    Copy the full SHA
    ba82e92 View commit details
    Browse the repository at this point in the history
  2. Combine request context with parent receiver context (#733)

    PR #718 changed the handler to always receive the request context in
    order to support middleware that alters the context.  This however means
    we lose any context values (loggers, etc) that are set on the outer
    context.
    
    This change introduces a delegating context that will prioritize the
    child (request) context for values and cancellation, but fallback to the
    parent context for missing values.
    
    Signed-off-by: Ben Moss <benm@vmware.com>
    benmoss authored Oct 22, 2021
    Configuration menu
    Copy the full SHA
    2140c5a View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. Pub/Sub message ordering support (#724)

    Signed-off-by: Jelle Vink <jelle.vink@gmail.com>
    skymeyer authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    adacec4 View commit details
    Browse the repository at this point in the history
  2. Add inbound rate limiting (#722)

    * feat: Add inbound rate limiting
    
    Closes: #59
    Signed-off-by: Michael Gasch <mgasch@vmware.com>
    
    * address review feedback
    
    Signed-off-by: Michael Gasch <mgasch@vmware.com>
    Michael Gasch authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    5d1b173 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. fix: SetExtension cannot override core attributes (#720)

    Closes: #709
    Signed-off-by: Michael Gasch <mgasch@vmware.com>
    Michael Gasch authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    1432760 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. pubsub subscription filtering support (#737)

    Signed-off-by: Iker Rejano <irejanodev@gmail.com>
    irejanodev authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    1170e89 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. 736 feat pubsub subscription filter (#741)

    * pubsub subscription filtering support
    
    Signed-off-by: Iker Rejano <irejanodev@gmail.com>
    
    * Update protocol.go
    
    Included filter value in connection struct to the creation method
    
    Signed-off-by: Iker Rejano <irejanodev@gmail.com>
    
    * fix param filter
    
    Signed-off-by: Iker Rejano <irejanodev@gmail.com>
    irejanodev authored Dec 7, 2021
    Configuration menu
    Copy the full SHA
    c80789d View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. Adding proper abuse protection handler (#743)

    * Adding proper abuse protection handler
    
    Signed-off-by: I334869 <abhradeep.kundu@sap.com>
    
    * Update options.go
    
    Co-authored-by: I334869 <abhradeep.kundu@sap.com>
    Co-authored-by: Scott Nichols <n3wscott@chainguard.dev>
    3 people authored Dec 8, 2021
    Configuration menu
    Copy the full SHA
    77f73c2 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. add RequestData in Context option for HTTP client (#747)

    Signed-off-by: Pablo Mercado <odacremolbap@gmail.com>
    odacremolbap authored Dec 9, 2021
    Configuration menu
    Copy the full SHA
    4b69880 View commit details
    Browse the repository at this point in the history
Loading