ChangelogΒΆ
The following contains all major, minor, and patch version release notes.
- π₯ Breaking change!
- β¨ New Functionality
- π§ Bug Fix
- π Documentation Update
- β‘ Internal Optimization
Version 0.1.12ΒΆ
Release Date: 2025-03-27
- π§ Fix constant overwrite failures (#190)
- π§ Fix bug where all workspace ids were not being replaced (#186)
- π§ Fix type hints for older versions of Python (#156)
- π§ Fix accepted item types constant in pre-build
Version 0.1.11ΒΆ
Release Date: 2025-03-25
- π₯ Parameterization refactor introducing a new parameter file structure and parameter file validation functionality (#113)
- π Update to parameterization docs
- β¨ Support regex for publish exclusion (#121)
- β¨ Override max retries via constants (#146)
Version 0.1.10ΒΆ
Release Date: 2025-03-19
- β¨ DataPipeline SPN Support (#133)
- π§ Workspace ID replacement in data pipelines (#164)
- π Sample for passing in arguments from Azure DevOps Pipelines
Version 0.1.9ΒΆ
Release Date: 2025-03-11
Version 0.1.8ΒΆ
Release Date: 2025-03-04
- π§ Handle null byPath object in report definition file (#143)
- π§ Support relative directories (#136) (#132)
- π§ Increase special character support (#134)
- β‘ Changelog now available with version check (#127)
Version 0.1.7ΒΆ
Release Date: 2025-02-26
- π§ Fix special character support in files (#129)
Version 0.1.6ΒΆ
Release Date: 2025-02-24
- β¨ Onboard Lakehouse item type (#116)
- π Update example docs (#25)
- π Update find_replace docs (#110)
- β‘ Standardized docstrings to Google format
- β‘ Onboard file objects (#46)
- β‘ Leverage UpdateDefinition Flag (#28)
- β‘ Convert repo and workspace dictionaries (#45)
Version 0.1.5ΒΆ
Release Date: 2025-02-18
- π§ Fix Environment Failure without Public Library (#103)
- β‘ Introduces pytest check for PRs (#100)
Version 0.1.4ΒΆ
Release Date: 2025-02-12
- β¨ Support Feature Flagging (#96)
- π§ Fix Image support in report deployment (#88)
- π§ Fix Broken README link (#92)
- β‘ Workspace ID replacement improved
- β‘ Increased error handling in activate script
- β‘ Onboard pytest and coverage
- β‘ Improvements to nested dictionaries (#37)
- β‘ Support Python Installed From Windows Store (#87)
Version 0.1.3ΒΆ
Release Date: 2025-01-29
- β¨ Add PyPI check version to encourage version bumps (#75)
- π§ Fix Semantic model initial publish results in None Url error (#61)
- π§ Fix Integer parsed as float failing in handle_retry for <3.12 python (#63)
- π§ Fix Default item types fail to unpublish (#76)
- π§ Fix Items in subfolders are skipped (#77)
- π Update documentation & examples
Version 0.1.2ΒΆ
Release Date: 2025-01-27
- β¨ Introduces max retry and backoff for long running / throttled calls (#27)
- π§ Fix Environment publish uses arbitrary wait time (#50)
- π§ Fix Environment publish doesn't wait for success (#56)
- π§ Fix Long running operation steps out early for notebook publish (#58)
Version 0.1.1ΒΆ
Release Date: 2025-01-23
- π§ Fix Environment stuck in publish (#51)
Version 0.1.0ΒΆ
Release Date: 2025-01-23
- β¨ 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