Skip to content

v1.2.0

Latest

Choose a tag to compare

@fabric-cicd-release fabric-cicd-release released this 30 Jun 18:50
f72db0d

🆕 New Items Support

✨ New Functionality

  • Add dynamic replacement variable support for the find_value of find_replace by shirasassoon (#931)
  • Support case-insensitive matching option in find_replace parameter by shirasassoon (#929)
  • Add bulk publish mode to deploy items in a single API call via the Fabric bulk import API by shirasassoon (#1020)
  • Add support for multiple connection ids in semantic model binding parameters by alwortma2 (#1003)

🔧 Bug Fix

⚡ Additional Optimizations

  • Make log file creation opt-in via FABRIC_CICD_FILE_LOGGING_ENABLED environment variable by shirasassoon (#1032)
  • Enforce owner-only file permissions on sensitive files created by the library on POSIX systems by shirasassoon (#1040)

📝 Documentation Update

  • Add devcontainer and a section about contributing to documentation by cmaneu (#946)
  • Move item type documentation under "Reference" section by cmaneu (#838)