-
Notifications
You must be signed in to change notification settings - Fork 235
Comparing changes
Open a pull request
base repository: cloudevents/sdk-go
base: v2.6.0
head repository: cloudevents/sdk-go
compare: v2.7.0
- 9 commits
- 26 files changed
- 9 contributors
Commits on Oct 22, 2021
-
update readme to point to new release (#731)
Signed-off-by: Scott Nichols <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ba82e92 - Browse repository at this point
Copy the full SHA ba82e92View commit details -
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 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2140c5a - Browse repository at this point
Copy the full SHA 2140c5aView commit details
Commits on Oct 26, 2021
-
Pub/Sub message ordering support (#724)
Signed-off-by: Jelle Vink <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for adacec4 - Browse repository at this point
Copy the full SHA adacec4View commit details -
Add inbound rate limiting (#722)
* feat: Add inbound rate limiting Closes: #59 Signed-off-by: Michael Gasch <[email protected]> * address review feedback Signed-off-by: Michael Gasch <[email protected]>
Michael Gasch authoredOct 26, 2021 Configuration menu - View commit details
-
Copy full SHA for 5d1b173 - Browse repository at this point
Copy the full SHA 5d1b173View commit details
Commits on Oct 28, 2021
-
fix: SetExtension cannot override core attributes (#720)
Closes: #709 Signed-off-by: Michael Gasch <[email protected]>
Michael Gasch authoredOct 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 1432760 - Browse repository at this point
Copy the full SHA 1432760View commit details
Commits on Nov 16, 2021
-
pubsub subscription filtering support (#737)
Signed-off-by: Iker Rejano <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1170e89 - Browse repository at this point
Copy the full SHA 1170e89View commit details
Commits on Dec 7, 2021
-
736 feat pubsub subscription filter (#741)
* pubsub subscription filtering support Signed-off-by: Iker Rejano <[email protected]> * Update protocol.go Included filter value in connection struct to the creation method Signed-off-by: Iker Rejano <[email protected]> * fix param filter Signed-off-by: Iker Rejano <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c80789d - Browse repository at this point
Copy the full SHA c80789dView commit details
Commits on Dec 8, 2021
-
Adding proper abuse protection handler (#743)
* Adding proper abuse protection handler Signed-off-by: I334869 <[email protected]> * Update options.go Co-authored-by: I334869 <[email protected]> Co-authored-by: Scott Nichols <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 77f73c2 - Browse repository at this point
Copy the full SHA 77f73c2View commit details
Commits on Dec 9, 2021
-
add RequestData in Context option for HTTP client (#747)
Signed-off-by: Pablo Mercado <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4b69880 - Browse repository at this point
Copy the full SHA 4b69880View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.6.0...v2.7.0