Skip to content

v1.1.0

Latest

Choose a tag to compare

@fabric-cicd-release fabric-cicd-release released this 27 May 14:43
· 6 commits to main since this release
5c63915

🆕 New Items Support

✨ New Functionality

  • Add $workspace.$name and $workspace.$name_encoded dynamic replacement variables for target workspace display name by shirasassoon (#895)
  • Add configure_fabric_fqdn to configure Fabric API URLs for private-link-enabled workspaces using per-workspace FQDN endpoints by SumeshKashyap (#754)

🔧 Bug Fix

  • Fix incomplete Sparkcompute settings deployment by using the item definition API instead of the staging/sparkcompute API when deploying Environments by lassevalentini (#776)
  • Fix HTTP 400 errors when using items_to_include with post-publish operations (e.g. Lakehouse shortcut publishing) by shirasassoon (#948)
  • Prevent empty items_to_include list from bypassing item filtering by shirasassoon (#980)

⚡ Additional Optimizations

  • Remove version check on import to reduce noise and eliminate unnecessary PyPI network call at startup by shirasassoon (#973)

📝 Documentation Update

  • Add GitHub Actions workflow examples to documentation examples section by shirasassoon (#837)