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
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
- Updates the default openapi_config object to use the certifice ssl_ca_cert bundle.
18
18
- 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.
19
19
20
-
## [2.0.0] - 2020-10-04
20
+
## 2.0.0 - 2020-10-04
21
21
### Added
22
22
- New major release!
23
23
@@ -29,6 +29,5 @@
29
29
- The `Index()` constructor no longer validates index existence. This is instead done on all operations executed using the Index instance.
0 commit comments