Skip to content

Releases: microsoft/fabric-cli

v1.3.1

17 Dec 07:51
fd4f054

Choose a tag to compare

What's Changed

✨ New Functionality

  • Add support of mv, cp, export and import for SQLDatabase item type
  • Add new 'job run-rm' command for remove a scheduled job
  • Enhance set command for items to support any settable property path within the item's definition and metadata structure
  • Add support in ls commmand using -q flag for filtering based on JMESPath expressions

🔧 Bug Fix

  • Fix --output_format argument for command fab auth status
  • Fix context persistence in virtual environment
  • Fix create connection with onPremGateway and encryptedCredentials

⚡ Additional Optimizations

  • Add support for print in key-value list style
  • Optimize LRO polling by calling GetOperationResult API only when a Location header is present
  • Enforce CLI parameter values must be wrapped in single (') or double (") quotes in interactive mode

📝 Documentation Update

  • Documentation updates

v1.2.0

22 Oct 05:55
3d4d9fe

Choose a tag to compare

What's Changed

🆕 New Items Support

✨ New Functionality

  • Enable GraphQLApi item support in mv and cp commands
  • Add --block-path-collision (-bpc) flag to cp command to prevent implicit overwriting when copying items to another workspace

🔧 Bug Fix

  • Align output font color in JSON output format
  • Return newly created item in ls command in Folder path

⚡ Additional Optimizations

  • Enhance auto-completion with supported config keys

v1.1.0

14 Sep 12:32
79ebd3c

Choose a tag to compare

What's Changed

🆕 New Items Support

  • Added support for GraphQLApi items definitions

✨ New Functionality

  • Added support for folders in fs commands, including cp and mv
  • 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 and rm commands in Gateway and Connection

🔧 Bug Fix

  • 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

⚡ Additional Optimizations

  • Adjusted polling intervals for jobs and long-running operations
  • Standardized configuration key naming conventions

📝 Documentation Update

  • Switched to MIT license