Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changes/unreleased/added-20260417-105920.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/added-20260512-150558.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/added-20260625-145755.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/added-20260701-121400.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/added-20260706-091126.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/fixed-20260427-142055.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/fixed-20260607-134043.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/fixed-20260607-135834.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/fixed-20260618-123845.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/fixed-20260716-092645.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/new-items-20260513-105250.yaml

This file was deleted.

22 changes: 22 additions & 0 deletions .changes/v1.7.0.md
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
Comment thread
ohadedry marked this conversation as resolved.

### πŸ†• 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)

27 changes: 25 additions & 2 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,29 @@ hide:
# Release Notes


## [v1.7.0](https://pypi.org/project/ms-fabric-cli/v1.7.0) - August 18, 2026
Comment thread
ohadedry marked this conversation as resolved.

### πŸ†• 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)


## [v1.6.1](https://pypi.org/project/ms-fabric-cli/v1.6.1) - April 29, 2026

### πŸ†• New Items Support
Expand All @@ -16,13 +39,13 @@ hide:
### ✨ New Functionality

* Add new `fab find` command for searching the OneLake catalog across workspaces by [nschachter](https://github.com/nschachter)
* Promote VariableLibrary from portal-only to full API support, enabling create, get, set, rm, ls, export, import, cp, and mv commands via the Variable Library REST APIs by [itsnotaboutthecell](https://github.com/itsnotaboutthecell)
* Promote VariableLibrary from portal-only to full API support, enabling `create`, `get`, `set`, `rm`, `ls`, `export`, `import`, `cp`, and `mv` commands via the Variable Library REST APIs by [itsnotaboutthecell](https://github.com/itsnotaboutthecell)
* adds hard flag to rm command (permanent delete) by [v-alexmoraru](https://github.com/v-alexmoraru)
* supports lakehouse import & export by [v-alexmoraru](https://github.com/v-alexmoraru)

### πŸ”§ Bug Fix

* Fix "caracters" typo in error message by [alonyeshurun](https://github.com/alonyeshurun)
* fix correct "caracters" typo in error message by [alonyeshurun](https://github.com/alonyeshurun)
Comment thread
ohadedry marked this conversation as resolved.
* Remove hardcoded description when create/import items by [aviatco](https://github.com/aviatco)

### ⚑ Additional Optimizations
Expand Down
2 changes: 1 addition & 1 deletion src/fabric_cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Licensed under the MIT License.

# Don't change this
__version__ = "1.6.1"
__version__ = "1.7.0"
Loading