Skip to content

Commit 0b0cb87

Browse files
Bump version to 2.2.0
1 parent b7e6dcf commit 0b0cb87

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
## Unreleased Changes
44
None
5-
## [2.1.0](https://github.com/pinecone-io/pinecone-python-client/compare/v2.0.13...v2.1.0)
5+
## [2.2.0](https://github.com/pinecone-io/pinecone-python-client/compare/2.1.0...2.2.0)
6+
- Support for Vector `sparse_values`
7+
- Added function `upsert_from_dataframe()` which allows upserting a large dataset of vectors by providing a Pandas dataframe
8+
- Added option to pass vectors to `upsert()` as a list of dictionaries
9+
- Implemented GRPC retry by directly configuring the low-level `grpcio` behavior, instead of wrapping with an interceptor
10+
11+
## [2.1.0](https://github.com/pinecone-io/pinecone-python-client/compare/2.0.13...2.1.0)
612
- Fix "Connection Reset by peer" error after long idle periods
713
- Add typing and explicit names for arguments in all client operations
814
- Add docstrings to all client operations

pinecone/__version__

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.0
1+
2.2.0

0 commit comments

Comments
 (0)