Skip to content

Releases: cloudevents/sdk-go

Release v2.8.0

06 Jan 21:53
7601392
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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/stan/v2.5.0

13 Aug 17:02
Compare
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/pubsub/v2.5.0

13 Aug 17:02
Compare
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/nats_jetstream/v2.5.0

13 Aug 17:02
Compare
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: