Skip to content

Releases: smartcontractkit/cre-cli

Release v1.0.6

21 Jan 20:45
v1.0.6
54b5557

Choose a tag to compare

What's Changed

  • feat: add changeset tx type by @anirudhwarrier in #189
  • Add zksync testnet and mainnet to simulator by @amit-momin in #220
  • feat: remove selected workflow template from cre init prompt by @anirudhwarrier in #225
  • Bump github.com/ethereum/go-ethereum from 1.16.5 to 1.16.8 by @dependabot[bot] in #221
  • Add workflow limit user feedback message by @timothyF95 in #226
  • Fix a bug in the CLI that can cause it to crash when the workflow does by @nolag in #233
  • Update cre-sdk in templates by @ernest-nowacki in #231
  • Update the Go and TS SDK to finish CRE-1613 and to have more accurate consensus with respect to ignored fields by @nolag in #232

New Contributors

Full Changelog: v1.0.5...v1.0.6

Release v1.0.5

13 Jan 16:14
v1.0.5
be4ba9c

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.4...v1.0.5

Release v1.0.4

09 Jan 15:43
v1.0.4
6f81a7e

Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.0.4

Release v1.0.3

12 Dec 17:04
v1.0.3
2aeba82

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.2...v1.0.3

Release v1.0.2

20 Nov 21:18
v1.0.2
08b827c

Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

Release v1.0.1

05 Nov 12:16
v1.0.1
5cd7e59

Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

Release v1.0.0

03 Nov 22:30
v1.0.0
aedfea6

Choose a tag to compare

Release v0.8.2-alpha

31 Oct 17:42
v0.8.2-alpha
5bff006

Choose a tag to compare

What's Changed

This release includes minor improvements and maintenance updates:

  • Expanded simulation execution time
  • Clearer error messages on refresh token failures
  • Updated TypeScript templates and default SDK versions to v1.0.0-beta.1
  • Updated Go templates and default SDK versions to v1.0.0-beta.0
  • General validation improvements and code cleanup

Release v0.8.1-alpha

28 Oct 20:58
v0.8.1-alpha
0e919c8

Choose a tag to compare

What's Changed

Major Updates

  • New update Command: Add cre update to self-update the CLI. Includes UX improvements and guidance. (PRs #123, #136)
  • Version Outage Warning: The CLI now warns users when their version is outdated to encourage timely upgrades. (PR #122)
  • Ownership Verification: Before executing actions, the CLI verifies that the configured owner is linked and owned by the current account. (PR #129)
  • Configuration Change: Replaced the don-family setting in project settings with an environment variable, simplifying configuration across environments. (PR #128)

Enhancements

  • Safer On-Chain Writes: When --broadcast is enabled, the CLI checks that a non-default, valid private key is configured, with a clear error if not. (PR #126)
  • Post-Login Guidance: After a successful login, the CLI suggests running cre init to get started. (PR #127)
  • Init & Templates: Improved init command and template generation for a smoother first-run experience. (PR #130)
  • Log Topics Handling: Limited LogTrigger filtering to indexed fields and sanitized empty topic values; general topics handling rework for correctness. (PRs #124, #133)
  • HTTP Reliability: Increased HTTP request timeouts to better tolerate slow networks. (PR #135)
  • Preview Builds: Added a preview-build pipeline to streamline pre-release testing. (PR #132)
  • Core Bump: Updated core dependencies for the latest fixes and compatibility. (PR #137)

Bug Fixes

  • Compilation Fixes: Resolved a compile error introduced in recent changes. (PR #134)
  • Minor Nits & Cleanups: Small fixes and polish across the codebase. (PR #126)

Release v0.8.0-alpha

28 Oct 20:39
v0.8.0-alpha
0e919c8

Choose a tag to compare

What's Changed

Major Updates

  • New update Command: Add cre update to self-update the CLI. Includes UX improvements and guidance. (PRs #123, #136)
  • Version Outage Warning: The CLI now warns users when their version is outdated to encourage timely upgrades. (PR #122)
  • Ownership Verification: Before executing actions, the CLI verifies that the configured owner is linked and owned by the current account. (PR #129)
  • Configuration Change: Replaced the don-family setting in project settings with an environment variable, simplifying configuration across environments. (PR #128)

Enhancements

  • Safer On-Chain Writes: When --broadcast is enabled, the CLI checks that a non-default, valid private key is configured, with a clear error if not. (PR #126)
  • Post-Login Guidance: After a successful login, the CLI suggests running cre init to get started. (PR #127)
  • Init & Templates: Improved init command and template generation for a smoother first-run experience. (PR #130)
  • Log Topics Handling: Limited LogTrigger filtering to indexed fields and sanitized empty topic values; general topics handling rework for correctness. (PRs #124, #133)
  • HTTP Reliability: Increased HTTP request timeouts to better tolerate slow networks. (PR #135)
  • Preview Builds: Added a preview-build pipeline to streamline pre-release testing. (PR #132)
  • Core Bump: Updated core dependencies for the latest fixes and compatibility. (PR #137)

Bug Fixes

  • Compilation Fixes: Resolved a compile error introduced in recent changes. (PR #134)
  • Minor Nits & Cleanups: Small fixes and polish across the codebase. (PR #126)