Releases: openwallet-foundation-labs/tsp
Releases · openwallet-foundation-labs/tsp
v0.9.0-alpha2
Full Changelog: v0.9.0-alpha...v0.9.0-alpha2
v0.9.0-alpha
What's Changed
- Rust Native WebVH implementation by @stormer78 in #216
- [docs] Documentation and dependency updates by @pohlm01 in #217
- Server fixes and improvements by @pohlm01 in #226
- Extract DID as string to prevent double quotes by @michielp1807 in #227
- [docs] Documentation improvements by @pohlm01 in #228
- Automatically resolve request receiver or ask by @michielp1807 and @chengr4 in #229
- Implement CESR revisions by @tweedegolf-marc in #210
- Print colored CESR message when trace log level is enabled by @michielp1807 in #230
- Small CESR improvements by @michielp1807 in #231
- Add unit test for create_webvh function by @chengr4 in #219
New Contributors
- @stormer78 made their first contribution in #216
Full Changelog: v0.8.2...v0.9.0-alpha
v0.8.2
What's Changed
- Change color print function to return a string by @michielp1807 in #183
- Add types to Python bindings by @michielp1807 in #185
- Intermediary and doc fixes by @michielp1807 in #186
- [docs] fix mermaid graphs not rendering in the guide by @bakayu in #188
- [docs] add TMCP documentation by @michielp1807 in #191
- Experimental PQC support by @pohlm01 in #184
- Change default transport to intermediary P by @michielp1807 in #190
- Upload fuzz artifact on failure by @michielp1807 in #192
- [docs] improve document readability by @chengr4 in #193
- [docs] Python bindings docs by @michielp1807 in #194
- [docs] Python docs improvements by @michielp1807 in #195
- Add receiver info to messages by @michielp1807 in #199
- [docs] Update nested mode section by @chengr4 in #197
- Add ML-DSA signature by @pohlm01 in #200
- Remove unnecessary muts by @michielp1807 in #212
- Allow custom Key-Value pairs in wallet by @pohlm01 in #213
New Contributors
Full Changelog: v0.8.1...v0.8.2
v0.8.1
What's Changed
- DID:webvh by @pohlm01 in #141
- Resolve VID's to local store when sending message by @chengr4 in #140
- Add the ability to update webvh by @pohlm01 in #157
- Assign default relation when receiving accept relationship by @marlonbaeten in #155
- Update docs about transport layers by @michielp1807 in #170
- Various minor fixes by @pohlm01 in #167
New Contributors
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
- Bring dependencies up to date by @pohlm01 in #83
- Extend mdBook and create GitHub Pages pipeline by @pohlm01 in #87
- Fix typos in docs by @michielp1807 in #88
- Optimize mdBook structure and update documentation by @pohlm01 in #90
- Separate intermediary server by @michielp1807 in #91
- Update demos and docs by @michielp1807 in #110
- Host test DIDs on GitHub by @michielp1807 in #111
- Separate DID support and demo server by @pohlm01 in #109
- Use developer guide for teaspoon.world by @michielp1807 in #112
- Update Secure Storage API by @michielp1807 in #118
- Improve relationship error messages by @michielp1807 in #123
- Remove
--pretty-printin favor of--verbosefor thesendcommand by @pohlm01 in #124 - Patch
askarcompilation error by @pohlm01 in #128 - Update Python instructions and suggest using uv because it is pretty cool 🦀 by @michielp1807 in #129
- Improve tsp create command by @michielp1807 in #137
- Add
tsp showcommand to show the content of a wallet by @pohlm01 in #119 - Include aliases in the store by @michielp1807 in #142
- DID discovery improvements by @michielp1807 in #148
- Add
has_verified_vidmethod and improvehas_private_vidby @michielp1807 in #150 - Allow some additional characters in DIDs by @michielp1807 in #149
- Python binding improvements by @michielp1807 in #135
- Improve
tsp showcommand by @pohlm01 in #147 - Send relationship request on first contact by @pohlm01 in #151
- Use AsyncStore for Python bindings by @michielp1807 in #152
- Fix broken intra-doc links for AsyncSecureStore and SecureStore in crate docs by @ksanjaykumar1 in #153
New Contributors
- @ksanjaykumar1 made their first contribution in #153
Full Changelog: https://github.com/openwallet-foundation-labs/tsp/commits/v0.8.0
v0.8.0-rc1
prepare 0.8 release (#113) Signed-off-by: Maximilian Pohl <[email protected]>