Skip to content

v1.7.0

Latest

Choose a tag to compare

@ohadedry ohadedry released this 19 Aug 14:26
· 2 commits to main since this release
23a1844

v1.7.0 - August 18, 2026

🆕 New Items Support

✨ New Functionality

  • Adds support for environment definitions by v-alexmoraru
  • Return the job instance ID as a structured field in the JSON output of job run and job start commands by shirasassoon
  • Support creating SQLDatabase with optional parameters. Support creationMode of type New, Restore and RestoreDeletedDatabase. by aviatco
  • Adds the --bulk_publish flag to the deploy command to opt into experimental bulk publish by ayeshurun
  • Add new 'bulk-export' command for exporting workspace or folder items by ohadedry

🔧 Bug Fix

  • Wraps long text on multiple lines by v-alexmoraru
  • Restrict file and directory permissions on auth, config, context, and log paths to prevent local credential exposure on multi-user systems by iemejia
  • Clean up temporary file after table maintenance job execution by iemejia
  • Enforce owner-only permissions on local files on POSIX by aviatcohen
  • Handle HTTP 429 responses missing the Retry-After header instead of failing with an unexpected error by ayeshurun