Releases: specklesystems/speckle-powerbi
Releases · specklesystems/speckle-powerbi
2.17.0
What's Changed
- Update README.md by @garylzimmer in #47
- feat: Adds new
ToNameValueRecord
function for revit params andDynamicExpand
for table columns by @AlanRynne in #49 - Parses the stream URL in a slightly more robust way. by @Haunfelder in #55
- fix: Get back metrics by using old specific Receive log method by @AlanRynne in #56
- feat: Added extensions.json by @AlanRynne in #57
- Adds Frontend2 URL Support for single model urls by @AlanRynne in #58
New Contributors
- @garylzimmer made their first contribution in #47
- @Haunfelder made their first contribution in #55
Full Changelog: 0.0.16...2.17.0
2.15.0-rc
No.. you didn't miss anything! Our previous release was
0.0.16
, but we decided to align our version numbering with all other main connectors for simplicity
What's Changed
- Update README.md by @garylzimmer in #47
- feat: Adds new
ToNameValueRecord
function for revit params andDynamicExpand
for table columns by @AlanRynne in #49
New Contributors
- @garylzimmer made their first contribution in #47
Full Changelog: 0.0.16...2.15.0-rc
0.0.16-alpha
Update `main` with changes in `dev` (#42) * feat: Added isMultiplayer to receive log * Adds universal OAuth, preliminary connector installer and new column in GetByURL table (#41) * ci: Added step to sign MEZ file * ci: Fix output dir * ci: Added innosetup installer test * ci: Fix path * ci: Fix sign tool path 🤦🏼♂️ * ci: Don't sign * feat: Added parent object column to GetByUrl result * feat: Universal OAuth login * fix: Installer function fail, non-critical. Reverted to simple implementation
0.0.15
Fixes issue in CI script that caused the Data Connector version to be empty. This prevented the connector from initialising altogether.
No new features were added in this release.
Full Changelog: 0.0.14...0.0.15
0.0.14
What's Changed
- Faster
Get.ByUrl
function, +10X speed improvement at least. - New
Get.ByUrl.Structured
function to fetch commit objects while preserving the commit structure - Exposed
Speckle.ParseUrl
to allow users to extract info from a speckle url. - Exposed
Speckle.Api.Fetch
to allow users to perform their own custom GraphQL queries in PowerBI - Added OAuth login into
https://speckle.xyz
PR changes
- Refactor: Use new VSCode Extension + Modularise data connector by @AlanRynne in #18
- General improvements in DataConnector by @AlanRynne in #29
- CI: Adds build and deploy configs by @AlanRynne in #30
- Fixes slow behaviour in
Speckle.GetByUrl
by @AlanRynne in #31 - Adds support for REST endpoint to get objects by @AlanRynne in #34
- Changes login from latest to XYZ by @AlanRynne in #35
Full Changelog: v0.0.12...0.0.14
0.0.13
What's Changed
- Faster
Get.ByUrl
function, +10X speed improvement at least. - New
Get.ByUrl.Structured
function to fetch commit objects while preserving the commit structure - Exposed
Speckle.ParseUrl
to allow users to extract info from a speckle url. - Exposed
Speckle.Api.Fetch
to allow users to perform their own custom GraphQL queries in PowerBI - Added OAuth login into
latest.speckle.dev
(will be replaced withspeckle.xyz
in the next stable release)
PR changes
- Refactor: Use new VSCode Extension + Modularise data connector by @AlanRynne in #18
- General improvements in DataConnector by @AlanRynne in #29
- CI: Adds build and deploy configs by @AlanRynne in #30
- Fixes slow behaviour in
Speckle.GetByUrl
by @AlanRynne in #31 - Adds support for REST endpoint to get objects by @AlanRynne in #34
Full Changelog: v0.0.12...0.0.13
v0.0.12
Full Changelog: v0.0.11...v0.0.12
v0.0.11
What's changed?
Fixes issue where fetching private streams would lead to a null
exception on the read receipt mechanism.
Full Changelog: v0.0.10...v0.0.11