From d7a90051616d1cb3c2a86af0d712e9712ab16e45 Mon Sep 17 00:00:00 2001 From: Darren Gosbell Date: Tue, 21 Nov 2023 20:20:55 +1100 Subject: [PATCH] 3.0.11 update --- blog/2023-11-21-v3_0_11/index.mdx | 28 ++++++++++++++++++++++++++++ static/CurrentReleaseVersion.json | 4 ++-- 2 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 blog/2023-11-21-v3_0_11/index.mdx diff --git a/blog/2023-11-21-v3_0_11/index.mdx b/blog/2023-11-21-v3_0_11/index.mdx new file mode 100644 index 00000000..92cb0410 --- /dev/null +++ b/blog/2023-11-21-v3_0_11/index.mdx @@ -0,0 +1,28 @@ +--- +slug: v3_0_10-release +title: v3.0.10 Release +authors: [dgosbell] +tags: [daxstudio] +--- +import Issue from '@site/src/components/Github-Issue'; + +# DAX Studio version 3.0.11 + +Today we are happy to announce the release of version 3.0.11 of DAX Studio which includes the following fix. + +## Updates +* Improved Query Folding logic +* updated vpax libraries +* fixed no longer counting RowNumber as user column in vertipaq analyzer + +## Fixes +* fixed "An item with the same key has already been added" error when connecting to Power BI +* fixed error when testing roles on SSAS +* fixed bug in status bar for powerpivot connections +* fixed detection of multiple parameters on one line +* fixed Query Builder new measure showing permissions issue +* fixed vertipaq analyzer summary always shows unknown.pbix +* fixed error when loading perf data +* Fixed Query Folding crashes with certain regional settings +* fixed cancelling closing DAX Studio also cancels closing open documents +* fixed error when opening files with Query Builder open \ No newline at end of file diff --git a/static/CurrentReleaseVersion.json b/static/CurrentReleaseVersion.json index bb105b82..13bcfd84 100644 --- a/static/CurrentReleaseVersion.json +++ b/static/CurrentReleaseVersion.json @@ -1,8 +1,8 @@ { - "Version": "3.0.10.962", + "Version": "3.0.11.982", "DownloadUrl": "https://daxstudio.org", "PreRelease": { - "Version": "3.0.10.962", + "Version": "3.0.11.982", "DownloadUrl": "https://github.com/daxstudio/daxstudio/releases" } }