Skip to content

Commit 47473e8

Browse files
authored
Merge pull request #77 from pinecone-io/release-2.0.1
Release 2.0.1
2 parents 8a99c07 + 949a8f3 commit 47473e8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66
- `pinecone.init()` can now be used to set the pinecone logger's log level.
77
- The python client `pinecone.config.OpenApiConfiguration` object now uses the certifi package's SSL CA bundle by default. This should fix HTTPS connection errors in certain environments depending on their default CA bundle, including some Google Colab notebooks.
88

9+
## [2.0.1] - 2021-10-06
10+
### Added
11+
- New `timeout` parameter to the `pinecone.create_index()` and the `pinecone.delete_index()` call.
12+
- `timeout` allows you to set how many seconds you want to wait for `create_index()` and `delete_index()` to complete. If `None`, wait indefinitely; if `>=0`, time out after this many seconds; if `-1`, return immediately and do not wait. Defaults to `None`.
13+
14+
### Changed
15+
- Updates the default openapi_config object to use the certifice ssl_ca_cert bundle.
16+
917
## [2.0.0] - 2020-10-04
1018
### Added
1119
- New major release!

pinecone/__version__

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0
1+
2.0.1

0 commit comments

Comments
 (0)