We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd69807 commit 284864fCopy full SHA for 284864f
3 files changed
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
[comment]: <> (When bumping [pc:VERSION_LATEST_RELEASE] create a new entry below)
4
### Unreleased version
5
+### 6.1.0
6
+- Add ResponseMetadataListener for dataplane operation observability
7
+
8
### 6.0.0
9
- Add support for:
10
- dedicated read nodes
gradle.properties
@@ -1 +1 @@
1
-pineconeClientVersion = 6.0.0
+pineconeClientVersion = 6.1.0
src/main/java/io/pinecone/commons/Constants.java
@@ -1,5 +1,5 @@
package io.pinecone.commons;
public class Constants {
- public static final String pineconeClientVersion = "v6.0.0";
+ public static final String pineconeClientVersion = "v6.1.0";
}
0 commit comments