Skip to content

v0.5.2

Latest

Choose a tag to compare

@turtleDev turtleDev released this 14 Jul 08:32
868166c

What's new

  • Microsoft Entra ID auth for Fabric connections — Fabric/MSSQL connections can now authenticate with a service principal (tenant ID, client ID, client secret) instead of only SQL logins.
  • Apache 2.0 license — the SDK is now released under Apache 2.0.

Packaging

  • The publish workflow now verifies the release tag matches the version in pyproject.toml and fails fast on drift. The v0.5.1 release hit this drift and never made it to PyPI, so 0.5.2 is the first release to carry the Entra ID change.
  • Fixed the README path used by the hatch build so the package renders its long description on PyPI.