You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.