Commit fefeb20
authored
WIP: v3 (#112)
* feat: encode secret as webpack instead of json+base64
* test: add msgpack deserialization failure tests for Payload
* test: add serialize tests verifying msgpack byte format
* remove usage of deprecated decode_bytes function
* docs: update API.md to document MessagePack payload encoding
* docs: update base64-encoding.md to reflect MessagePack serialization
* docs: update openapi.yaml to reflect MessagePack payload format
* chore: bump version to 3.0.0
* feat: PayloadData does now also have data in bytes instead of base64 encoded string in typescript implementation
* feat: encode to messagepack in typescript
* fix: fix tests
* fix: secrets send by CLI could not be parsed
* fix: allow either array or uint8array for data
* feat: replace UUID by ULID
* fix: fix tests replacing UUIDs with ULIDs
* fix: add v4 feature for uuid to use UUIDs as request IDs
* chore(nix): update cargo hash
* doc: add breaking changes to readme1 parent 8b7abfc commit fefeb20
File tree
52 files changed
+793
-655
lines changed- cli
- src
- docs
- helm/hakanai
- lib
- src
- models
- server
- includes
- src
- metrics
- observer
- secret
- stats
- web
- typescript
- npm
- src
- client
- components
- tests
- client
- wasm
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
52 files changed
+793
-655
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
28 | 32 | | |
29 | 33 | | |
30 | 34 | | |
| |||
74 | 78 | | |
75 | 79 | | |
76 | 80 | | |
77 | | - | |
| 81 | + | |
78 | 82 | | |
79 | 83 | | |
80 | | - | |
| 84 | + | |
81 | 85 | | |
82 | 86 | | |
83 | | - | |
| 87 | + | |
84 | 88 | | |
85 | 89 | | |
86 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
0 commit comments