Skip to content

v0.1.3 Release

Compare
Choose a tag to compare
@rohanshah18 rohanshah18 released this 17 Oct 21:47
· 50 commits to main since this release

Fixed: Dependency Cleanup and Compatibility Enhancement

Resolved dependency conflicts by updating the spark dependency to version 3.5.0 and the java sdk dependency to version 0.6.0, which now internally relies on gRPC v1.58.0 and netty 2.0.61.Final.

These changes effectively resolve the dependency version conflict faced on sbt projects as well as databricks notebook. Users utilizing the databricks platform are advised to utilize the assembly jar from the S3 location: <s3_link>.

Added: Apache 2.0 license

The pinecone-spark connector was open-source project and we have now added Apache 2.0 license, hence formally updating it's status to open-source.

What's Changed

  • Apache 2.0 License by @gdj0nes in #8
  • Update spark and java sdk versions to resolve dependency conflicts by @rohanshah18 in #10

Full Changelog: v0.1.1...v0.1.2