Skip to content

Commit 40d60cb

Browse files
committed
Update changelog
1 parent 0680a02 commit 40d60cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
## [Unreleased]
44

55
### Changed
6-
- `pinecone.init()` can now be used to set the pinecone logger's log level.
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.
6+
- Deprecated control via `pinecone.init()` of the pinecone logger's log level and removed the loguru dependency. To control log level now, use the standard library's logging module to manage the level of the "pinecone" logger or its children.
87

98
## [2.0.1] - 2021-10-06
109
### Added
@@ -13,6 +12,7 @@
1312

1413
### Changed
1514
- Updates the default openapi_config object to use the certifice ssl_ca_cert bundle.
15+
- 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.
1616

1717
## [2.0.0] - 2020-10-04
1818
### Added

0 commit comments

Comments
 (0)