Commit 61c8657
fix:
* fix: add missing decode exception
Signed-off-by: Alexander Tkachev <[email protected]>
* fix: add optional to signature
Signed-off-by: Alexander Tkachev <[email protected]>
* refactor: better type information
Signed-off-by: Alexander Tkachev <[email protected]>
* test: json or string
Signed-off-by: Alexander Tkachev <[email protected]>
* docs: update changelog
Signed-off-by: Alexander Tkachev <[email protected]>
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Signed-off-by: Alexander Tkachev <[email protected]>
* refactor: use anystr
Co-authored-by: Yurii Serhiichuk <[email protected]>
Signed-off-by: Alexander Tkachev <[email protected]>
* refactor: use anystr instead of custom type var
Signed-off-by: Alexander Tkachev <[email protected]>
* docs: _json_or_string
Signed-off-by: Alexander Tkachev <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Yurii Serhiichuk <[email protected]>_json_or_string no longer fails on malformed unicode buffers (#184)1 parent 0a95e63 commit 61c8657
File tree
3 files changed
+31
-4
lines changed- cloudevents
- http
- tests
3 files changed
+31
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
| |||
169 | 172 | | |
170 | 173 | | |
171 | 174 | | |
| 175 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
29 | 41 | | |
30 | 42 | | |
31 | 43 | | |
32 | 44 | | |
33 | | - | |
| 45 | + | |
34 | 46 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
172 | | - | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
173 | 184 | | |
174 | 185 | | |
175 | 186 | | |
| |||
0 commit comments