Skip to content

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

  • ✨ Support for Mirrored Database item type (#145)
  • ⚑ Increase reserved name wait time (#135)

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