Releases: MystenLabs/seal
Releases · MystenLabs/seal
seal-v0.4.6
What's Changed
- Bump the github-actions-all group with 2 updates by @dependabot[bot] in #207
- Minor changes after publishing the Walrus Site by @abhinavg6 in #203
- [Docs] Short section about improving perf + other smaller fixes by @benr-ml in #211
- [Move] Remove degree check by @jonas-lj in #214
- [Move] Add store to keyserver by @joyqvq in #213
Full Changelog: seal-v0.4.5...seal-v0.4.6
seal-v0.4.5
What's Changed
- chore: prepare 0.4.4 by @joyqvq in #175
- Refactor server.rs by @jonas-lj in #174
- Add pricing page - mostly a high-level placeholder for now by @abhinavg6 in #176
- Use MVR name in example app by @jonas-lj in #181
- More readable duration checks by @jonas-lj in #180
- Use Moka cache by @jonas-lj in #182
- Adding first set of non-ML testnet key servers by @abhinavg6 in #186
- Removing object ids for permissioned servers to avoid confusion by @abhinavg6 in #187
- doc: link key servers by @joyqvq in #188
- Add endpoint unit test by @jonas-lj in #185
- Update the verified key server list by @abhinavg6 in #190
- Update UsingSeal.md by @joyqvq in #193
- Move: remove asserts by @benr-ml in #192
- Adding new key servers and updated the infra requirements section by @abhinavg6 in #195
- chore: add provider to doc by @joyqvq in #198
- Add developer FAQs doc by @abhinavg6 in #201
- Mkdocs-material initial commit for Walrus Sites publish by @abhinavg6 in #202
- seal-proxy setup by @pei-mysten in #160
- [Key server] change warn! to debug! by @benr-ml in #209
- [Key Server] remove legacy obj id by @benr-ml in #210
- [Move] fix: make key server owned by @joyqvq in #208
New Contributors
- @pei-mysten made their first contribution in #160
Full Changelog: seal-v0.4.4...seal-v0.4.5
seal-v0.4.4
What's Changed
- chore: Release 0.4.3 by @joyqvq in #164
- [Docs] Update key server setup by @benr-ml in #158
- chores: update crates by @benr-ml in #168
- improve docs, add docker by @joyqvq in #166
- E2E test for permissioned key servers by @jonas-lj in #169
- Docs + clarify by @jonas-lj in #171
- feat(server): sui RPC error resilience by @halfprice in #170
- metrics: add metrics to track sui rpc requests by @halfprice in #172
Full Changelog: seal-v0.4.3...seal-v0.4.4
seal-v0.4.3
What's Changed
- Set release version v0.4.2 by @joyqvq in #150
- feat: Enhance Whitelist functionality by adding share_whitelist function and modify Cap struct to include store capability by @1-4200 in #140
- feat(metrics): add axum middle layer to collect HTTP request metrics by @halfprice in #145
- [Seal example] upgrade sdk version by @benr-ml in #154
- [Key server] limit fetch keys by 100 by @benr-ml in #153
- chore: update openssl by @joyqvq in #152
- chore: add readme for move package by @joyqvq in #151
- [Key server] add allowlists by @benr-ml in #147
- Add CLI tool for deriving keys by @jonas-lj in #155
- Use hex encoding + refactor key derivation by @jonas-lj in #157
- chore: add git version with cargo by @joyqvq in #159
- Add '0x' prefix to Hex strings. by @jonas-lj in #161
- fix: Add cache for mvr name to package id by @joyqvq in #156
- add build arg to docker by @joyqvq in #162
New Contributors
Full Changelog: seal-v0.4.2...seal-v0.4.3
seal-v0.4.2
What's Changed
- [Seal example] upgrade to sdk 0.4.7 by @benr-ml in #136
- MVR docs by @jonas-lj in #137
- [Key Server] Change how we handle package versions by @benr-ml in #133
- Bump the github-actions-all group with 3 updates by @dependabot in #129
- [Docs] fix bad links by @benr-ml in #141
- fix: use SessionKey.create by @joyqvq in #142
- feat: handle migrated object ids by @joyqvq in #139
- Add config file by @jonas-lj in #138
- feat[metrics]: add uptime metrics to key server by @halfprice in #144
- feat(server): monitor and catch background task error by @halfprice in #148
- fix: Use fullnode instead of graphql for original package id by @joyqvq in #143
New Contributors
- @dependabot made their first contribution in #129
- @halfprice made their first contribution in #144
Full Changelog: seal-v0.4.1...seal-v0.4.2
v0.4.1
What's Changed
- Update UsingSeal.md by @jonas-lj in #120
- Update CODEOWNERS by @benr-ml in #123
- [frontend] Upgrade sdk to 0.4.5 by @benr-ml in #119
- [Example] Update packages by @benr-ml in #126
- fix: Update doc and example to 0.4.6 sdk by @joyqvq in #127
- Update UsingSeal.md by @benr-ml in #128
- Various project-setup improvements by @mlegner in #124
- [Dockerfile]bump rust version for edition2024 by @quepcompute in #131
- [Dockerfile] bullseye base image to match runtime by @quepcompute in #132
- Allow mvr package name in signed message by @jonas-lj in #100
- Set release version v0.4.1 by @jonas-lj in #135
New Contributors
Full Changelog: seal-v.0.4.0...seal-v0.4.1
v0.4.0
What's Changed
- Add missing header error by @jonas-lj in #113
- Log SDK version and all errors from check_request by @jonas-lj in #114
- Update UsingSeal.md by @tamashi095 in #112
- update SessionKey usage, bump sdk by @joyqvq in #110
- Adding security best practices doc by @abhinavg6 in #116
- feat: add versioning to KeyServer by @joyqvq in #115
- Include encrypted shares in key derivation by @jonas-lj in #104
- Update Move impl by @jonas-lj in #118
- parse master key with either base64 or hex by @joyqvq in #117
- Set SDK requirement for breaking change by @jonas-lj in #121
- Set release version 0.4.0 by @jonas-lj in #122
New Contributors
- @tamashi095 made their first contribution in #112
Full Changelog: seal-v0.3.1...seal-v.0.4.0
v0.3.1
What's Changed
- [docs] Update README.md by @benr-ml in #97
- [Docs] Update UsingSeal.md by @benr-ml in #99
- fix: browser fetch can not get the X-KeyServer-Version by @klren0312 in #105
- [Dockerfile] Bumping the rust version to build the image by @quepcompute in #107
- Document how to handle an
InvalidParameter
error. by @jonas-lj in #108 - Set version 0.3.1 by @jonas-lj in #109
New Contributors
- @klren0312 made their first contribution in #105
Full Changelog: seal-v0.3.0...seal-v0.3.1
v0.3.0
seal-v0.3.0 New key server version (#96)