Releases: smartcontractkit/cre-cli
Releases · smartcontractkit/cre-cli
Release v1.17.0
What's Changed
- Refactor: Standardize service timeout across clients and improve context handling by @anirudhwarrier in #448
- Refactor: Pass context to login flow and GQL methods by @anirudhwarrier in #449
- Refactor workflow fetching logic to a common function by @anirudhwarrier in #451
- Support updated Oauth secrets ownership model by @timothyF95 in #443
- Refactor: Add context parameter to WorkflowRegistryV2Client methods by @anirudhwarrier in #450
- Enhance error handling for workflow ID type assertions in deletion strategies by @anirudhwarrier in #452
- Enhance registry type mapping with logging for unknown types by @anirudhwarrier in #453
- Refactor input validation in UpsertWorkflow function by @anirudhwarrier in #454
- Map user context gateway url to secrets module by @timothyF95 in #446
Full Changelog: v1.16.0...v1.17.0
Release v1.16.0
What's Changed
- Implement SecureRemove function for safer file deletion and update logout handler to use it. by @anirudhwarrier in #440
- Remove org owned feature flag by @timothyF95 in #441
- Add adi-mainnet support by @amit-momin in #445
- Add input validation guard by @timothyF95 in #438
- Fix CheckWorkflowExists() by @timothyF95 in #439
- Fix non-interactive cron trigger blocking in simulation by @tarcisiozf in #442
- Add private-testnet-rhyolite support by @amit-momin in #447
- Fix: Propagate ctx to GQL Methods by @timothyF95 in #436
Full Changelog: v1.15.0...v1.16.0
Release v1.15.0
What's Changed
- Fix: Check workflowID in private registry deploy strategy (DEVSVCS-4930) by @j-nowak in #421
- fix: preserve paused status on private registry workflow update by @j-nowak in #420
- Update secrets onchain flag name by @timothyF95 in #425
- Enhance supported-chains command to list tenant-specific chains and mock forwarder addresses by @anirudhwarrier in #428
- Add ADI testnet and Celo sepolia support by @amit-momin in #431
- Add don family support for offchain registry by @timothyF95 in #426
- Update workflow hash owner resolution by @j-nowak in #427
- Non-evms supported-chains list & --allow-unknown-chains flag by @ejacquier in #419
Full Changelog: v1.14.0...v1.15.0
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