Skip to content

Commit

Permalink
release: Release cloud_events 0.7.0 (#74)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Azuma <[email protected]>
  • Loading branch information
github-actions[bot] authored Jan 14, 2022
1 parent cb2858b commit 95590bf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### v0.7.0 / 2022-01-14

* HttpBinding#probable_event? returns false if the request method is GET or HEAD.
* HttpBinding#decode_event raises NotCloudEventError if the request method is GET or HEAD.
* Fixed a NoMethodError if nil content was passed to the ContentType constructor.

### v0.6.0 / 2021-08-23

This update further clarifies and cleans up the encoding behavior of event payloads. In particular, the event object now includes explicitly encoded data in the new `data_encoded` field, and provides information on whether the existing `data` field contains an encoded or decoded form of the payload.
Expand Down
2 changes: 1 addition & 1 deletion lib/cloud_events/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ module CloudEvents
# Version of the Ruby CloudEvents SDK
# @return [String]
#
VERSION = "0.6.0"
VERSION = "0.7.0"
end

0 comments on commit 95590bf

Please sign in to comment.