chore(release): v1.7.0 - #273
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
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.mdand add a consolidated.changes/v1.7.0.md. - Remove the now-consumed
.changes/unreleased/*.yamlchangelog 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.
tarostok
approved these changes
Aug 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
✨ Description of new changes
v1.7.0 - August 18, 2026
🆕 New Items Support
✨ New Functionality
job runandjob startcommands by shirasassooncreationModeof typeNew,RestoreandRestoreDeletedDatabase. by aviatco--bulk_publishflag to thedeploycommand to opt into experimental bulk publish by ayeshurun🔧 Bug Fix