Releases: probots-io/pinecone-php
1.0.1
1.0.0
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
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
- @ianfortier made their first contribution in #4
- @Sammyjo20 made their first contribution in #5
- @zbora23 made their first contribution in #7
- @ddebowczyk made their first contribution in #6
Full Changelog: 0.0.3...0.1.0
Prep for Laravel Package
0.0.3 bump php and version for https://github.com/probots-io/laravel-pinecone
0.0.2
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
Full Changelog: 0.0.1...0.0.2