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 102f943 commit 5a32c7eCopy full SHA for 5a32c7e
envelope.md
@@ -2,7 +2,7 @@
2
3
March 03, 2021
4
5
-Version 1.0.0
+Version 1.1.0
6
7
This document describes the recommended data structure for storing DSSE
8
signatures, which we call the "JSON Envelope". For the protocol/algorithm, see
@@ -89,3 +89,9 @@ invalidating the signature:
89
90
At this point we do not standardize any other encoding. If a need arises, we may
91
do so in the future.
92
+
93
+## Change history
94
+* 1.1.0:
95
+ * Added support for UTF-8 encoded payload and `payloadUtf8` field.
96
97
+* 1.0.0: Initial version
0 commit comments