Skip to content

Commit 88a6e98

Browse files
shirasassoonShira Sassoon
andauthored
v0.1.33 (#687)
This pull request updates the project for the 0.1.33 release, introducing several new features, improvements, and bug fixes. The main changes include enhancements to YAML handling, shortcut publishing, and environment setup, along with important bug fixes and optimizations. Release and versioning: * Bump version number to `0.1.33` in `constants.py` to reflect the new release. * Add changelog entry for version 0.1.33, detailing new features, improvements, and bug fixes. Key new features and improvements: * Add support for `key_value_replace` parameter in YAML files. * Enable selective shortcut publishing with regex exclusion. * Add Linux development environment bootstrapping script. Bug fixes and optimizations: * Fix publish order for Notebook and Eventhouse dependent items. * Resolve API long running operation handling for Environment items and fix other deployment-related bugs. --------- Co-authored-by: Shira Sassoon <shirasassoon@microsoft.com>
1 parent 5d2586f commit 88a6e98

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

src/fabric_cicd/changelog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ The following contains all major, minor, and patch version release notes.
66
- 📝 Documentation Update
77
- ⚡ Internal Optimization
88

9+
## Version 0.1.33
10+
11+
<span class="md-h2-subheader">Release Date: 2025-12-16</span>
12+
13+
- ✨ Add key_value_replace parameter support for YAML files ([#649](https://github.com/microsoft/fabric-cicd/issues/649))
14+
- ✨ Support selective shortcut publishing with regex exclusion ([#624](https://github.com/microsoft/fabric-cicd/issues/624))
15+
- ⚡ Add Linux development environment bootstrapping script ([#680](https://github.com/microsoft/fabric-cicd/issues/680))
16+
- ⚡ Update item types in scope to be an optional parameter in validate parameter file function ([#669](https://github.com/microsoft/fabric-cicd/issues/669))
17+
- 🔧 Fix publish order for Notebook and Eventhouse dependent items ([#685](https://github.com/microsoft/fabric-cicd/issues/685))
18+
- 🔧 Enable parameterizing multiple connections in the same Semantic Model item ([#674](https://github.com/microsoft/fabric-cicd/issues/674))
19+
- 🔧 Fix missing description metadata in item payload for shell-only item deployments ([#672](https://github.com/microsoft/fabric-cicd/issues/672))
20+
- 🔧 Resolve API long running operation handling when publishing Environment items ([#668](https://github.com/microsoft/fabric-cicd/issues/668))
21+
922
## Version 0.1.32
1023

1124
<span class="md-h2-subheader">Release Date: 2025-12-03</span>

src/fabric_cicd/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"""Constants for the fabric-cicd package."""
55

66
# General
7-
VERSION = "0.1.32"
7+
VERSION = "0.1.33"
88
DEFAULT_GUID = "00000000-0000-0000-0000-000000000000"
99
DEFAULT_API_ROOT_URL = "https://api.powerbi.com"
1010
FABRIC_API_ROOT_URL = "https://api.fabric.microsoft.com"

0 commit comments

Comments
 (0)