You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,14 @@
6
6
-`pinecone.init()` can now be used to set the pinecone logger's log level.
7
7
- 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.
8
8
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.
0 commit comments