Skip to content

Releases: probots-io/pinecone-php

1.0.1

21 Feb 16:16
Compare
Choose a tag to compare

Fixed wrong method on delete vectors.

Full Changelog: 0.1.0...1.0.1

1.0.0

21 Feb 15:03
Compare
Choose a tag to compare

BREAKING CHANGES.

We now support the new Pinecone API including Serverless Indexes!

This release is not compatible with previous versions of this SDK. Please check the readme for the new methods.
We basically mirror what Pinecone did and mapped the methods behind a "Data Pane" and a "Control Pane".

Previous: $client->index()->create();
Now: $client->control()->index()->create();

This change affects all methods.

Full Changelog: 0.1.0...1.0.0

0.1.0

20 Feb 15:09
Compare
Choose a tag to compare

What's Changed

  • Fixing PSR-4 Autoloading Issue in Probots\Pinecone\Requests\Exceptions\MissingNameException by @ianfortier in #4
  • Upgrade | Use saloonphp/saloon instead of Sammyjo20/Saloon by @Sammyjo20 in #5
  • Update Delete.php by @zbora23 in #7
  • Fixed incorrect MissingNameException import in tests and CollectionResource by @ddebowczyk in #6

New Contributors

Full Changelog: 0.0.3...0.1.0

Prep for Laravel Package

19 Apr 15:16
Compare
Choose a tag to compare
0.0.3

bump php and version for https://github.com/probots-io/laravel-pinecone

0.0.2

17 Apr 22:17
Compare
Choose a tag to compare

What's Changed

fixed: vectors/fetch request is now working as it should
added: custom response class (for later)
added: more docblocks
added: phpstan checks
added: custom missing name exception on index / collection calls
added: per request definition if a request failed based on pinecone api docs
Update README.md by @boralp in #1

New Contributors

  • @boralp made their first contribution in #1

Full Changelog: 0.0.1...0.0.2

0.0.1

14 Apr 21:51
Compare
Choose a tag to compare

initial release