Skip to content

Releases: cloudevents/sdk-go

Release v2.10.1

10 Jun 15:10
11daec8

Choose a tag to compare

What's Changed

Full Changelog: v2.10.0...v2.10.1

Release v2.10.0

18 May 11:24
66eacad

Choose a tag to compare

What's Changed

  • feat(gochan): implement SendCloser on SendReceiver protocol by @dan-j in #768
  • add owners by @n3wscott in #769
  • feat(client): Add option to make receive callback blocking by @smilence-yu in #771

New Contributors

  • @smilence-yu made their first contribution in #771

Full Changelog: v2.9.0...v2.10.0

Release v2.9.0

31 Mar 16:06
9380b70

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.8.0...v2.9.0

Release v2.8.0

06 Jan 21:53
7601392

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.7.0...v2.8.0

Release v2.7.0

09 Dec 16:09
4b69880

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.6.0...v2.7.0

Release v2.6.1

22 Oct 17:22

Choose a tag to compare

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>

Release v2.6.0

22 Oct 04:21
ae0dc5a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5.0...v2.6.0

Release v2.5.0

13 Aug 16:28

Choose a tag to compare

Core SDK

Project moved to add SPDX Authors headers using Apache 2.0. #681

HTTP

Send now returns error with the status code if not 2xx status code. #686

Bug fix: Finish() was not called in Send(), leading to http connection leaks. #689

Added an http tracing receiver sample. #696

AMQP

Bump amqp version to 13.7. #687

Protobuf Binding (NEW)

Added protobuf format support. #662 #688

  • An implementation of format.Format was added for protobuf encoding of the event envelope.
  • Also adds the ability to send and receive protobuf encoded data within the envelope.

SQL (NEW)

Added CESQL implementation. #680

NATS JetStream (NEW)

Added integration for NATS JetStream as a protocol choice. #695


Thanks to:

Release sql/v2.5.0

13 Aug 17:01

Choose a tag to compare

Core SDK

Project moved to add SPDX Authors headers using Apache 2.0. #681

HTTP

Send now returns error with the status code if not 2xx status code. #686

Bug fix: Finish() was not called in Send(), leading to http connection leaks. #689

Added an http tracing receiver sample. #696

AMQP

Bump amqp version to 13.7. #687

Protobuf Binding (NEW)

Added protobuf format support. #662 #688

  • An implementation of format.Format was added for protobuf encoding of the event envelope.
  • Also adds the ability to send and receive protobuf encoded data within the envelope.

SQL (NEW)

Added CESQL implementation. #680

NATS JetStream (NEW)

Added integration for NATS JetStream as a protocol choice. #695


Thanks to:

Release protocol/ws/v2.5.0

13 Aug 17:02

Choose a tag to compare

Core SDK

Project moved to add SPDX Authors headers using Apache 2.0. #681

HTTP

Send now returns error with the status code if not 2xx status code. #686

Bug fix: Finish() was not called in Send(), leading to http connection leaks. #689

Added an http tracing receiver sample. #696

AMQP

Bump amqp version to 13.7. #687

Protobuf Binding (NEW)

Added protobuf format support. #662 #688

  • An implementation of format.Format was added for protobuf encoding of the event envelope.
  • Also adds the ability to send and receive protobuf encoded data within the envelope.

SQL (NEW)

Added CESQL implementation. #680

NATS JetStream (NEW)

Added integration for NATS JetStream as a protocol choice. #695


Thanks to: