Release Notes
The following contains all major, minor, and patch version release notes.
π New Items Support Β |
Β β¨ New Functionality Β |
Β π§ Bug Fix Β |
Β β‘ Additional Optimizations Β |
Β π Documentation Update |
Β β οΈ Breaking Change |
Release date: 2025-07-15
- π§ Fixed
get
command results for items whose definitions include binary files
- π§ Fixed
--timeout
parameter being parsed as string so itβs now correctly parsed as an integer
- π§ Fixed
table load
command when the table doesnβt exist
- π§ Fixed printed output when exiting login with Ctrl+C during managed identity authentication
- π§ Fixed incorrect sorting of results in the
ls
command
- π§ Fixed resolution of the log fileβs real path in Windows sandbox environments
- π§ Fixed handling of
CopyJob
and VariableLibrary
items in the import
command
- β‘ Improved error messages
- β‘ Added support for custom files in
api
commands
Release date: 2025-05-14
- β οΈ Added a confirmation prompt in
get
to acknowledge that exported items do not include sensitivity labels; use -f
to skip
- π§ Fixed issue in connection creation when
mkdir
was invoked with skipTestConnection
parameter
- π§ Fixed
cp
and mv
when workspace names contained spaces
- π§ Fixed
cd
when workspace display names included special characters
- π§ Fixed a crash in
auth status
when no identity is logged in
- β‘ Added support for Web Account Manager (WAM) authentication on Windows
- β‘ Added the application (client) ID of the signed-in identity to
auth status
- β‘ Renamed
fab_auth_mode
to identity_type
in auth.json
- β‘ Removed the
fab_authority
property from auth.json
- β‘ Updated confirmation prompt in
cp
,mv
, and export
to include sensitivity label limitation.
- π Clarified in the documentation for
cp
, get
, mv
, and export
that sensitivity labels are not included in item definitions
Release date: 2025-04-24
- β οΈ Python v3.13+ is not yet supported.
- π Added support for VariableLibrary and CopyJob items
- β¨ Added support for Service Principal authentication with federated credentials
- β¨ Added support for
~/
as a valid path in import
and export
input/output parameters
- π§ Fixed connection-creation issues in On-Premises Gateways (Standard & Personal)
- π§ Fixed whitespace handling in
cp
and mv
with local paths
- π§ Fixed OneLake-to-OneLake copy with encoded data
- π§ Fixed user login with the
--tenant
parameter
- β‘ Enhanced authentication error messages
- β‘ Added limits to the number and size of log files
- π Updated the supported Python versions (3.10, 3.11 and 3.12)
Release date: 2025-03-27
- β¨ Added item overwrite support in
cp
and mv
- π§ Fixed binary output in
export
(e.g., report images)
- π§ Fixed shortcut creation when one already existed for
ln
- π Updated settings descriptions
Release date: 2025-03-25
- β¨ Initial public release
- β¨ Released to PyPI
- β¨ Onboarded to GitHub Pages