Skip to content

Commit bb466fe

Browse files
committed
Release v2.0.9
1 parent f48e07f commit bb466fe

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

CHANGELOG.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,46 @@
11
# Changelog
22

33
## Unreleased Changes
4-
5-
## [2.0.8](https://github.com/pinecone-io/pinecone-python-client/compare/v2.0.7...v2.0.6) - 2022-03-08
4+
## [2.0.9](https://github.com/pinecone-io/pinecone-python-client/compare/v2.0.8...v2.0.9)
5+
### Changed
6+
- Added [update](https://www.pinecone.io/docs/api/operation/update/) API. Allows updates to a vector and it's metadata.
7+
- Added ```state``` to index status. Allows the user to check what state the index is in with the ```describe_index``` call. An index can be in one of the following states:
8+
- ```Initializing```: Index is getting ready
9+
- ```Ready```: Index is ready to receive requests
10+
- ```ScalingUp```: Index is adding replicas, it can still take requests.
11+
- ```ScalingDown```: Index is scaling down replicas, it can still take requests.
12+
- ```Terminating```: Index is in the stage of getting deleted.
13+
14+
## [2.0.8](https://github.com/pinecone-io/pinecone-python-client/compare/v2.0.7...v2.0.8) - 2022-03-08
615

716
### Changed
817
- Added an ```index_fullnes``` metric in the ```describe_index_stats()``` response.
918
- Removed ```Sentry``` tracking and dependencies for client errors.
1019

11-
## [2.0.7](https://github.com/pinecone-io/pinecone-python-client/compare/v2.0.7...v2.0.6) - 2022-03-01
20+
## [2.0.7](https://github.com/pinecone-io/pinecone-python-client/compare/v2.0.6...v2.0.7) - 2022-03-01
1221

1322
### Changed
1423
- Increased maximum length of ids to 512
1524

16-
## [2.0.6](https://github.com/pinecone-io/pinecone-python-client/compare/v2.0.6...v2.0.5) - 2022-02-15
25+
## [2.0.6](https://github.com/pinecone-io/pinecone-python-client/compare/v2.0.5...v2.0.6) - 2022-02-15
1726

1827
### Changed
1928
- Changed the spec to add ```pods``` and ```pod_type``` fields to ```create_index``` and ```describe_index```.
2029
- ```pod_type``` is used to select between ```'s1'``` and ```'p1'``` pod types during index creation.
2130
- The field ```pods``` means total number of pods the index will use, ```pods = shards*replicas```.
2231

23-
## [2.0.5](https://github.com/pinecone-io/pinecone-python-client/compare/v2.0.5...v2.0.4) - 2022-01-17
32+
## [2.0.5](https://github.com/pinecone-io/pinecone-python-client/compare/v2.0.4...v2.0.5) - 2022-01-17
2433

2534
### Changed
2635

2736
- Increased the max vector dimensionality to 20k.
2837

29-
## [2.0.4](https://github.com/pinecone-io/pinecone-python-client/compare/v2.0.4...v2.0.3) - 2021-12-20
38+
## [2.0.4](https://github.com/pinecone-io/pinecone-python-client/compare/v2.0.3...v2.0.4) - 2021-12-20
3039

3140
### Changed
3241

3342
- 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.
34-
## [2.0.3](https://github.com/pinecone-io/pinecone-python-client/compare/v2.0.3...v2.0.2) - 2021-10-31
43+
## [2.0.3](https://github.com/pinecone-io/pinecone-python-client/compare/v2.0.2...v2.0.3) - 2021-10-31
3544

3645
### Changed
3746

0 commit comments

Comments
 (0)