Skip to content

Commit 5ca2b2e

Browse files
authored
Prepare for Fabric MCP Server 1.2.0 release (#3007)
* Prepare for Fabric MCP Server 1.2.0 release Compile changelog entries into the 1.2.0 section, set the release date, and sync the VS Code extension changelog. * Remove pre-release suffix from 1.2.0 VS Code changelog entry
1 parent c7e7ffd commit 5ca2b2e

7 files changed

Lines changed: 28 additions & 21 deletions

File tree

servers/Fabric.Mcp.Server/CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,24 @@ All notable changes to the Microsoft Fabric MCP Server will be documented in thi
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## 1.2.0 (Unreleased)
8+
## 1.2.0 (2026-07-08)
99

1010
### Features Added
1111

12-
### Breaking Changes
12+
- Added 12 new OneLake tools: Data Access Security (list, get, create-or-update, delete roles), Shortcuts (list, get, create-or-update, delete, reset-cache), and Settings (get, modify-diagnostics, modify-immutability-policy) [[#2625](https://github.com/microsoft/mcp/pull/2625)]
13+
- Added 9 per-target shortcut creation tools (OneLake, ADLS Gen2, Amazon S3, Azure Blob, GCS, S3-compatible, Dataverse, OneDrive/SharePoint, External Data Share) with flat typed options for better LLM ergonomics. [[#2625](https://github.com/microsoft/mcp/pull/2625)]
14+
- Flattened JSON-string options into discrete typed parameters for diagnostics, immutability policy, and data access role commands. [[#2625](https://github.com/microsoft/mcp/pull/2625)]
15+
- Added the `core_search-catalog` tool to search the Microsoft Fabric OneLake catalog for items across workspaces by display name, description, or workspace name, with optional filtering by item type. Calls the Catalog Search API (POST /v1/catalog/search). [[#2963](https://github.com/microsoft/mcp/pull/2963)]
1316

1417
### Bugs Fixed
1518

19+
- Refactored OneLake DFS ListPath methods to follow ADLS Gen2 Path List API specification (directory as query parameter) [[#2625](https://github.com/microsoft/mcp/pull/2625)]
20+
- Fixed OneLake diagnostics and immutability settings models to match the Fabric REST API contract. [[#2625](https://github.com/microsoft/mcp/pull/2625)]
21+
1622
### Other Changes
1723

24+
- Updated Fabric REST API specifications and item definition documentation. [[#3006](https://github.com/microsoft/mcp/pull/3006)]
25+
1826
## 1.1.0 (2026-06-15)
1927

2028
### Features Added

servers/Fabric.Mcp.Server/changelog-entries/1778530260238.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

servers/Fabric.Mcp.Server/changelog-entries/1778530268679.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

servers/Fabric.Mcp.Server/changelog-entries/1780766915548.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

servers/Fabric.Mcp.Server/changelog-entries/1782300000000.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

servers/Fabric.Mcp.Server/changelog-entries/1783507618310.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

servers/Fabric.Mcp.Server/vscode/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Release History
22

3+
## 1.2.0 (2026-07-08)
4+
5+
### Added
6+
7+
- Added 12 new OneLake tools: Data Access Security (list, get, create-or-update, delete roles), Shortcuts (list, get, create-or-update, delete, reset-cache), and Settings (get, modify-diagnostics, modify-immutability-policy) [[#2625](https://github.com/microsoft/mcp/pull/2625)]
8+
- Added 9 per-target shortcut creation tools (OneLake, ADLS Gen2, Amazon S3, Azure Blob, GCS, S3-compatible, Dataverse, OneDrive/SharePoint, External Data Share) with flat typed options for better LLM ergonomics. [[#2625](https://github.com/microsoft/mcp/pull/2625)]
9+
- Flattened JSON-string options into discrete typed parameters for diagnostics, immutability policy, and data access role commands. [[#2625](https://github.com/microsoft/mcp/pull/2625)]
10+
- Added the `core_search-catalog` tool to search the Microsoft Fabric OneLake catalog for items across workspaces by display name, description, or workspace name, with optional filtering by item type. Calls the Catalog Search API (POST /v1/catalog/search). [[#2963](https://github.com/microsoft/mcp/pull/2963)]
11+
12+
### Changed
13+
14+
- Updated Fabric REST API specifications and item definition documentation. [[#3006](https://github.com/microsoft/mcp/pull/3006)]
15+
16+
### Fixed
17+
18+
- Refactored OneLake DFS ListPath methods to follow ADLS Gen2 Path List API specification (directory as query parameter) [[#2625](https://github.com/microsoft/mcp/pull/2625)]
19+
- Fixed OneLake diagnostics and immutability settings models to match the Fabric REST API contract. [[#2625](https://github.com/microsoft/mcp/pull/2625)]
20+
321
## 1.1.0 (2026-06-15)
422

523
### Added

0 commit comments

Comments
 (0)