|
2 | 2 |
|
3 | 3 | ## Unreleased Changes
|
4 | 4 | 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 |
5 | 11 |
|
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) |
7 | 14 | - Added support for collections
|
8 | 15 | - Users can manage collections using ``create_collection`` , ``describe_collection`` and ``delete_collection`` calls.
|
9 | 16 | - Users can specify additional ``source_collection`` parameter during index creation to create index from a collection
|
10 | 17 | - The ```scale_index``` call is now deprecated in favor of ```configure_index``` , users can now modify both ``pod_type`` and ```replicas``` on existing indexes.
|
11 | 18 | - Added support for vertical scaling. This can be done by changing ```pod_type ``` via the ```configure_index``` call or during index creation.
|
12 | 19 | - Updated dependency requirements for grpc client.
|
13 | 20 |
|
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) |
15 | 22 |
|
16 | 23 | - Changed grpcio verison to be > 1.44.1
|
17 | 24 | - Sanitized repo by removing leftover files from old versions.
|
18 | 25 | - Added more info to ```describe_index_stats``` call. The call now gives a namespace wise vector count breakdown.
|
19 | 26 |
|
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) |
21 | 28 | ### Changed
|
22 | 29 | - Added support of querying by a single vector.
|
23 | 30 | - This is a step in deprecating batch queries.
|
|
0 commit comments