Releases: onflow/flow-go-sdk
Releases · onflow/flow-go-sdk
Version 0.21.0
💥 Breaking Changes
- Remove unused
address
parameter fromcloudkms.Client#SignerForKey
method (#196) @sideninja
🛠 Improvements
- Update to Cadence v0.18 (#197) @turbolent
- Validate account key weight (#199) @sideninja
- Add
ExecutionReceiptSignatures
andResultApprovalSignatures
toBlockSeal
(#170) @beaugunderson
🏠 Housekeeping
- Update security disclosure to direct to docs.onflow.org (#203) @jkan2
- Fix examples to work with the new emulator version (#200) @janezpodhostnik
Version 0.20.0
⭐ Features
- Introduce transaction domain tag (#184) @janezpodhostnik
Version 0.19.0
🐞 Bug Fixes
🛠 Improvements
- Update to Cadence v0.15.0 (#186) @turbolent
- Add support for Google KMS keys with secp256k1 algorithm (#192) @psiemens
- Update
DecodePublicKeyPEM
to support ECDSA secp256k1 keys (#183) @tarakby - Simplify nested key structures (#182) @tarakby
📖 Documentation
- Fix example (#191) @moritamori
- Fix broken link on README (#190) @moritamori
- Adds contentType tags. (#164) @10thfloor
Version 0.18.0
🛠 Improvements
- Update to Cadence v0.15.0 (#186) @turbolent
- [Crypto] Simplify nested key structures (#182) @tarakby
🐞 Bug Fixes
📖 Documentation
- Adds contentType tags. (#164) @10thfloor
Version 0.17.0
🛠 Improvements
- Update to Cadence v0.14.2 (#174) @turbolent
- Extend the hex-to-address tests (#173) @turbolent
Version 0.16.2
🐞 Bug Fixes
- Update to Cadence v0.13.6 (#167) @turbolent
Version 0.16.1
Version 0.16.0
🛠 Improvements
- Strip
0x
prefix inflow.HexToAddress
(#156) @bjartek - Run CI for PRs (#159) @turbolent
- Refresh signer index (#161) @Kay-Zee
🐞 Bug Fixes
- Fix incorrect transaction signature ordering (#162) @psiemens
- Fix HexToString (#158) @turbolent
Version 0.15.0
⭐ Features
- Added seals to
BlockPayload
(#147) @beaugunderson - Added client method for getting latest protocol state snapshot (#144) @jordanschalm
- Added template to remove contract from an account (#152) @bjartek
🛠 Improvements
- Updated to Cadence v0.13.0 (#155) @turbolent (Cadence v0.13.0 Release Notes)
- Deleted internal crypto package (#118) @tarakby
📖 Documentation
- Added FLOW token transfer example (#146) @psiemens
- Updated examples to work with transaction fees (#139) @janezpodhostnik
- Split SDK examples into separate documents (#142) @10thfloor
- Fixed outdated information in
docs/creating-accounts.mdx
(#145) @yihau
v0.14.3
🛠 Improvements
- Update to Cadence v0.12.6 (#143) @turbolent
📝 Documentation & Maintenance
- Synchronize labels from YAML file (#137) @psiemens
- Add docs folder. (#140) @10thfloor