Skip to content

Commit

Permalink
Release v2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
rajat08 committed Apr 29, 2022
1 parent 60319f2 commit 54249e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Changelog

## Unreleased Changes
## [2.0.10](https://github.com/pinecone-io/pinecone-python-client/compare/v2.0.9...v2.0.10)
### Changed
- Added support for deleting vectors by metadata filter. The pinecone.Index.delete() api now accepts an additional filter= parameter which takes metadata filter expression equivalent to what query() supports.
- Internally these requests are now sent as POST requests, though the previous DELETE api is still supported.

## [2.0.9](https://github.com/pinecone-io/pinecone-python-client/compare/v2.0.8...v2.0.9)
### Changed
- Added [update](https://www.pinecone.io/docs/api/operation/update/) API. Allows updates to a vector and it's metadata.
Expand Down

0 comments on commit 54249e3

Please sign in to comment.