Skip to content

Releases: specklesystems/speckle-powerbi

2.15.0-rc

07 Jul 17:35
Compare
Choose a tag to compare

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 and DynamicExpand for table columns by @AlanRynne in #49

New Contributors

Full Changelog: 0.0.16...2.15.0-rc

0.0.16-alpha

12 May 08:12
9db161b
Compare
Choose a tag to compare
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

02 Jan 10:11
Compare
Choose a tag to compare

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

20 Dec 18:01
f52d6c4
Compare
Choose a tag to compare

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

Full Changelog: v0.0.12...0.0.14

0.0.13

15 Dec 11:14
f558d5d
Compare
Choose a tag to compare

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 with speckle.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

28 Oct 08:06
Compare
Choose a tag to compare

Full Changelog: v0.0.11...v0.0.12

v0.0.11

02 Sep 17:08
Compare
Choose a tag to compare

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

v0.0.10

31 Aug 10:28
Compare
Choose a tag to compare

What's new?

New data table columns on Speckle.GetByUrl to make it easier for the viewer and the data connector to play toghether.

  • Stream URL
  • Object ID
  • speckle_type
    Other info should still be expanded from the data column

v0.0.9

25 Aug 09:09
Compare
Choose a tag to compare

What's new

  • Fixed null row at the end of result table.
  • New output table format to allow it to play nicer with the powerBI 3D Viewer :)

v0.0.8

07 Apr 13:41
Compare
Choose a tag to compare

Change in monitoring platform

Minor improvements and bug fixes.