Releases: smartcontractkit/cre-cli
Releases · smartcontractkit/cre-cli
Release v1.0.6
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-sdkin 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
- @amit-momin made their first contribution in #220
- @nolag made their first contribution in #233
Full Changelog: v1.0.5...v1.0.6
Release v1.0.5
What's Changed
- feat: allow all chains in simulator by @anirudhwarrier in #218
- Bump github.com/cometbft/cometbft from 0.38.17 to 0.38.19 by @dependabot[bot] in #95
- Bump github.com/consensys/gnark-crypto from 0.18.0 to 0.18.1 in /test/test_project/por_workflow by @dependabot[bot] in #176
- Bump github.com/expr-lang/expr from 1.17.5 to 1.17.7 by @dependabot[bot] in #208
- [chore] Add body when gateway returns non-200 error code by @cedric-cordenier in #196
- add andesite by @poopoothegorilla in #219
New Contributors
- @dependabot[bot] made their first contribution in #95
- @poopoothegorilla made their first contribution in #219
Full Changelog: v1.0.4...v1.0.5
Release v1.0.4
What's Changed
- Update test to cover simulation on templates by @shileiwill in #204
- Clean api request logs by @timothyF95 in #211
- Update windows script to check bun and go version by @shileiwill in #205
- Maintain workflow status during upsert by @timothyF95 in #214
- feat(DAPP-7970): add typescript conf http example by @jeffrifwaldsmartcontract in #199
- Update environment config by @timothyF95 in #217
- Bindings audit fixes by @silaslenihan in #213
Full Changelog: v1.0.3...v1.0.4
Release v1.0.3
What's Changed
- Add Confidential HTTP Action to the simulator by @nadahalli in #191
- align the workflow name 10 bytes logic btw simulator and don by @shileiwill in #194
- Add link verification user logs by @timothyF95 in #193
- Detect the organization not found errors by @timothyF95 in #198
- fix: install script use bash by @anirudhwarrier in #200
- feat: build-release for linux with LDD 2.35 by @anirudhwarrier in #202
- check go and bun version in installation by @shileiwill in #197
- Point to the latest cre-sdk release on npm by @ernest-nowacki in #201
- fix: release build on ubuntu-22.04 by @anirudhwarrier in #203
New Contributors
- @nadahalli made their first contribution in #191
Full Changelog: v1.0.2...v1.0.3
Release v1.0.2
What's Changed
- update private beta to early access by @shileiwill in #169
- updated deploy request error message by @ejacquier in #171
- Same rpc setting in 2 targets by @shileiwill in #168
- feat: add org name in whoami by @anirudhwarrier in #173
- feat: remove default private key from init by @anirudhwarrier in #174
- bump core to include http method check in simulation by @shileiwill in #167
- check tool and give explicit error if required tools are not installed by @shileiwill in #170
- feat: improve invalid rpc url error by @anirudhwarrier in #175
- feat: improve RPC error logging by @anirudhwarrier in #172
- Fixed FilterLogs Panic in EVM Bindings by @silaslenihan in #179
- enforce max 10 secrets items in create/update/delete by @shileiwill in #180
- add build output to compile error by @shileiwill in #182
- remove auto-start flag by @shileiwill in #181
- feat: update auth validation to support API keys by @anirudhwarrier in #184
- error when no triggers found by @shileiwill in #185
- Add is gated check before link or deploy by @timothyF95 in #183
- add label to secrets encryption by @shileiwill in #188
Full Changelog: v1.0.1...v1.0.2
Release v1.0.1
What's Changed
- add http method to ts template by @shileiwill in #162
- fix: remove progress bar in windows installation script by @anirudhwarrier in #163
- Template README refinements by @timothyF95 in #164
- Update link to request access form by @ernest-nowacki in #165
Full Changelog: v1.0.0...v1.0.1
Release v1.0.0
CRE docs: https://docs.chain.link/cre
Release v0.8.2-alpha
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
What's Changed
Major Updates
- New
updateCommand: Addcre updateto 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-familysetting in project settings with an environment variable, simplifying configuration across environments. (PR #128)
Enhancements
- Safer On-Chain Writes: When
--broadcastis 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 initto get started. (PR #127) - Init & Templates: Improved
initcommand 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
Release v0.8.0-alpha
What's Changed
Major Updates
- New
updateCommand: Addcre updateto 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-familysetting in project settings with an environment variable, simplifying configuration across environments. (PR #128)
Enhancements
- Safer On-Chain Writes: When
--broadcastis 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 initto get started. (PR #127) - Init & Templates: Improved
initcommand 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)