File tree 2 files changed +19
-1
lines changed
2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Permits interaction with a Domino deployment from Python using the [Domino API](
11
11
| Domino Versions | Python-Domino |
12
12
| --------------- | :-------------:|
13
13
| 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 ) |
15
15
16
16
## Installation
17
17
You can’t perform that action at this time.
0 commit comments