-
Notifications
You must be signed in to change notification settings - Fork 61
chore(release): v1.7.0 #273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| ## [v1.7.0](https://pypi.org/project/ms-fabric-cli/v1.7.0) - August 18, 2026 | ||
|
|
||
| ### π New Items Support | ||
|
|
||
| * Supports Digital Twin Builder Flow item by [v-alexmoraru](https://github.com/v-alexmoraru) | ||
|
|
||
| ### β¨ New Functionality | ||
|
|
||
| * Adds support for environment definitions by [v-alexmoraru](https://github.com/v-alexmoraru) | ||
| * Return the job instance ID as a structured field in the JSON output of ``job run`` and ``job start`` commands by [shirasassoon](https://github.com/shirasassoon) | ||
| * Support creating SQLDatabase with optional parameters. Support `creationMode` of type `New`, `Restore` and `RestoreDeletedDatabase`. by [aviatco](https://github.com/aviatco) | ||
| * Adds the `--bulk_publish` flag to the `deploy` command to opt into experimental bulk publish by [ayeshurun](https://github.com/ayeshurun) | ||
| * Add new 'bulk-export' command for exporting workspace or folder items by [ohadedry](https://github.com/ohadedry) | ||
|
|
||
| ### π§ Bug Fix | ||
|
|
||
| * Wraps long text on multiple lines by [v-alexmoraru](https://github.com/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](https://github.com/iemejia) | ||
| * Clean up temporary file after table maintenance job execution by [iemejia](https://github.com/iemejia) | ||
| * Enforce owner-only permissions on local files on POSIX by [aviatcohen](https://github.com/aviatcohen) | ||
| * Handle HTTP 429 responses missing the Retry-After header instead of failing with an unexpected error by [ayeshurun](https://github.com/ayeshurun) | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,4 +2,4 @@ | |
| # Licensed under the MIT License. | ||
|
|
||
| # Don't change this | ||
| __version__ = "1.6.1" | ||
| __version__ = "1.7.0" | ||
Uh oh!
There was an error while loading. Please reload this page.