Skip to content

Releases: microsoft/fabric-cicd

v0.1.23

08 Jul 21:03
1c8fcf5
Compare
Choose a tag to compare

✨ New functionalities for GitHub Copilot Agent and PR-to-Issue linking
🔧 Fix issue with lakehouse shortcuts publishing ([#379] (#379))
🔧 Add validation for empty logical IDs to prevent deployment corruption (#86)
🔧 Fix SQL provision print statement (#329)
🔧 Rename the error code for reserved item name per updated Microsoft Fabric API (#388)
🔧 Fix lakehouse exclude_regex to exclude shortcut publishing (#385)
🔧 Remove max retry limit to handle large deployments ([#299] (#299))
📝 Fix formatting and examples in the How to and Examples pages

v0.1.22

25 Jun 18:55
be31199
Compare
Choose a tag to compare
  • ✨ Onboard API for GraphQL item type (#287)
  • 🔧 Fix Fabric API call error during dataflow publish (#352)
  • ⚡ Expanded test coverage to handle folder edge cases (#358)

v0.1.21

18 Jun 15:43
7f4c0ea
Compare
Choose a tag to compare
  • 🔧 Fix bug with workspace ID replacement in JSON files for pipeline deployments (#345)
  • ⚡ Increased max retry for Warehouses and Dataflows

v0.1.20

12 Jun 19:33
83c4554
Compare
Choose a tag to compare
  • ✨ Onboard KQL Dashboard item type (#329)
  • ✨ Onboard Dataflow Gen2 item type (#111)
  • ✨ Parameterization support for find_value regex and replace_value variables (#326)
  • 🔧 Fix bug with deploying environment libraries with special chars (#336)
  • ⚡ Improved test coverage for subfolder creation/modification (#211)

v0.1.19

21 May 21:36
9659a46
Compare
Choose a tag to compare
  • ✨ Onboard SQL Database item type (shell-only deployment) (#301)
  • ✨ Onboard Warehouse item type (shell-only deployment) (#204)
  • 🔧 Fix bug with unpublish workspace folders (#273)

v0.1.18

14 May 15:52
008ac6e
Compare
Choose a tag to compare
  • 🔧 Fix bug with check environment publish state (#295)

v0.1.17

13 May 22:43
10e7938
Compare
Choose a tag to compare
  • 💥 Deprecate old parameter file structure (#283)
  • ✨ Onboard CopyJob item type (#122)
  • ✨ Onboard Eventstream item type (#170)
  • ✨ Onboard Eventhouse/KQL Database item type (#169)
  • ✨ Onboard Data Activator item type (#291)
  • ✨ Onboard KQL Queryset item type (#292)
  • 🔧 Fix post publish operations for skipped items (#277)
  • ⚡ New function 'key_value_replace' for key-based replacement operations in JSON and YAML
  • 📝 Add publish regex example to demonstrate how to use the 'publish_all_items' with regex for excluding item names

v0.1.16

25 Apr 18:16
2dcd850
Compare
Choose a tag to compare
  • 🔧 Fix bug with folder deployment to root (#255)
  • ⚡ Add Workspace Name in FabricWorkspaceObject (#200)
  • ⚡ New function to check SQL endpoint provision status (#226)
  • 📝 Updated Authentication docs + menu sort order

v0.1.15

21 Apr 19:03
afcb064
Compare
Choose a tag to compare
  • 🔧 Fix folders moving with every publish (#236)
  • ⚡ Introduce parallel deployments to reduce publish times (#237)
  • ⚡ Improvements to check version logic
  • 📝 Updated Examples section in docs

v.0.1.14

09 Apr 21:30
18f6523
Compare
Choose a tag to compare
  • ✨ Optimized & beautified terminal output
  • ✨ Added changelog to output of old version check
  • 🔧 Fix workspace folder deployments in root folder (#221)
  • 🔧 Fix unpublish of workspace folders without publish (#222)
  • ⚡ Removed Colorama and Colorlog Dependency