Skip to content

Releases: usecannon/cannon

v2.26.0

08 Mar 12:56

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.25.1...v2.26.0

v2.25.1

24 Oct 08:58

Choose a tag to compare

What's Changed

  • fix(builder): router needs to check previous config for upgrade check @dbeal-eth in #1845
  • chore(ci): backmerge main → dev by @github-actions[bot] in #1843

Full Changelog: v2.25.0...v2.25.1

v2.25.0

20 Oct 16:42

Choose a tag to compare

What's Changed

Full Changelog: v2.24.2...v2.25.0

v2.24.1

02 Jul 17:27

Choose a tag to compare

What's Changed

Full Changelog: v2.24.0...v2.24.1

v2.24.0

28 Jun 19:14

Choose a tag to compare

Highlights/Breaking Changes

This release has some major exciting changes!

  • MAJOR performance improvements to startup and execution of builds
  • Thanks to the registry deployed packages being immutable (which is a breaking change--see below), cannon can/will now cache all build artifacts to local storage, leading to very fast builds!
  • using etherscan API v2
  • fix some issues with using cannon write script that caused it to overwrite the file unnecessarily

There are also some BREAKING CHANGES to be aware of:

  • the new registry release does not allow republish the same version twice now. The cli will automtaically alert you about this if you attempt to push a release anyway
  • Frame is no longer automatically connected when starting cannon (it can still be used by setting your config appropriately)
  • foundry write-script: automatically includes code for etching, which removes portability but allows for faster iteration of testing without having to regenerate the deploy script. if you want without etches, use --write-script-format foundry-portable

What's Changed

Full Changelog: v2.23.0...v2.24.0

v2.23.0

21 May 17:03

Choose a tag to compare

What's Changed

Full Changelog: v2.22.0...v2.23.0

v2.22.0

21 Apr 23:05
v2.22.0
f4de4e9

Choose a tag to compare

What's Changed

Full Changelog: v2.21.5...v2.22.0

v2.21.5

26 Feb 16:12
v2.21.5
d065219

Choose a tag to compare

What's Changed

Full Changelog: v2.21.4...v2.21.5

v2.21.4

12 Feb 23:01
v2.21.4
68e4cba

Choose a tag to compare

What's Changed

  • hotfix(cli): fix loading of packages from ipfs hashes by @mjlescano in #1693

Full Changelog: v2.21.3...v2.21.4

v2.21.3

10 Feb 22:23
v2.21.3
9b3bef2

Choose a tag to compare

What's Changed

  • hotfix(builder): set infura as default rpc for the registry by @mjlescano in #1686

Full Changelog: v2.21.2...v2.21.3