We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6268cfb commit e518565Copy full SHA for e518565
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+### v0.4.0 / 2021-05-26
4
+
5
+* ADDED: ContentType can take an optional default charset
6
+* FIXED: Binary HTTP format parses quoted tokens according to RFC 7230 section 3.2.6
7
+* FIXED: When encoding structured events for HTTP transport, the content-type now includes the charset
8
9
### v0.3.1 / 2021-04-25
10
11
* FIXED: Fixed exception when decoding from a rack source that uses InputWrapper
lib/cloud_events/version.rb
@@ -5,5 +5,5 @@ module CloudEvents
# Version of the Ruby CloudEvents SDK
# @return [String]
#
- VERSION = "0.3.1"
+ VERSION = "0.4.0"
end
0 commit comments