Skip to content

Commit

Permalink
Client release 0.17.1 (#3704)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 7d1c1ea606863a4aaac43366ca6bb984b05444d3
  • Loading branch information
stephencpope authored and Descartes Labs Build committed Feb 11, 2019
1 parent 220ad4b commit 3360938
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ Changelog

## [Unreleased]

## [0.17.1] - 2019-02-11
### Added

### Changed
- Fixed typo in `UploadTask.status` which caused exception when handling certain failure conditions
- `FeatureCollection.upload` parameter `max_errors` was not being passed to Vector client.
- Ensure `cloudpickle==0.4.0` is version used when creating `Tasks`.
- Eliminate redundant queries from `FeatureCollection.list`.

## [0.17.0] - 2019-02-07
### Added
- `FeatureCollection.upload` and `Vector.upload_features` now accept an optional `max_errors` parameter to control how many errors are acceptable before declaring an upload a failure.
Expand Down
2 changes: 1 addition & 1 deletion descarteslabs/client/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.17.0"
__version__ = "0.17.1"

0 comments on commit 3360938

Please sign in to comment.