From 6b717438e72faecda4306ec415d0f5270574366b Mon Sep 17 00:00:00 2001 From: Adam Gutglick Date: Sun, 13 Mar 2022 11:53:33 +0200 Subject: [PATCH] Updates license, bump some dependencies and fix local build in previous release --- README.md | 6 +++--- build.gradle | 6 +++--- examples/java-basic-mvn/pom.xml | 2 +- src/main/resources/META-INF/LICENSE.txt | 16 ++++++++++------ 4 files changed, 17 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 22e76d80..deee9c1b 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Maven: io.pinecone pinecone-client - 0.2.0 + 0.2.1 ``` @@ -23,12 +23,12 @@ Maven: Gradle: ``` -implementation "io.pinecone:pinecone-client:0.2.0" +implementation "io.pinecone:pinecone-client:0.2.1" ``` [comment]: <> (^ [pc:VERSION_LATEST_RELEASE]) -Alternatively, you can use our standalone uberjar [pinecone-client-0.2.0-all.jar](https://repo1.maven.org/maven2/io/pinecone/pinecone-client/0.2.0/pinecone-client-0.2.0-all.jar), which bundles the pinecone client and all dependencies together inside a single jar. You can include this on your classpath like any 3rd party JAR without having to obtain the *pinecone-client* dependencies separately. +Alternatively, you can use our standalone uberjar [pinecone-client-0.2.1-all.jar](https://repo1.maven.org/maven2/io/pinecone/pinecone-client/0.2.1/pinecone-client-0.2.1-all.jar), which bundles the pinecone client and all dependencies together inside a single jar. You can include this on your classpath like any 3rd party JAR without having to obtain the *pinecone-client* dependencies separately. [comment]: <> (^ [pc:VERSION_LATEST_RELEASE]) diff --git a/build.gradle b/build.gradle index 0a010b11..4e05b562 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ plugins { } group = 'io.pinecone' -version = '0.2.0' // [pc:VERSION_NEXT] +version = '0.2.1' // [pc:VERSION_NEXT] description = 'The Pinecone.io Java Client' sourceCompatibility = JavaVersion.VERSION_1_8 @@ -25,7 +25,7 @@ dependencies { api "io.grpc:grpc-protobuf:${grpcVersion}" api "io.grpc:grpc-stub:${grpcVersion}" api "io.grpc:grpc-netty:${grpcVersion}" - runtime 'io.netty:netty-tcnative-boringssl-static:2.0.48.Final' + runtime 'io.netty:netty-tcnative-boringssl-static:2.0.50.Final' implementation 'org.slf4j:slf4j-api:1.7.36' compileOnly "org.apache.tomcat:annotations-api:6.0.53" // necessary for Java 9+ @@ -136,4 +136,4 @@ signing { def signingPassword = findProperty("signingPassword") useInMemoryPgpKeys(signingKeyId, signingKey, signingPassword) sign publishing.publications.pineconeClientMaven -} \ No newline at end of file +} diff --git a/examples/java-basic-mvn/pom.xml b/examples/java-basic-mvn/pom.xml index 84d87388..9003c764 100644 --- a/examples/java-basic-mvn/pom.xml +++ b/examples/java-basic-mvn/pom.xml @@ -21,7 +21,7 @@ io.pinecone pinecone-client - 0.1.4 + 0.2.1 org.slf4j diff --git a/src/main/resources/META-INF/LICENSE.txt b/src/main/resources/META-INF/LICENSE.txt index 732c40c2..a5bb91cf 100644 --- a/src/main/resources/META-INF/LICENSE.txt +++ b/src/main/resources/META-INF/LICENSE.txt @@ -1,6 +1,6 @@ Pinecone Software End User License Agreement (EULA) -Last Updated: December 31, 2020 +Last Updated: March 13, 2022 @@ -29,12 +29,16 @@ BY DOWNLOADING, INSTALLING OR USING THE LICENSED SOFTWARE, YOU AGREE TO BE BOUN Open-Source Code Included in Pinecone-io Java Client Library -Last Updated: April 26, 2021 +Last Updated: March 13, 2022 Apache License 2.0 - * Software: io.grpc:grpc-protobuf - Version 1.35.0 (https://search.maven.org/artifact/io.grpc/grpc-protobuf) - * Software: io.grpc:grpc-stub - Version 1.35.0 (https://search.maven.org/artifact/io.grpc/grpc-stub) - * Software: io.grpc:grpc-netty - Version 1.35.0 (https://search.maven.org/artifact/io.grpc/grpc-netty) - * Software: io.netty:netty-tcnative-boringssl-static - Version 2.0.35.Final (https://search.maven.org/artifact/io.netty/netty-tcnative-boringssl-static) \ No newline at end of file + * Software: io.grpc:grpc-protobuf - Version 1.44.1 (https://search.maven.org/artifact/io.grpc/grpc-protobuf) + * Software: io.grpc:grpc-stub - Version 1.44.1 (https://search.maven.org/artifact/io.grpc/grpc-stub) + * Software: io.grpc:grpc-netty - Version 1.44.1 (https://search.maven.org/artifact/io.grpc/grpc-netty) + * Software: io.netty:netty-tcnative-boringssl-static - Version 2.0.50.Final (https://search.maven.org/artifact/io.netty/netty-tcnative-boringssl-static) + +BSD 3-Clause "New" or "Revised" License + + * Software: protoc-gen-openapiv2 - Version 2.8.0 (https://github.com/grpc-ecosystem/grpc-gateway/tree/master/protoc-gen-openapiv2)