/
onflow.org
Flow Playground

Changelog

Recent updates to the Flow Go SDK


v0.24.0

Thursday, November 25th 2021

🛠 Improvements

  • Update to Cadence v0.20.1 (#238) @turbolent

📖 Documentation

  • Remove broken links (#235) @sideninja
  • Update reference to use self.guest correctly (#234) @fee1-dead
  • Fix documentation title (#229) @sideninja
  • Adds missing closing tags (#227) @10thfloor
  • Adds missing closing tag (#226) @10thfloor
  • Update docs.md (#222) @srinjoyc
  • Documentation Updates (#218) @sideninja
  • correct Flow emulator link in README (#217) @kerrywei
  • fix dead link (#216) @mjudeikis
  • Message signing and verification examples (#214) @janezpodhostnik

🙌 New Contributors

  • @kerrywei
  • @srinjoyc
  • @mjudeikis
  • @fee1-dead

Full Changelog: https://github.com/onflow/flow-go-sdk/compare/v0.23.0...v0.24.0


v0.24.1

Invalid date

  • correct key weight document to be in the range of [1, 1000] (#239) @kerrywei

Version 0.23.0

Friday, October 8th 2021

🛠 Improvements @sideninja

  • Update to Cadence v0.19.1
  • Update to Flow Crypto v0.21.3
  • Updated third party dependencies

Version 0.22.0

Monday, September 20th 2021

🛠 Improvements

  • Add example on verifying correctness and completeness of events (#205) @m4ksio

📖 Documentation

  • Docs updates (#208) @sideninja
  • Update Generating Keys - deadlink (#209) @kimcodeashian

🏠 Housekeeping

  • Add non-zero default transaction gas limit (without this some examples will fail when using emulator v0.23.0) (#211) @janezpodhostnik

Version 0.21.0

Monday, July 19th 2021

💥 Breaking Changes

  • Remove unused address parameter from cloudkms.Client#SignerForKey method (#196) @sideninja

🛠 Improvements

  • Update to Cadence v0.18 (#197) @turbolent
  • Validate account key weight (#199) @sideninja
  • Add ExecutionReceiptSignatures and ResultApprovalSignatures to BlockSeal (#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

Wednesday, May 19th 2021

⭐ Features

  • Introduce transaction domain tag (#184) @janezpodhostnik

Version 0.19.0

Wednesday, May 5th 2021

🐞 Bug Fixes

  • Fix PEM decoding issue for some KMS keys (#175) @Kay-Zee

🛠 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

Wednesday, April 21st 2021

🛠 Improvements

  • Update to Cadence v0.15.0 (#186) @turbolent
  • [Crypto] Simplify nested key structures (#182) @tarakby

🐞 Bug Fixes

  • Fix PEM decoding issue for some KMS keys (#175) @Kay-Zee

📖 Documentation

  • Adds contentType tags. (#164) @10thfloor

Version 0.17.0

Thursday, March 18th 2021

🛠 Improvements

  • Update to Cadence v0.14.2 (#174) @turbolent
  • Extend the hex-to-address tests (#173) @turbolent

Version 0.16.2

Wednesday, March 10th 2021

🐞 Bug Fixes

  • Update to Cadence v0.13.6 (#167) @turbolent

Edit on GitHub