Releases: smartcontractkit/cre-cli
Releases · smartcontractkit/cre-cli
Release v1.14.0
What's Changed
- CL109-04 Browser Vault Delete Uses Workflow-Owner Identifiers by @timothyF95 in #406
- CL109-09 Browser Vault List And Delete Still Require Linked Workflow Owner by @timothyF95 in #407
- CL109-10 CLI Legacy Owner Validation No Longer Fails Fast by @timothyF95 in #411
- Fixed 1Password op:// secrets being clobbered by .env loading by @ejacquier in #413
- Fix rpc and eth key validation bug by @timothyF95 in #410
- feat: add Registry field to workflow details header by @anirudhwarrier in #417
- feat: add UI warning for EnvironmentSet values by @anirudhwarrier in #415
- Add supported-chains cmd & Improve Error Messages by @ejacquier in #330
- Document deployment-registry usage in cre registry list by @ejacquier in #418
Full Changelog: v1.13.0...v1.14.0
Release v1.13.0
What's Changed
- Add --non-interactive flag to all commands and improve CI/headless UX by @ejacquier in #331
- Add list output flag by @timothyF95 in #398
- Update typescript SDK to
1.6.0by @ernest-nowacki in #395 - Add cre workflow get command by @timothyF95 in #400
- Enable private workflow deployments on production by @timothyF95 in #404
- Fix: Remove 0x hex prefix in secrets digest by @timothyF95 in #405
- Align simulation limits with production settings by @wentzeld in #408
Full Changelog: v1.12.0...v1.13.0
Release v1.12.0
What's Changed
- Fix: --limits none now fully disables engine-level limit enforcement by @ejacquier in #375
- Replace getOrganization with getCreOrganizationInfo in auth validation by @timothyF95 in #377
- Stop sending deprecated onchain related fields for artifacts management by @j-nowak in #378
- Refactor deploy command to be registry agnostic by @j-nowak in #379
- Refactor
cre workflow deployto use registry type from settings by @j-nowak in #381 - rename autoLink to correct format by @j-nowak in #387
- Implement
cre workflow pausefor private registry by @j-nowak in #382 - Implement
cre workflow activatefor private registry by @j-nowak in #383 - Fix invalid owner-address bug by @timothyF95 in #380
- Implement
cre workflow deletefor private registry by @j-nowak in #384 - Refactor SimualtedEnvironment to builder pattern by @j-nowak in #388
- Resolve workflow owner by deployment registry by @timothyF95 in #390
- Unify and improve formatting of workflow details after deploy/delete/activate/pause by @j-nowak in #391
- Replace
gqlerror with a cre specific one by @j-nowak in #396 - [DEVSVCS-4628] Simulator - Use new cron capability by @tarcisiozf in #372
- refactor: make simulator chain-agnostic with pluggable chain families by @Fletch153 in #373
- Add workflow list command by @timothyF95 in #397
New Contributors
- @Fletch153 made their first contribution in #373
Full Changelog: v1.11.0...v1.12.0
Release v1.11.0
What's Changed
- Add GQL clients to private workflow registry by @j-nowak in #366
- Add registry list command by @timothyF95 in #369
- feat: private workflow registry deployment behind a feature flag by @j-nowak in #367
- Rename offchain registry GQL endpoints by @j-nowak in #374
- feat: warn user when deploying over a paused workflow by @anirudhwarrier in #370
- Add deployment registry selector by @timothyF95 in #371
- Add workflow exist check to centralized registry workflow deploy by @j-nowak in #376
- Simulator - Http Trigger - Resolve simulation file paths relative to invocation directory by @tarcisiozf in #342
Full Changelog: v1.10.0...v1.11.0
Release v1.10.0
What's Changed
- Add optional org ownership to secrets by @timothyF95 in #340
- Update dependencies by @tarcisiozf in #359
- Fix EVM Bindings generator struct prefix bug by @silaslenihan in #365
Full Changelog: v1.9.0...v1.10.0
Release v1.9.0
What's Changed
- Adds support for
--skip-type-checksoption of TSsdkby @ernest-nowacki in #319 - Secrets oauth browser by @timothyF95 in #326
- Complete support for Oauth Vault permissions by @timothyF95 in #327
- Submit oauth secrets to vault DON by @timothyF95 in #332
Full Changelog: v1.8.0...v1.9.0
Release v1.8.0
What's Changed
- Add fetch for tenant config and write context file by @timothyF95 in #314
- Extract orgID from claim by @timothyF95 in #321
- Add secret auth flow flag by @timothyF95 in #323
- Add secret auth api request by @timothyF95 in #324
- Refactor: extract oauth from login by @timothyF95 in #325
- AI Agent UX Improvements by @ejacquier in #322
Full Changelog: v1.7.0...v1.8.0
Release v1.7.0
What's Changed
- Update typescript
cre-sdk: improve TS experience when dealing with NodeJS APIs by @ernest-nowacki in #295 - Add hyperliquid mainnet and gnosis chiado support by @amit-momin in #320
Full Changelog: v1.6.0...v1.7.0
Release v1.6.0
What's Changed
- Keep WASM debug symbols for simulate command by @ejacquier in #305
- Fix a binding bug by @nolag in #316
- Cre init improvements by @ejacquier in #315
- feat: add --limits flag to cre workflow simulate by @wentzeld in #293
New Contributors
Full Changelog: v1.5.0...v1.6.0
Release v1.5.0
What's Changed
- Fix a bug where the build command wouldn't build in some cases that simulate would by @nolag in #308
- Respect .env in all commands, and override other settings. Make go builds fully reproducible by @nolag in #310
- Add hash command and display hashes during other commands by @nolag in #313
- Support ${VAR} env var resolution in RPC URLs by @ejacquier in #311
- Add feature to generate-bindings to allow processing JSON contract abis by @markhoangcll in #312
- Add new EVM mainnet and testnet support by @amit-momin in #301
New Contributors
- @markhoangcll made their first contribution in #312
Full Changelog: v1.4.0...v1.5.0