Breaking Changes
- Replaced
SetExpectedHash/Closehash validation pattern with explicitValidateHashmethod;Closenow only releases resources. AddedSetMaxRecordSizeto configure per-record allocation limit (default 64MB) (#5900)
Security Fixes
- Fixed
InputLen()guard bypass in streaming XDR decoders (#5905) - strkey: Fixed panic on invalid payload length in
DecodeSignedPayload(#5909) - keypair: Fixed panic on invalid payload length in
ParseAddress(#5908)
New Features
- rpcclient: Added
PollTransactionwith exponential backoff (#5876) - support/datastore: Added filesystem datastore support (#5892)
Full Changelog: v0.1.0...v0.2.0