Skip to content

Commit 95590bf

Browse files
release: Release cloud_events 0.7.0 (#74)
Signed-off-by: Daniel Azuma <dazuma@google.com>
1 parent cb2858b commit 95590bf

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
### v0.7.0 / 2022-01-14
4+
5+
* HttpBinding#probable_event? returns false if the request method is GET or HEAD.
6+
* HttpBinding#decode_event raises NotCloudEventError if the request method is GET or HEAD.
7+
* Fixed a NoMethodError if nil content was passed to the ContentType constructor.
8+
39
### v0.6.0 / 2021-08-23
410

511
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.

lib/cloud_events/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ module CloudEvents
55
# Version of the Ruby CloudEvents SDK
66
# @return [String]
77
#
8-
VERSION = "0.6.0"
8+
VERSION = "0.7.0"
99
end

0 commit comments

Comments
 (0)