v0.3.0
·
53 commits
to main
since this release
✨ New Functionality
- Support selective folder deployment using inclusion list by shirasassoon (#757)
- Add FABRIC_CICD_VERSION_CHECK_DISABLED environment variable to disable version check on startup by Ricapar (#811)
- Add enhanced logging configuration options via public functions by shirasassoon (#842)
- Add deployment support for Notebook items with
.ipynbfile format by shirasassoon (#850)
🔧 Bug Fix
- Add max workers soft cap with override and handle garbage response from Fabric Data Plane by mdrakiburrahman (#827)
- Fix parameter validation failure for item names with accented characters by shirasassoon (#818)
- Exclude items with placeholder logical ID from duplicate logical ID check by shirasassoon (#843)
⚡ Additional Optimizations
- Add return value to deploy_with_config by ayeshurun (#851)
- Add support for Python 3.13 in the library by shirasassoon (#855)
📝 Documentation Update
- Remove incorrect statement on support for parameter replacements in Platform files by shirasassoon (#839)