Skip to content

v1.3.0

Latest

Choose a tag to compare

@fabric-cicd-release fabric-cicd-release released this 10 Aug 16:14
· 1 commit to main since this release
99da6ce

✨ New Functionality

  • Add FABRIC_CICD_RETRY_API_MAX_DURATION_SECONDS environment variable to configure the maximum duration for API request execution, including long-running operation polling and connection retries (default 300 seconds) by shirasassoon (#1022)
  • Add $sqlendpoint and $sqlendpointid dynamic replacement variable support for MirroredDatabase items by ecgang (#1055)
  • Add get_supported_feature_flags function to return all supported feature flags by ayeshurun (#1059)
  • Add support for removing globally enabled feature flags via remove_feature_flag function by shirasassoon (#1097)

🔧 Bug Fix

  • Fix item_name list filter in spark_pool parameter by shirasassoon (#1071)
  • Fix deployment failure when item attributes are not yet available due to asynchronous provisioning by shirasassoon (#887)

⚡ Additional Optimizations

  • Improve performance of the file_path parameter filter and repository folder refresh by ayeshurun (#1044)

📝 Documentation Update

  • Extract Git flow guidance into a dedicated page and add a Next Steps section to Getting Started by nkwork9999 (#1019)
  • Rename Git Flow page to Deployment Overview and add Deployment Philosophy section by shirasassoon (#1018)
  • Fix broken link to contribution docs in README.md by isaakchoi (#1099)