-
Notifications
You must be signed in to change notification settings - Fork 244
Comparing changes
Open a pull request
base repository: cloudevents/sdk-go
base: v2.2.0
head repository: cloudevents/sdk-go
compare: v2.3.0
- 15 commits
- 45 files changed
- 8 contributors
Commits on Jul 28, 2020
-
update readme and releasing files post-release. (#560)
* update readme and releasing files post-release. Signed-off-by: Scott Nichols <snichols@vmware.com> * linting Signed-off-by: Scott Nichols <snichols@vmware.com> * update docs/index.md for release v2.2.0 Signed-off-by: Scott Nichols <snichols@vmware.com>
Scott Nichols authoredJul 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 70e4358 - Browse repository at this point
Copy the full SHA 70e4358View commit details
Commits on Jul 29, 2020
-
Avoid Copying Event Data When Possible in binding.ToEvent (#561)
* Do not copy data from a bytes.Buffer in binding.ToEvent When converting a message to an event, do not copy the event data if it is already buffered in a bytes.Buffer. Signed-off-by: Ian Milligan <ianmllgn@gmail.com> * Use a bytes.Buffer instead of bytes.Reader in ReadBinary when safe When the underlying buffer can be safely shared, passing a bytes.Buffer allows the downstream reader to directly reference the message data rather than making a copy. Signed-off-by: Ian Milligan <ianmllgn@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2d83dc1 - Browse repository at this point
Copy the full SHA 2d83dc1View commit details
Commits on Aug 3, 2020
-
allow to construct mock sender for unit testing (#564)
* allow to construct mock sender for unit testing Signed-off-by: Aleksander Slominski <aslom@us.ibm.com> * remove extra line Signed-off-by: Aleksander Slominski <aslom@us.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 269a447 - Browse repository at this point
Copy the full SHA 269a447View commit details
Commits on Aug 6, 2020
-
Do not copy bytes.Buffer when writing a pubsub message (#565)
Signed-off-by: Ian Milligan <ianmllgn@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9ae0708 - Browse repository at this point
Copy the full SHA 9ae0708View commit details
Commits on Aug 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3db01d4 - Browse repository at this point
Copy the full SHA 3db01d4View commit details
Commits on Aug 27, 2020
-
fix response log formatting (#571)
Signed-off-by: Pablo Mercado <odacremolbap@gmail.com>
Pablo Mercado authoredAug 27, 2020 Configuration menu - View commit details
-
Copy full SHA for d4efd8a - Browse repository at this point
Copy the full SHA d4efd8aView commit details
Commits on Sep 3, 2020
-
Client should not block on GOMAXPROCS receivers. (#574)
* adding a test to validate the blocking maxproc is an issue in the client * allowing client invoker to be non-blocking Signed-off-by: Scott Nichols <snichols@vmware.com>
Scott Nichols authoredSep 3, 2020 Configuration menu - View commit details
-
Copy full SHA for 0ffc5cc - Browse repository at this point
Copy the full SHA 0ffc5ccView commit details
Commits on Sep 7, 2020
-
Signed-off-by: Iñigo Horcajo <inigohu@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9661242 - Browse repository at this point
Copy the full SHA 9661242View commit details
Commits on Sep 8, 2020
-
Signed-off-by: Doug Davis <dug@us.ibm.com>
Doug Davis authoredSep 8, 2020 Configuration menu - View commit details
-
Copy full SHA for f5bd0f9 - Browse repository at this point
Copy the full SHA f5bd0f9View commit details -
Add NewObserved HTTP Protocol constructor (#573)
NewObserved adds trace propagating middleware to the created HTTP protocol and is used to add trace propagation to the default HTTP client. Signed-off-by: Ian Milligan <ianmllgn@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 89a2aa5 - Browse repository at this point
Copy the full SHA 89a2aa5View commit details
Commits on Sep 10, 2020
-
Fix pubsub protocol context cancellation (#582)
Signed-off-by: Iñigo Horcajo <inigohu@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0330a9b - Browse repository at this point
Copy the full SHA 0330a9bView commit details
Commits on Sep 15, 2020
-
Recover from panic in handler fn (#585)
* Recover from panic in handler fn * More time tolerance in TestBlockingSenderReceiver Signed-off-by: Matej Vasek <mvasek@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 506c330 - Browse repository at this point
Copy the full SHA 506c330View commit details
Commits on Sep 16, 2020
-
Fix handler input types variance (#587)
Input types should be contravariant or invariant. Signed-off-by: Matej Vasek <mvasek@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for ac4d7cb - Browse repository at this point
Copy the full SHA ac4d7cbView commit details
Commits on Sep 25, 2020
-
StartReceiver returns if it can't start listening (#589)
Signed-off-by: Matej Vasek <mvasek@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for f0303ff - Browse repository at this point
Copy the full SHA f0303ffView commit details
Commits on Sep 28, 2020
-
Adding github actions for CI (#588)
* Adding github actions for CI Signed-off-by: Scott Nichols <snichols@vmware.com> * remove golang 1.14+ t.Cleanup call. Signed-off-by: Scott Nichols <snichols@vmware.com> * break apart the style tests Signed-off-by: Scott Nichols <snichols@vmware.com> * Adding integration tests with github services Signed-off-by: Scott Nichols <snichols@vmware.com> * adding linting exceptions Signed-off-by: Scott Nichols <snichols@vmware.com> * go mod tidy Signed-off-by: Scott Nichols <snichols@vmware.com> * add ADV_HOST Signed-off-by: Scott Nichols <snichols@vmware.com> * natss has bumped to 0.18 Signed-off-by: Scott Nichols <snichols@vmware.com> * run int test at 1.14 anf 1.15 go version Signed-off-by: Scott Nichols <snichols@vmware.com>
Scott Nichols authoredSep 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 68306c1 - Browse repository at this point
Copy the full SHA 68306c1View 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.2.0...v2.3.0