Skip to content

Commit fe36f15

Browse files
authored
Merge pull request #18 from pinecone-io/v2.0.4
gRPC client release
2 parents 219ae8b + b201176 commit fe36f15

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22

33
## Unreleased Changes
44

5-
## [2.0.3](https://github.com/pinecone-io/pinecone-python-client/compare/v2.0.2...v2.0.3) - 2021-10-31
5+
## [2.0.4](https://github.com/pinecone-io/pinecone-python-client/compare/v2.0.4...v2.0.3) - 2021-12-20
6+
7+
### Changed
8+
9+
- Public release of the gRPC flavor of client. The gRPC flavor comes with more dependencies but can give higher upsert speeds on multi node indexes. For more details on the gRPC client, please refer to the [installation](https://www.pinecone.io/docs/installation/) and [usage](https://www.pinecone.io/docs/performance-tuning/#using-the-grpc-client-to-get-higher-upsert-speeds) sections in the docs.
10+
## [2.0.3](https://github.com/pinecone-io/pinecone-python-client/compare/v2.0.3...v2.0.2) - 2021-10-31
611

712
### Changed
813

pinecone/__version__

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.3
1+
2.0.4

0 commit comments

Comments
 (0)