You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generate code for 2025-04, automate ndjson handling, add backups, restore, and namespaces. (#183)
## Problem
1. Generate code for 2025-04 and automate ndjson handling.
2. Add support for backups and restore.
3. Add support for namespaces
## Solution
1. Generated code using the 2025-04 open api spec and added sed command
to automate the process of handling ndjson which is currently not
handled by the open api genearted code in ApiClient.java of data.yaml
module.
2. Added support for backups and restore
3. Added support for namespaces
## Type of Change
- [ ] Bug fix (non-breaking change which fixes an issue)
- [X] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] This change requires a documentation update
- [ ] Infrastructure change (CI configs, etc)
- [ ] Non-code change (docs, etc)
- [ ] None of the above: (explain here)
## Test Plan
Integration tests were added for new features.
Alternatively, you can use our standalone uberjar [pinecone-client-4.0.0-all.jar](https://repo1.maven.org/maven2/io/pinecone/pinecone-client/4.0.0/pinecone-client-4.0.0-all.jar), which bundles the Pinecone
31
+
Alternatively, you can use our standalone uberjar [pinecone-client-5.0.0-all.jar](https://repo1.maven.org/maven2/io/pinecone/pinecone-client/5.0.0/pinecone-client-5.0.0-all.jar), which bundles the Pinecone
32
32
SDK and all dependencies together. You can include this in your classpath like you do with any 3rd party JAR without
33
33
having to obtain the *pinecone-client* dependencies separately.
0 commit comments