Skip to content
This repository was archived by the owner on May 21, 2024. It is now read-only.

Commit dae1216

Browse files
authored
Update version and changelog for 7.0.0-rc.1 (#336)
1 parent 5f449cb commit dae1216

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## Unreleased
44

5+
## 7.0.0-rc.1
6+
7+
- Parity with Pachyderm 2.0.0, including support for Global IDs, and corresponding API changes
8+
- Support for Pachyderm's new spout semantics (added in Pachyderm 1.12)
9+
- Spout-manager has been consolidated into core client, as it's no longer necessary with this change.
10+
- Remove returns from methods whose RPC calls return a negligible protobuf (#328)
11+
- `put_files` supports putting individual files
12+
- `Client()` constructor reads connection settings from the Pachyderm config
13+
- API methods that take a commit now accept tuples of the form `(repo, branch, commit_id, repo_type)`
14+
- Support Pachyderm root tokens
15+
- Updated examples
16+
517
## 6.1.0
618

719
- Support for constructing a `Client` from a Pachyderm config file (PR #220)

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"pachyderm": "2.0.0-beta.8",
3-
"python-pachyderm": "7.0.0-alpha.8",
3+
"python-pachyderm": "7.0.0-rc.1",
44
"kubernetes": "1.21.0",
55
"minikube": "1.22.0"
66
}

0 commit comments

Comments
 (0)