Skip to content

Releases: pinecone-io/pinecone-python-client

Release v2.2.4

15 Sep 15:56
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.2...v2.2.4

Release v2.2.2

07 Jun 06:02
Compare
Choose a tag to compare

Changelog

Security Fixes

  • numpy dependency from unpinned to >=1.22.0 to address low severity CVE-2021-34141
  • protobuf dependency from 3.19.3 to ~=3.19.5 to address a potential denial-of-service vector. This should only affect those consuming the grpc-flavored version of the client via pinecone-client[grpc].

Numpy features deprecated

We plan to remove our dependency on numpy in a future release to simplify the install experience. Deprecation warnings have been added to code paths where numpy is currently in use. Let us know if you have concerns about this.

End of Python 3.7 Support

We have also removed support for Python 3.7 which has reached the official end-of-life. The last version of the pinecone-client to support Python 3.7 is v2.2.1. Our numpy dependency forced our hand in this decision to drop support because numpy 1.22.0 no longer supports Python 3.7.

Release v2.2.0

22 Feb 17:10
Compare
Choose a tag to compare

Change log:

  • Support for Vector sparse_values
  • Added function upsert_from_dataframe() which allows upserting a large dataset of vectors by providing a Pandas dataframe
  • Added option to pass vectors to upsert() as a list of dictionaries
  • Implemented GRPC retry by directly configuring the low-level grpcio behavior, instead of wrapping with an interceptor

Release 2.1.0

03 Jan 14:57
f9c7c2c
Compare
Choose a tag to compare

Change log:

  • Fix "Connection Reset by peer" error after long idle periods
  • Add typing and explicit names for arguments in all client operations
  • Add docstrings to all client operations
  • Support batch upsert by passing batch_size to upsert method
  • Improve gRPC query results parsing performance

v2.0.13

16 Aug 14:23
Compare
Choose a tag to compare
Release v2.0.13

Release 2.0.12

08 Aug 17:47
Compare
Choose a tag to compare
v2.0.12

release 2.0.12

Release 2.0.11

06 Jun 16:19
Compare
Choose a tag to compare
v2.0.11

release v2.0.11

v2.0.10

29 Apr 16:22
Compare
Choose a tag to compare
Release v2.0.10

Release v2.0.9

11 Apr 16:05
Compare
Choose a tag to compare
Release v2.0.9

Release v2.0.8

08 Mar 20:59
ad7ae8e
Compare
Choose a tag to compare
Merge pull request #42 from pinecone-io/v2.0.8

Release v2.0.8