-
Notifications
You must be signed in to change notification settings - Fork 232
Comparing changes
Open a pull request
base repository: cloudevents/sdk-go
base: v2.10.0
head repository: cloudevents/sdk-go
compare: v2.11.0
- 9 commits
- 74 files changed
- 6 contributors
Commits on Jun 10, 2022
-
fix: Reset request body on retry (#774)
Closes: #773 Signed-off-by: Michael Gasch <mgasch@vmware.com>
Michael Gasch authoredJun 10, 2022 Configuration menu - View commit details
-
Copy full SHA for 249465f - Browse repository at this point
Copy the full SHA 249465fView commit details
Commits on Jun 30, 2022
-
fix golangci-lint-action (#779)
Error message: ``` level=error msg="Running error: buildir: failed to load package goarch: could not load export data: cannot import \"internal/goarch\" (unknown iexport format version 2), export data is newer version - update tool" ``` Upgrade `golangci-lint-action` to v3 golangci/golangci-lint-action#434 Signed-off-by: Iñigo Horcajo <inigohu@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2d3bb5b - Browse repository at this point
Copy the full SHA 2d3bb5bView commit details
Commits on Jul 18, 2022
-
Unblock connection receive when context is done (#781)
When context is canceled we don't read anymore from `t.incoming` channel because the select clause exists on `ctx.Done`. This change adds the same behavior to the point where `t.incoming` channel is written. Without this the call to `conn.Receive` could block forever given a race condition between a context cancellation and a new incoming message. Furthermore, is always a good practice to listen to `context.Done` on blocking points where a context variable is available. Signed-off-by: Iñigo Garcia Olaizola <11333576+igolaizola@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0911e5f - Browse repository at this point
Copy the full SHA 0911e5fView commit details -
Bumping golang version to 1.17 Signed-off-by: Iñigo Horcajo <inigohu@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f95748f - Browse repository at this point
Copy the full SHA f95748fView commit details -
protocol/pubsub: bump cloud.google.com/go/pubsub to latest (#777)
Stay up to date and bring some fixes. googleapis/google-cloud-go@pubsub/v1.17.0...pubsub/v1.23.0 Signed-off-by: Iñigo Horcajo <inigohu@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ae4b7be - Browse repository at this point
Copy the full SHA ae4b7beView commit details
Commits on Jul 19, 2022
-
add proto test to confirm it is correct (#784)
Signed-off-by: Scott Nichols <n3wscott@chainguard.dev>
Configuration menu - View commit details
-
Copy full SHA for 14755d1 - Browse repository at this point
Copy the full SHA 14755d1View commit details
Commits on Jul 26, 2022
-
fix: missing error message when return HTTPResult (#785)
* fix: missing error message when return HTTPResult Signed-off-by: wenfeng <sxian.wang@gmail.com> * fmt: goimport Signed-off-by: wenfeng <sxian.wang@gmail.com> * update according to reviewer's advice Signed-off-by: wenfeng <sxian.wang@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b7b2232 - Browse repository at this point
Copy the full SHA b7b2232View commit details
Commits on Jul 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 93d324d - Browse repository at this point
Copy the full SHA 93d324dView commit details
Commits on Aug 12, 2022
-
Upgrade testify to 1.8.0 (#790)
Signed-off-by: Scott Nichols <n3wscott@tableflip.dev> Signed-off-by: Scott Nichols <n3wscott@tableflip.dev>
Configuration menu - View commit details
-
Copy full SHA for 76cfa1c - Browse repository at this point
Copy the full SHA 76cfa1cView 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.10.0...v2.11.0