-
Notifications
You must be signed in to change notification settings - Fork 119
Fixes #762 Introduce automated changelog generation #762
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
ayeshurun
wants to merge
22
commits into
microsoft:main
Choose a base branch
from
ayeshurun:add-changie
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 20 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
6031471
Add changie and update changelog
4c82244
Add changie validation workflow
57bdcb3
update scripts
41ab663
Update contributing guidelines
d81f81d
Merge branch 'main' of https://github.com/microsoft/fabric-cicd into β¦
f4bd2fe
Add changelog entry
6b671c9
Fix activate.ps1 script
ayeshurun 55459bc
Fix activate.sh script
a6f7b18
Update contribution docs
fade9a4
Update toml
6715c97
Fix bump
49908ba
Fix bump workflow
3ac2314
Align parse_changelog
0c26291
Apply suggestion from @Copilot
ayeshurun c2a22bd
Merge branch 'main' of https://github.com/microsoft/fabric-cicd into β¦
be7acb3
fix bump workflow
aaef0e4
Update markdown file
0a6f417
Update contribu
0fe4efb
update changie yaml
c1e9095
Update changie
92729d1
Remove contrib.md from docs
d0ec02d
Add changelog entry
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| # Changelog |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| kind: docs | ||
| body: Fix troubleshooting docs | ||
| time: 2026-01-27T11:00:59.989726+02:00 | ||
| custom: | ||
| Author: shirasassoon | ||
| AuthorLink: https://github.com/shirasassoon | ||
| Issue: "747" | ||
| IssueLink: https://github.com/microsoft/fabric-cicd/issues/747 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| kind: fixed | ||
| body: Remove OrgApp item type support | ||
| time: 2026-01-28T10:28:44.435609802Z | ||
| custom: | ||
| Author: shirasassoon | ||
| AuthorLink: https://github.com/shirasassoon | ||
| Issue: "758" | ||
| IssueLink: https://github.com/microsoft/fabric-cicd/issues/758 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| ## [v0.1.0](https://pypi.org/project/fabric-cicd/0.1.0) - January 23, 2025 | ||
|
|
||
| ### β¨ New Functionality | ||
|
|
||
| - Initial public preview release | ||
| - Supports Notebook, Pipeline, Semantic Model, Report, and Environment deployments | ||
| - Supports User and System Identity authentication | ||
| - Released to PyPi | ||
| - Onboarded to Github Pages |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| ## [v0.1.1](https://pypi.org/project/fabric-cicd/0.1.1) - January 23, 2025 | ||
|
|
||
| ### π§ Bug Fix | ||
|
|
||
| - Fix Environment stuck in publish ([#51](https://github.com/microsoft/fabric-cicd/issues/51)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| ## [v0.1.10](https://pypi.org/project/fabric-cicd/0.1.10) - March 19, 2025 | ||
|
|
||
| ### β¨ New Functionality | ||
|
|
||
| - DataPipeline SPN Support ([#133](https://github.com/microsoft/fabric-cicd/issues/133)) | ||
|
|
||
| ### π§ Bug Fix | ||
|
|
||
| - Workspace ID replacement in data pipelines ([#164](https://github.com/microsoft/fabric-cicd/issues/164)) | ||
|
|
||
| ### π Documentation Update | ||
|
|
||
| - Sample for passing in arguments from Azure DevOps Pipelines |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| ## [v0.1.11](https://pypi.org/project/fabric-cicd/0.1.11) - March 25, 2025 | ||
|
|
||
| ### β οΈ Breaking Change | ||
|
|
||
| - Parameterization refactor introducing a new parameter file structure and parameter file validation functionality ([#113](https://github.com/microsoft/fabric-cicd/issues/113)) | ||
|
|
||
| ### β¨ New Functionality | ||
|
|
||
| - Support regex for publish exclusion ([#121](https://github.com/microsoft/fabric-cicd/issues/121)) | ||
| - Override max retries via constants ([#146](https://github.com/microsoft/fabric-cicd/issues/146)) | ||
|
|
||
| ### π Documentation Update | ||
|
|
||
| - Update to [parameterization](https://microsoft.github.io/fabric-cicd/latest/how_to/parameterization/) docs |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| ## [v0.1.12](https://pypi.org/project/fabric-cicd/0.1.12) - March 27, 2025 | ||
|
|
||
| ### π§ Bug Fix | ||
|
|
||
| - Fix constant overwrite failures ([#190](https://github.com/microsoft/fabric-cicd/issues/190)) | ||
| - Fix bug where all workspace ids were not being replaced ([#186](https://github.com/microsoft/fabric-cicd/issues/186)) | ||
| - Fix type hints for older versions of Python ([#156](https://github.com/microsoft/fabric-cicd/issues/156)) | ||
| - Fix accepted item types constant in pre-build |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| ## [v0.1.13](https://pypi.org/project/fabric-cicd/0.1.13) - April 07, 2025 | ||
|
|
||
| ### β¨ New Functionality | ||
|
|
||
| - Added support for Lakehouse Shortcuts | ||
| - New `enable_environment_variable_replacement` feature flag ([#160](https://github.com/microsoft/fabric-cicd/issues/160)) | ||
|
|
||
| ### π New Items Support | ||
|
|
||
| - Onboard Workspace Folders ([#81](https://github.com/microsoft/fabric-cicd/issues/81)) | ||
| - Onboard Variable Library item type ([#206](https://github.com/microsoft/fabric-cicd/issues/206)) | ||
|
|
||
| ### β‘ Additional Optimizations | ||
|
|
||
| - User-agent now available in API headers ([#207](https://github.com/microsoft/fabric-cicd/issues/207)) | ||
| - Fixed error log typo in fabric_endpoint | ||
|
|
||
| ### π§ Bug Fix | ||
|
|
||
| - Fix break with invalid optional parameters ([#192](https://github.com/microsoft/fabric-cicd/issues/192)) | ||
| - Fix bug where all workspace ids were not being replaced by parameterization ([#186](https://github.com/microsoft/fabric-cicd/issues/186)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| ## [v0.1.14](https://pypi.org/project/fabric-cicd/0.1.14) - April 09, 2025 | ||
|
|
||
| ### β¨ New Functionality | ||
|
|
||
| - Optimized & beautified terminal output | ||
| - Added changelog to output of old version check | ||
|
|
||
| ### π§ Bug Fix | ||
|
|
||
| - Fix workspace folder deployments in root folder ([#221](https://github.com/microsoft/fabric-cicd/issues/221)) | ||
| - Fix unpublish of workspace folders without publish ([#222](https://github.com/microsoft/fabric-cicd/issues/222)) | ||
|
|
||
| ### β‘ Additional Optimizations | ||
|
|
||
| - Removed Colorama and Colorlog Dependency |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| ## [v0.1.15](https://pypi.org/project/fabric-cicd/0.1.15) - April 21, 2025 | ||
|
|
||
| ### π§ Bug Fix | ||
|
|
||
| - Fix folders moving with every publish ([#236](https://github.com/microsoft/fabric-cicd/issues/236)) | ||
|
|
||
| ### β‘ Additional Optimizations | ||
|
|
||
| - Introduce parallel deployments to reduce publish times ([#237](https://github.com/microsoft/fabric-cicd/issues/237)) | ||
| - Improvements to check version logic | ||
|
|
||
| ### π Documentation Update | ||
|
|
||
| - Updated Examples section in docs |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| ## [v0.1.16](https://pypi.org/project/fabric-cicd/0.1.16) - April 25, 2025 | ||
|
|
||
| ### π§ Bug Fix | ||
|
|
||
| - Fix bug with folder deployment to root ([#255](https://github.com/microsoft/fabric-cicd/issues/255)) | ||
|
|
||
| ### β‘ Additional Optimizations | ||
|
|
||
| - Add Workspace Name in FabricWorkspaceObject ([#200](https://github.com/microsoft/fabric-cicd/issues/200)) | ||
| - New function to check SQL endpoint provision status ([#226](https://github.com/microsoft/fabric-cicd/issues/226)) | ||
|
|
||
| ### π Documentation Update | ||
|
|
||
| - Updated Authentication docs + menu sort order |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| ## [v0.1.17](https://pypi.org/project/fabric-cicd/0.1.17) - May 13, 2025 | ||
|
|
||
| ### β οΈ Breaking Change | ||
|
|
||
| - Deprecate old parameter file structure ([#283](https://github.com/microsoft/fabric-cicd/issues/283)) | ||
|
|
||
| ### π New Items Support | ||
|
|
||
| - Onboard CopyJob item type ([#122](https://github.com/microsoft/fabric-cicd/issues/122)) | ||
| - Onboard Eventstream item type ([#170](https://github.com/microsoft/fabric-cicd/issues/170)) | ||
| - Onboard Eventhouse/KQL Database item type ([#169](https://github.com/microsoft/fabric-cicd/issues/169)) | ||
| - Onboard Data Activator item type ([#291](https://github.com/microsoft/fabric-cicd/issues/291)) | ||
| - Onboard KQL Queryset item type ([#292](https://github.com/microsoft/fabric-cicd/issues/292)) | ||
|
|
||
| ### π§ Bug Fix | ||
|
|
||
| - Fix post publish operations for skipped items ([#277](https://github.com/microsoft/fabric-cicd/issues/277)) | ||
|
|
||
| ### β‘ Additional Optimizations | ||
|
|
||
| - New function `key_value_replace` for key-based replacement operations in JSON and YAML | ||
|
|
||
| ### π Documentation Update | ||
|
|
||
| - Add publish regex example to demonstrate how to use the `publish_all_items` with regex for excluding item names |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| ## [v0.1.18](https://pypi.org/project/fabric-cicd/0.1.18) - May 14, 2025 | ||
|
|
||
| ### π§ Bug Fix | ||
|
|
||
| - Fix bug with check environment publish state ([#295](https://github.com/microsoft/fabric-cicd/issues/295)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| ## [v0.1.19](https://pypi.org/project/fabric-cicd/0.1.19) - May 21, 2025 | ||
|
|
||
| ### π New Items Support | ||
|
|
||
| - Onboard SQL Database item type (shell-only deployment) ([#301](https://github.com/microsoft/fabric-cicd/issues/301)) | ||
| - Onboard Warehouse item type (shell-only deployment) ([#204](https://github.com/microsoft/fabric-cicd/issues/204)) | ||
|
|
||
| ### π§ Bug Fix | ||
|
|
||
| - Fix bug with unpublish workspace folders ([#273](https://github.com/microsoft/fabric-cicd/issues/273)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| ## [v0.1.2](https://pypi.org/project/fabric-cicd/0.1.2) - January 27, 2025 | ||
|
|
||
| ### β¨ New Functionality | ||
|
|
||
| - Introduces max retry and backoff for long running / throttled calls ([#27](https://github.com/microsoft/fabric-cicd/issues/27)) | ||
|
|
||
| ### π§ Bug Fix | ||
|
|
||
| - Fix Environment publish uses arbitrary wait time ([#50](https://github.com/microsoft/fabric-cicd/issues/50)) | ||
| - Fix Environment publish doesn't wait for success ([#56](https://github.com/microsoft/fabric-cicd/issues/56)) | ||
| - Fix Long running operation steps out early for notebook publish ([#58](https://github.com/microsoft/fabric-cicd/issues/58)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| ## [v0.1.20](https://pypi.org/project/fabric-cicd/0.1.20) - June 12, 2025 | ||
|
|
||
| ### β¨ New Functionality | ||
|
|
||
| - Parameterization support for find_value regex and replace_value variables ([#326](https://github.com/microsoft/fabric-cicd/issues/326)) | ||
|
|
||
| ### π New Items Support | ||
|
|
||
| - Onboard KQL Dashboard item type ([#329](https://github.com/microsoft/fabric-cicd/issues/329)) | ||
| - Onboard Dataflow Gen2 item type ([#111](https://github.com/microsoft/fabric-cicd/issues/111)) | ||
|
|
||
| ### π§ Bug Fix | ||
|
|
||
| - Fix bug with deploying environment libraries with special chars ([#336](https://github.com/microsoft/fabric-cicd/issues/336)) | ||
|
|
||
| ### β‘ Additional Optimizations | ||
|
|
||
| - Improved test coverage for subfolder creation/modification ([#211](https://github.com/microsoft/fabric-cicd/issues/211)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| ## [v0.1.21](https://pypi.org/project/fabric-cicd/0.1.21) - June 18, 2025 | ||
|
|
||
| ### π§ Bug Fix | ||
|
|
||
| - Fix bug with workspace ID replacement in JSON files for pipeline deployments ([#345](https://github.com/microsoft/fabric-cicd/issues/345)) | ||
|
|
||
| ### β‘ Additional Optimizations | ||
|
|
||
| - Increased max retry for Warehouses and Dataflows |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| ## [v0.1.22](https://pypi.org/project/fabric-cicd/0.1.22) - June 25, 2025 | ||
|
|
||
| ### π New Items Support | ||
|
|
||
| - Onboard API for GraphQL item type ([#287](https://github.com/microsoft/fabric-cicd/issues/287)) | ||
|
|
||
| ### π§ Bug Fix | ||
|
|
||
| - Fix Fabric API call error during dataflow publish ([#352](https://github.com/microsoft/fabric-cicd/issues/352)) | ||
|
|
||
| ### β‘ Additional Optimizations | ||
|
|
||
| - Expanded test coverage to handle folder edge cases ([#358](https://github.com/microsoft/fabric-cicd/issues/358)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| ## [v0.1.23](https://pypi.org/project/fabric-cicd/0.1.23) - July 08, 2025 | ||
|
|
||
| ### β¨ New Functionality | ||
|
|
||
| - New functionalities for GitHub Copilot Agent and PR-to-Issue linking | ||
|
|
||
| ### π Documentation Update | ||
|
|
||
| - Fix formatting and examples in the How to and Examples pages | ||
|
|
||
| ### π§ Bug Fix | ||
|
|
||
| - Fix issue with lakehouse shortcuts publishing ([#379] (https://github.com/microsoft/fabric-cicd/issues/379)) | ||
| - Add validation for empty logical IDs to prevent deployment corruption ([#86](https://github.com/microsoft/fabric-cicd/issues/86)) | ||
| - Fix SQL provision print statement ([#329](https://github.com/microsoft/fabric-cicd/issues/329)) | ||
| - Rename the error code for reserved item name per updated Microsoft Fabric API ([#388](https://github.com/microsoft/fabric-cicd/issues/388)) | ||
| - Fix lakehouse exclude_regex to exclude shortcut publishing ([#385](https://github.com/microsoft/fabric-cicd/issues/385)) | ||
| - Remove max retry limit to handle large deployments ([#299] (https://github.com/microsoft/fabric-cicd/issues/299)) | ||
ayeshurun marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
ayeshurun marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| ## [v0.1.24](https://pypi.org/project/fabric-cicd/0.1.24) - August 04, 2025 | ||
|
|
||
| ### β οΈ Breaking Change | ||
|
|
||
| - Require parameterization for Dataflow and Semantic Model references in Data Pipeline activities | ||
| - Require specific parameterization for deploying a Dataflow that depends on another in the same workspace (see Parameterization docs) | ||
|
|
||
| ### π Documentation Update | ||
|
|
||
| - Improve Parameterization documentation ([#415](https://github.com/microsoft/fabric-cicd/issues/415)) | ||
|
|
||
| ### β‘ Additional Optimizations | ||
|
|
||
| - Support for Eventhouse query URI parameterization ([#414](https://github.com/microsoft/fabric-cicd/issues/414)) | ||
| - Support for Warehouse SQL endpoint parameterization ([#392](https://github.com/microsoft/fabric-cicd/issues/392)) | ||
|
|
||
| ### π§ Bug Fix | ||
|
|
||
| - Fix Dataflow/Data Pipeline deployment failures caused by workspace permissions ([#419](https://github.com/microsoft/fabric-cicd/issues/419)) | ||
| - Prevent duplicate logical ID issue in Report and Semantic Model deployment ([#405](https://github.com/microsoft/fabric-cicd/issues/405)) | ||
| - Fix deployment of items without assigned capacity ([#402](https://github.com/microsoft/fabric-cicd/issues/402)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| ## [v0.1.25](https://pypi.org/project/fabric-cicd/0.1.25) - August 19, 2025 | ||
|
|
||
| ### β οΈ Breaking Change | ||
|
|
||
| - Modify the default for item_types_in_scope and add thorough validation ([#464](https://github.com/microsoft/fabric-cicd/issues/464)) | ||
|
|
||
| ### β¨ New Functionality | ||
|
|
||
| - Add new experimental feature flag to enable selective deployment ([#384](https://github.com/microsoft/fabric-cicd/issues/384)) | ||
| - Support "ALL" environment concept in parameterization ([#320](https://github.com/microsoft/fabric-cicd/issues/320)) | ||
|
|
||
| ### π Documentation Update | ||
|
|
||
| - Enhance Overview section in Parameterization docs ([#495](https://github.com/microsoft/fabric-cicd/issues/495)) | ||
|
|
||
| ### β‘ Additional Optimizations | ||
|
|
||
| - Eliminate ACCEPTED_ITEM_TYPES_NON_UPN constant and unify with ACCEPTED_ITEM_TYPES ([#477](https://github.com/microsoft/fabric-cicd/issues/477)) | ||
| - Add comprehensive GitHub Copilot instructions for effective codebase development ([#468](https://github.com/microsoft/fabric-cicd/issues/468)) | ||
|
|
||
| ### π§ Bug Fix | ||
|
|
||
| - Add feature flags and warnings for Warehouse, SQL Database, and Eventhouse unpublish operations ([#483](https://github.com/microsoft/fabric-cicd/issues/483)) | ||
| - Fix code formatting inconsistencies in fabric_workspace unit test ([#474](https://github.com/microsoft/fabric-cicd/issues/474)) | ||
| - Fix KeyError when deploying Reports with Semantic Model dependencies in Report-only scope case ([#278](https://github.com/microsoft/fabric-cicd/issues/278)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| ## [v0.1.26](https://pypi.org/project/fabric-cicd/0.1.26) - September 05, 2025 | ||
|
|
||
| ### β οΈ Breaking Change | ||
|
|
||
| - Deprecate Base API URL kwarg in Fabric Workspace ([#529](https://github.com/microsoft/fabric-cicd/issues/529)) | ||
|
|
||
| ### β¨ New Functionality | ||
|
|
||
| - Support Schedules parameterization ([#508](https://github.com/microsoft/fabric-cicd/issues/508)) | ||
| - Support YAML configuration file-based deployment ([#470](https://github.com/microsoft/fabric-cicd/issues/470)) | ||
|
|
||
| ### π Documentation Update | ||
|
|
||
| - Add dynamically generated Python version requirements to documentation ([#520](https://github.com/microsoft/fabric-cicd/issues/520)) | ||
|
|
||
| ### β‘ Additional Optimizations | ||
|
|
||
| - Enhance pytest output to limit console verbosity ([#514](https://github.com/microsoft/fabric-cicd/issues/514)) | ||
|
|
||
| ### π§ Bug Fix | ||
|
|
||
| - Fix Report item schema handling ([#518](https://github.com/microsoft/fabric-cicd/issues/518)) | ||
| - Fix deployment order to publish Mirrored Database before Lakehouse ([#482](https://github.com/microsoft/fabric-cicd/issues/482)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| ## [v0.1.27](https://pypi.org/project/fabric-cicd/0.1.27) - September 05, 2025 | ||
|
|
||
| ### π§ Bug Fix | ||
|
|
||
| - Fix trailing comma in report schema ([#534](https://github.com/microsoft/fabric-cicd/issues/534)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| ## [v0.1.28](https://pypi.org/project/fabric-cicd/0.1.28) - September 15, 2025 | ||
|
|
||
| ### β¨ New Functionality | ||
|
|
||
| - Add folder exclusion feature for publish operations ([#427](https://github.com/microsoft/fabric-cicd/issues/427)) | ||
| - Expand workspace ID dynamic replacement capabilities in parameterization ([#408](https://github.com/microsoft/fabric-cicd/issues/408)) | ||
|
|
||
| ### π§ Bug Fix | ||
|
|
||
| - Fix unexpected behavior with file_path parameter filter ([#545](https://github.com/microsoft/fabric-cicd/issues/545)) | ||
| - Fix unpublish exclude_regex bug in configuration file-based deployment ([#544](https://github.com/microsoft/fabric-cicd/issues/544)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| ## [v0.1.29](https://pypi.org/project/fabric-cicd/0.1.29) - October 01, 2025 | ||
|
|
||
| ### β¨ New Functionality | ||
|
|
||
| - Support dynamic replacement for cross-workspace item IDs ([#558](https://github.com/microsoft/fabric-cicd/issues/558)) | ||
| - Add option to return API response for publish operations in publish_all_items ([#497](https://github.com/microsoft/fabric-cicd/issues/497)) | ||
|
|
||
| ### π New Items Support | ||
|
|
||
| - Onboard Apache Airflow Job item type ([#565](https://github.com/microsoft/fabric-cicd/issues/565)) | ||
| - Onboard Mounted Data Factory item type ([#406](https://github.com/microsoft/fabric-cicd/issues/406)) | ||
|
|
||
| ### π§ Bug Fix | ||
|
|
||
| - Fix publish order of Eventhouses and Semantic Models ([#566](https://github.com/microsoft/fabric-cicd/issues/566)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| ## [v0.1.3](https://pypi.org/project/fabric-cicd/0.1.3) - January 29, 2025 | ||
|
|
||
| ### β¨ New Functionality | ||
|
|
||
| - Add PyPI check version to encourage version bumps ([#75](https://github.com/microsoft/fabric-cicd/issues/75)) | ||
|
|
||
| ### π§ Bug Fix | ||
|
|
||
| - Fix Semantic model initial publish results in None Url error ([#61](https://github.com/microsoft/fabric-cicd/issues/61)) | ||
| - Fix Integer parsed as float failing in handle_retry for <3.12 python ([#63](https://github.com/microsoft/fabric-cicd/issues/63)) | ||
| - Fix Default item types fail to unpublish ([#76](https://github.com/microsoft/fabric-cicd/issues/76)) | ||
| - Fix Items in subfolders are skipped ([#77](https://github.com/microsoft/fabric-cicd/issues/77)) | ||
|
|
||
| ### π Documentation Update | ||
|
|
||
| - Update documentation & examples |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.