Skip to content

chore(release): v1.7.0 - #273

Merged
ohadedry merged 1 commit into
microsoft:mainfrom
ohadedry:v1.7.0
Aug 19, 2026
Merged

chore(release): v1.7.0#273
ohadedry merged 1 commit into
microsoft:mainfrom
ohadedry:v1.7.0

Conversation

@ohadedry

Copy link
Copy Markdown
Contributor

✨ Description of new changes

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

@ohadedry
ohadedry requested a review from a team as a code owner August 18, 2026 13:42
Copilot AI lite review requested due to automatic review settings August 18, 2026 13:42

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Cuts the v1.7.0 release for Fabric CLI by updating the package version and consolidating changelog entries into the published release notes.

Changes:

  • Bump CLI version to 1.7.0.
  • Add v1.7.0 release notes to docs/release-notes.md and add a consolidated .changes/v1.7.0.md.
  • Remove the now-consumed .changes/unreleased/*.yaml changelog fragments that were rolled into the v1.7.0 notes.

Reviewed changes

Copilot reviewed 14 out of 14 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
src/fabric_cli/init.py Updates the package version constant to 1.7.0.
docs/release-notes.md Adds the v1.7.0 section and adjusts prior release note formatting.
.changes/v1.7.0.md Adds the consolidated v1.7.0 changelog entry for the release.
.changes/unreleased/new-items-20260513-105250.yaml Removes consumed “new-items” fragment now included in v1.7.0 notes.
.changes/unreleased/fixed-20260716-092645.yaml Removes consumed “fixed” fragment now included in v1.7.0 notes.
.changes/unreleased/fixed-20260618-123845.yaml Removes consumed “fixed” fragment now included in v1.7.0 notes.
.changes/unreleased/fixed-20260607-135834.yaml Removes consumed “fixed” fragment now included in v1.7.0 notes.
.changes/unreleased/fixed-20260607-134043.yaml Removes consumed “fixed” fragment now included in v1.7.0 notes.
.changes/unreleased/fixed-20260427-142055.yaml Removes consumed “fixed” fragment now included in v1.7.0 notes.
.changes/unreleased/added-20260706-091126.yaml Removes consumed “added” fragment now included in v1.7.0 notes.
.changes/unreleased/added-20260701-121400.yaml Removes consumed “added” fragment now included in v1.7.0 notes.
.changes/unreleased/added-20260625-145755.yaml Removes consumed “added” fragment now included in v1.7.0 notes.
.changes/unreleased/added-20260512-150558.yaml Removes consumed “added” fragment now included in v1.7.0 notes.
.changes/unreleased/added-20260417-105920.yaml Removes consumed “added” fragment now included in v1.7.0 notes.
Suppressed comments (2)

docs/release-notes.md:21

  • A few of these release-note bullets have minor Markdown/grammar issues: double-backtick code spans aren’t needed, there’s an extra period before “by”, and the command name is quoted instead of formatted as code.
* 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)

.changes/v1.7.0.md:13

  • A few bullets here have minor Markdown/grammar issues: use single-backtick code spans, remove the extra period before “by”, and format the command name as code instead of quoting it.
* 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)

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread docs/release-notes.md
Comment thread docs/release-notes.md
Comment thread .changes/v1.7.0.md
@ohadedry
ohadedry merged commit 657b341 into microsoft:main Aug 19, 2026
12 of 13 checks passed
@ohadedry
ohadedry deleted the v1.7.0 branch August 19, 2026 06:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants