Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,25 @@ All notable changes to the `python-domino` library will be documented in this fi
## [Unreleased]

### Added
* Updated app_publish() to allow selecting branch/commitRef
* Updated app_publish() to allow selecing specific app

### Changed

## [2.2.0]

### Added
* Updated `app_publish()` to allow selecting a specific branch or commit ref.
* Updated `app_publish()` to allow targeting a specific app by `appId`.

### Changed
* Fixed a `NameError` in `app_publish()` caused by referencing the wrong request variable.
* Updated API key authentication to send the `X-Domino-Api-Key` header instead of using HTTP Basic auth.
* Corrected dataset removal validation and updated `datasets_remove()` to return the delete responses from each dataset.
* Updated `runs_start()` and `job_start()` to re-raise `ReloginRequiredException` after logging guidance for UI relogin.
* Updated project lookup to raise `ProjectNotFoundException` when the project ID is missing from the response.
* Updated custom metric alerts to only include `targetRange` when a condition is provided.
* Improved dataset upload error handling by replacing a bare `except` with `except Exception`.
* Added broad public-method test coverage across apps, datasets, jobs, projects, auth, endpoints, and helpers.

## [2.1.0]

### Added
Expand Down