Changelog¶
The following contains all major, minor, and patch version release notes.
Version 0.1.3¶
Release Date: 2025-01-29
- Update documentation & examples
- Resolves #75 - Add PyPI check version to encourage version bumps
- Fixes #77 - Items in subfolders are skipped
- Fixes #76 - Default item types fail to unpublish
- 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
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