@microsoft/powerbi-modeling-mcp 0.5.0-beta.7 → 0.5.0-beta.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -2
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -2,16 +2,30 @@
2
2
 
3
3
  The Power BI Modeling MCP Server is a multiplatform application that updates automatically in internal flows. Updates will be released periodically.
4
4
 
5
+ ## [0.5.0-beta.8] - 2026-05-22 - Pre-release
6
+
7
+ ### Features
8
+
9
+ - `column_operations` supports Expression Context property
10
+
11
+ ### Other
12
+
13
+ - Update TOM to 19.114.1.3
14
+
5
15
  ## [0.5.0-beta.7] - 2026-05-19 - Pre-release
6
16
 
7
17
  ### Features
8
18
 
9
- - Update list operations to show additional properties, like isHidden
19
+ - Update LIST operations to show additional properties, like isHidden
20
+ - LIST operations include more properties (e.g. isHidden)
21
+ - `dax_operations` now supports impersonation with Roles and UserPrincipalName
22
+ - Managed Identity support with `--authmode=managedidentity`
10
23
 
11
24
  ### Fixes
12
25
 
13
26
  - Update database DeployToFabric to not require connection name
14
- - *(measures)* List measures now includes table information
27
+ - LIST measures now includes table information
28
+ - DeployToFabric don't require connection name
15
29
 
16
30
  ## [0.5.0-beta.6] - 2026-05-07 - Pre-release
17
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/powerbi-modeling-mcp",
3
- "version": "0.5.0-beta.7",
3
+ "version": "0.5.0-beta.8",
4
4
  "description": "Power BI Modeling MCP Server - Node.js client package for installing and running the Power BI Modeling MCP server",
5
5
  "author": "Microsoft",
6
6
  "homepage": "https://github.com/microsoft/powerbi-modeling-mcp#readme",
@@ -38,11 +38,11 @@
38
38
  "arm64"
39
39
  ],
40
40
  "optionalDependencies": {
41
- "@microsoft/powerbi-modeling-mcp-linux-arm64": "0.5.0-beta.7",
42
- "@microsoft/powerbi-modeling-mcp-win32-arm64": "0.5.0-beta.7",
43
- "@microsoft/powerbi-modeling-mcp-linux-x64": "0.5.0-beta.7",
44
- "@microsoft/powerbi-modeling-mcp-darwin-arm64": "0.5.0-beta.7",
45
- "@microsoft/powerbi-modeling-mcp-win32-x64": "0.5.0-beta.7"
41
+ "@microsoft/powerbi-modeling-mcp-linux-x64": "0.5.0-beta.8",
42
+ "@microsoft/powerbi-modeling-mcp-darwin-arm64": "0.5.0-beta.8",
43
+ "@microsoft/powerbi-modeling-mcp-win32-arm64": "0.5.0-beta.8",
44
+ "@microsoft/powerbi-modeling-mcp-win32-x64": "0.5.0-beta.8",
45
+ "@microsoft/powerbi-modeling-mcp-linux-arm64": "0.5.0-beta.8"
46
46
  },
47
47
  "mcpName": "powerbi-modeling-mcp"
48
48
  }