Releases: stellar/rs-stellar-strkey
Releases · stellar/rs-stellar-strkey
Release list
0.0.18
What's Changed
- Accept owned variant keys for Decoded by @leighmcculloch in #125
- Bump version to 0.0.18 by @github-actions[bot] in #126
Full Changelog: v0.0.17...v0.0.18
0.0.17
What's Changed
- add comment to SignedPayload from_payload about min limit by @leighmcculloch in #104
- Reject extra keys in Decoded deserializer by @leighmcculloch in #108
- Cap CLI encode JSON input at 10 KiB by @leighmcculloch in #109
- Fix typo in crc module comment by @leighmcculloch in #106
- Add Claude PR review workflow by @leighmcculloch in #113
- Add crate-level documentation by @leighmcculloch in #111
- Document allocation behavior of Decoded serde impl by @leighmcculloch in #110
- Zeroize PrivateKey by @leighmcculloch in #112
- Require non-empty inner payload in SignedPayload by @leighmcculloch in #107
- Support stdin for encode and decode CLI commands by @leighmcculloch in #117
- Warn when CLI outputs private keys by @leighmcculloch in #116
- Remove positional input for encode and decode by @leighmcculloch in #118
- Redact private keys and expose them only via Unredacted by @leighmcculloch in #115
- Expose ENCODED_LEN consts used in public to_string returns by @leighmcculloch in #119
- Harden Claude review workflow by @leighmcculloch in #114
- Add structured DecodeError variants by @leighmcculloch in #121
- Upgrade crate-git-revision dependency to 0.0.9 by @leighmcculloch in #122
- Delete .github/workflows/claude-review.yml by @leighmcculloch in #123
Full Changelog: v0.0.16...v0.0.17
0.0.16
What's Changed
- Enforce 64-byte limit on SignedPayload encoding by @leighmcculloch in #94
- Fix HASH_X comment prefix from H to X by @leighmcculloch in #96
- Add prefix and length assertions to fuzz test by @leighmcculloch in #97
- Add Debug and Display tests for all strkey types by @leighmcculloch in #95
- Add additional tests by @leighmcculloch in #100
- Remove alloc requirement from core library functionality by @leighmcculloch in #99
- Bump version to 0.0.16 by @github-actions[bot] in #101
Full Changelog: v0.0.15...v0.0.16
0.0.15
What's Changed
- Add serde-decoded feature for decoded JSON format by @leighmcculloch in #91
- Bump version to 0.0.15 by @github-actions[bot] in #92
Full Changelog: v0.0.14...v0.0.15
0.0.14
What's Changed
- Add corpus samples for fuzz_roundtrip testing by @leighmcculloch in #79
- Update the version 0.0.13 in fuzz Cargo.lock by @leighmcculloch in #78
- Add git diff check to workflows by @leighmcculloch in #80
- Add dependabot.yml for version updates by @kanwalpreetd in #62
- Add serde traits to LiquidityPool and ClaimableBalance by @leighmcculloch in #81
- Change CLI decode output to JSON by @leighmcculloch in #82
- Add strkey encode and zero commands by @leighmcculloch in #83
- Make CLI embeddable in other CLIs by @leighmcculloch in #85
- Fix debug output for SignedPayload struct in Debug implementation by @overcat in #89
- Bump version to 0.0.14 by @github-actions[bot] in #90
New Contributors
- @kanwalpreetd made their first contribution in #62
Full Changelog: v0.0.13...v0.0.14
0.0.13
What's Changed
- Add liquidity pool and claimable balance strkeys by @leighmcculloch in #74
- Bump version to 0.0.13 by @github-actions in #77
Full Changelog: v0.0.12...v0.0.13
0.0.12
What's Changed
- Add initial fuzz corpus files by @leighmcculloch in #73
- Add serde support by @willemneal in #72
- Bump version to 0.0.12 by @github-actions in #76
- Add fuzz test coverage Makefile target by @leighmcculloch in #75
Full Changelog: v0.0.11...v0.0.12
0.0.11
What's Changed
- Remove
thiserrorby @leighmcculloch @overcat in #70 - Add
#![no_std]support by @overcat in #64 - Bump version to 0.0.11 by @github-actions in #71
Full Changelog: v0.0.10...v0.0.11
0.0.10
What's Changed
- Fix P address inner payload padding check by @leighmcculloch in #68
- Bump version to 0.0.10 by @github-actions in #69
Full Changelog: v0.0.9...v0.0.10
0.0.9
What's Changed
- Run CI for the msrv and latest rust version by @leighmcculloch in #61
- Change the base32 lib to data-encoding by @leighmcculloch in #65
- Bump version to 0.0.9 by @github-actions in #66
Full Changelog: v0.0.8...v0.0.9