Skip to content

v1.4.0

Choose a tag to compare

@ohadedry ohadedry released this 11 Feb 09:16
· 41 commits to main since this release
f0d6179

v1.4.0 - February 09, 2026

🆕 New Items Support

  • Add support of CosmosDBDatabase item type in mkdir, get, set, rm, ls, cp, mv, import and export commands by v-alexmoraru
  • Add support of UserDataFunction item type in mkdir, get, set, rm, cp, mv, import and export commands by v-alexmoraru
  • Add support of GraphQuerySet item type in mkdir, get, rm and export commands by v-alexmoraru
  • Add support of DigitalTwinBuilder item type in create, rm, get and set (metadata only) by may-hartov

✨ New Functionality

  • Add --format option to export command to pick .ipynb or .py when exporting notebooks by jkafrouni
  • Include API response data in the output by aviatco
  • Display a notification to users on login when a new fab cli version is available by Guust-Franssens
  • Support fab command to start interactive (repl) mode by aviatco
  • Refactored set command validation to use blocklist approach instead of allowlist, allowing any query parameter except explicitly blocked ones by may-hartov

🔧 Bug Fix

  • Avoid reauthentication when switching from command_line to interactive mode by aviatco
  • Fixed set shortcut so it correctly handles target query by may-hartov
  • Fix a typo in connection roles by Guust-Franssens
  • Add ‘properties’ field to the item metadata list to eliminate unnecessary calls to the getItemDefinition API by aviatco
  • Update the argument-parameter regex to allow optional whitespace after commas by aviatco
  • Fix the job run command so that it exits with status code 1 on failure. by aviatco
  • Set the creation‑method parameters to be optional by aviatco

⚡ Additional Optimizations

  • Add python 3.13 support by ayeshurun
  • Improve the error message to clearly indicate when the MPE creator does not have sufficient Azure permissions on the resource. by aviatco
  • Reduced unnecessary Fabric administrator warnings for ACL commands by ayeshurun
  • optimize the update flow in set command to construct PATCH request bodies by extracting only the updated properties from the GET payload by may-hartov

📝 Documentation Update

  • Improve homepage documentation clarity and structure with better headings, simplified examples, and enhanced getting started instructions by jeremydhoover-blip
  • Improve help text clarity and consistency across all commands with concise descriptions, consistent terminology, and user-focused language by jeremydhoover-blip