Skip to content

Commit aeb5840

Browse files
ddl-alexpaninAlex Panin
and
Alex Panin
authored
Release 1.0.0 (#61)
Co-authored-by: Alex Panin <[email protected]>
1 parent 93852cf commit aeb5840

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
All notable changes to the `python-domino` library will be documented in this file.
4+
5+
## 1.0.0
6+
7+
### Added
8+
9+
* `Domino`/`python-domino` version compatibility matrix.
10+
* Installation instructions for older `python-domino` version.
11+
* `retry` parameter for `runs_start_blocking` method.
12+
* Support for Domino authentication tokens.
13+
14+
### Changed
15+
16+
* Fixed issues in `model_version_publish` method.
17+
* Fixed issues in `app_publish` and `app_unpublish` methods.
18+
* Fixed issues in `project_create`, `fork_project` and `collaborators_add` methods.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Permits interaction with a Domino deployment from Python using the [Domino API](
1111
| Domino Versions | Python-Domino |
1212
| --------------- |:-------------:|
1313
| 3.6.x or Lower | [0.3.5](http://github.com/dominodatalab/python-domino/archive/0.3.5.zip) |
14-
| 4.1.0 or Higher | [1.0.0](https://github.com/dominodatalab/python-domino/archive/master.zip) |
14+
| 4.1.0 or Higher | [1.0.0](https://github.com/dominodatalab/python-domino/archive/1.0.0.zip) |
1515

1616
## Installation
1717

0 commit comments

Comments
 (0)