Skip to content

Changelog

The following contains all major, minor, and patch version release notes.

Version 0.1.5

Release Date: 2025-02-18

  • Resolves #100 - Introduces pytest check for PRs
  • Fixes #103 - Environment Failure without Public Library

Version 0.1.4

Release Date: 2025-02-12

  • Workspace ID replacement improved
  • Increased error handling in activate script
  • Onboard pytest and coverage
  • Resolves #37 - Improvements to nested dictionaries
  • Resolves #87 - Support Python Installed From Windows Store
  • Resolves #96- Support Feature Flagging
  • Fixes #88 - Image support in report deployment
  • Fixes #92 - Broken README link

Version 0.1.3

Release Date: 2025-01-29

  • Update documentation & examples
  • Resolves #75 - Add PyPI check version to encourage version bumps
  • Fixes #61 - Semantic model initial publish results in None Url error
  • Fixes #63 - Integer parsed as float failing in handle_retry for <3.12 python
  • Fixes #76 - Default item types fail to unpublish
  • Fixes #77 - Items in subfolders are skipped

Version 0.1.2

Release Date: 2025-01-27

  • Resolves #27 - Introduces max retry and backoff for long running / throttled calls
  • Fixes #50 - Environment publish uses arbitrary wait time
  • Fixes #56 - Environment publish doesn't wait for success
  • Fixes #58 - Long running operation steps out early for notebook publish

Version 0.1.1

Release Date: 2025-01-23

  • Fixes #51 - Environment stuck in publish

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