Release 0.9.0 - Context from Responses in HTTP, start of a new transport impl.
Pre-release
Pre-release
API BREAKING CHANGE: Send not returns back an extra context object to allow you to grab the http response code of a Send
. This is used in downstream projects to log the response code of a Send
call. It can be safely ignored.
Starting this release we will begin shipping a pivot to how the transports work, focusing on the eventing aspects and less around the client aspects of the lib. This work can be found in pkg/transports
. The original implementation continues to exist in pkg/cloudevents
. The plan is to migrate to a new transport impl now there have been a lot of lessons.