Skip to content

Release v2.2.2

Compare
Choose a tag to compare
@jhamon jhamon released this 07 Jun 06:02
· 188 commits to main since this release

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.