Releases: sql-bi/VertiPaq-Analyzer
Releases · sql-bi/VertiPaq-Analyzer
Dax.Vpax.CLI_1.3.2-beta
What's Changed
- Add
browse
andpackage
commands to CLI tool by @albertospelta in #187
This preview release adds two new commands: package
to manage VPAX files and browse
to explore model metadata in a VPAX file.
- To install, use
dotnet tool install -g --prerelease dax.vpax.cli
- To update, use
dotnet tool update -g --prerelease dax.vpax.cli
VertiPaq-Analyzer v1.9.0
Download and install VertiPaq-Analyzer
packages from NuGet
Changes:
This release adds .NET 8.0 as a new target framework and removes support for .NET Core 3.1. Additionally, the .NET Framework target has been upgraded from 4.6.2 to 4.7.2. Furthermore, the Analysis Services client library dependencies have been migrated from the legacy .retail.amd64
packages to the newer, multi-runtime packages.
Dax.Vpax.CLI_1.2.11
What's Changed
- Bump Dax.Vpax from 1.8.0 to 1.9.0 by @dependabot in #179
- Bump Dax.Model.Extractor from 1.8.0 to 1.9.0 by @dependabot in #180
Dax.Vpax.CLI_1.2.8
What's Changed
- Bump Dax.Vpax from 1.7.2 to 1.8.0 by @dependabot in #171
- Bump Dax.Model.Extractor from 1.7.2 to 1.8.0 by @dependabot in #172
VertiPaq-Analyzer v1.8.0
Download and install VertiPaq-Analyzer
packages from NuGet
Changes:
VertiPaq-Analyzer v1.7.2
Download and install VertiPaq-Analyzer
packages from NuGet
Changes:
- Fixed an issue that led to statistics extraction failure when one of the analyzed columns is part of a composite key (GroupByColumns), resulting in the error message
Column is part of a composite key but not all columns are included in an expression or dependent expression
. (#159)
Dax.Vpax.CLI_1.2.6
What's Changed
- Bump Dax.Vpax from 1.7.1 to 1.7.2 by @dependabot in #161
- Bump Dax.Model.Extractor from 1.7.1 to 1.7.2 by @albertospelta in #163
VertiPaq-Analyzer v1.7.1
Download and install VertiPaq-Analyzer
packages from NuGet
Changes:
- Fixed invalid DAX query in LoadColumnStatistics with low columnBatchSize by @albertospelta in #138
Dax.Vpax.CLI_1.2.2
What's Changed
- [cli] Bump VPAX 1.7.1 by @albertospelta in #139
VertiPaq-Analyzer v1.7.0
Download and install VertiPaq-Analyzer
packages from NuGet