Skip to content

Commit b85cdfc

Browse files
committed
v2.1.0 change version and changlog
1 parent fc51ba2 commit b85cdfc

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,29 @@
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)
6+
- Fix "Connection Reset by peer" error after long idle periods
7+
- Add typing and explicit names for arguments in all client operations
8+
- Add docstrings to all client operations
9+
- Support batch upsert by passing `batch_size` to `upsert` method
10+
- Improve gRPC query results parsing performance
511

6-
## [2.0.13](https://github.com/pinecone-io/pinecone-python-client/compare/v2.0.13...v2.0.12)
12+
13+
## [2.0.13](https://github.com/pinecone-io/pinecone-python-client/compare/v2.0.12...v2.0.13)
714
- Added support for collections
815
- Users can manage collections using ``create_collection`` , ``describe_collection`` and ``delete_collection`` calls.
916
- Users can specify additional ``source_collection`` parameter during index creation to create index from a collection
1017
- The ```scale_index``` call is now deprecated in favor of ```configure_index``` , users can now modify both ``pod_type`` and ```replicas``` on existing indexes.
1118
- Added support for vertical scaling. This can be done by changing ```pod_type ``` via the ```configure_index``` call or during index creation.
1219
- Updated dependency requirements for grpc client.
1320

14-
## [2.0.12](https://github.com/pinecone-io/pinecone-python-client/compare/v2.0.12...v2.0.11)
21+
## [2.0.12](https://github.com/pinecone-io/pinecone-python-client/compare/v2.0.11...v2.0.12)
1522

1623
- Changed grpcio verison to be > 1.44.1
1724
- Sanitized repo by removing leftover files from old versions.
1825
- Added more info to ```describe_index_stats``` call. The call now gives a namespace wise vector count breakdown.
1926

20-
## [2.0.11](https://github.com/pinecone-io/pinecone-python-client/compare/v2.0.11...v2.0.10)
27+
## [2.0.11](https://github.com/pinecone-io/pinecone-python-client/compare/v2.0.10...v2.0.11)
2128
### Changed
2229
- Added support of querying by a single vector.
2330
- This is a step in deprecating batch queries.

pinecone/__version__

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.13
1+
2.1.0

0 commit comments

Comments
 (0)