Release Notes¶
Legend
π¦ New Items Β· β¨ New Features Β· π§ Bug Fix Β· β‘ Optimization Β· π Docs Β·Β β οΈ Breaking Change
v1.1.0¶
Release date: 2025-09-10
- β¨ Added support for folders in
fs
commands, includingcp
andmv
- β¨ Added option to output command results in JSON format
- β¨ Implemented context persistence between
command_line
mode operations - β¨ Added autocomplete support for commands and arguments in
command_line
mode - β¨ Enabled support for Workspace Level Private Links in
api
command - β¨ Added support for
set
andrm
commands in Gateway and Connection - π Added support for GraphQLApi items definitions
- π Switched to MIT license
- π§ Fixed download of binary files with the
cp
command - π§ Disabled the
mv
command for certain real-time intelligence (RTI) items - π§ Fixed case sensitivity issues in connection matching
- β‘ Adjusted polling intervals for jobs and long-running operations
- β‘ Standardized configuration key naming conventions
v1.0.1¶
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
andVariableLibrary
items in theimport
command - β‘ Improved error messages
- β‘ Added support for custom files in
api
commands
v1.0.0¶
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 withskipTestConnection
parameter - π§ Fixed
cp
andmv
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
toidentity_type
inauth.json
- β‘ Removed the
fab_authority
property fromauth.json
- β‘ Updated confirmation prompt in
cp
,mv
, andexport
to include sensitivity label limitation. - π Clarified in the documentation for
cp
,get
,mv
, andexport
that sensitivity labels are not included in item definitions
v0.2.0¶
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 inimport
andexport
input/output parameters - π§ Fixed connection-creation issues in On-Premises Gateways (Standard & Personal)
- π§ Fixed whitespace handling in
cp
andmv
with local paths - π§ Fixed OneLake-to-OneLake copy with encoded data
v0.1.10¶
Release date: 2025-03-27
- β¨ Added item overwrite support in
cp
andmv
- π§ Fixed binary output in
export
(e.g., report images) - π§ Fixed shortcut creation when one already existed for
ln
- π Updated settings descriptions
v0.1.9¶
Release date: 2025-03-25
- β¨ Initial public release
- β¨ Released to PyPI
- β¨ Onboarded to GitHub Pages