-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prep for release v2.1.0 and add proxy config & disabling TLS examples…
… to README (#152) ## Problem - Prepare for releasing v2.1.0. - Added support proxy configuration and for disabling TLS, so add examples to the README. ## Solution - Update pinecone client version to `v2.1.0`. - Add proxy config and disabling TLS examples to README ## Type of Change - [X] Non-code change (docs, etc) ## Test Plan NA
- Loading branch information
1 parent
c75a0df
commit 27ea488
Showing
4 changed files
with
85 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
pineconeClientVersion = 2.0.0 | ||
pineconeClientVersion = 2.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
package io.pinecone.commons; | ||
|
||
public class Constants { | ||
public static final String pineconeClientVersion = "v2.0.0"; | ||
public static final String pineconeClientVersion = "v2.1.0"; | ||
} |