v12.0.0
Protocol 21: Stable Release
This is exactly the same as v12.0.0-rc.1 with only dependency upgrades, but the full changelog from the previous stable version is replicated below.
Breaking Changes
- The generated XDR has been upgraded to match the upcoming Protocol 21, namely stellar/stellar-xdr@
1a04392
(#738).
Added
- To facilitate serialization and deserialization for downstream systems, this package now exports
cereal.XdrWriter
andcereal.XdrReader
which come directly from@stellar/js-xdr
(#744).
Fixed
- Updated various dependencies (#737, #739).
Buffer
andUint8Array
compatibility has improved inStrKey
(#746).
New Contributors
- @kanwalpreetd made their first contribution in #745
- @jiqiang90 made their first contribution in #746
Full Changelog: v11.0.1...v12.0.0