Change8

v8.1.0.rc1

📦 pinecone-clientView on GitHub →
3 features🐛 3 fixes🔧 7 symbols

Summary

Regenerates code from the `2025-10` spec, adding `schema` and `read_capacity` support to `BYOCSpec`. Renames metadata schema types from `BackupModelSchema*` to `MetadataSchema*` and includes dependency updates.

Migration Steps

  1. Update references from `BackupModelSchema*` to `MetadataSchema*`.

✨ New Features

  • Implement `schema` and `read_capacity` in `BYOCSpec` for BYOC indexes.
  • Add support for `schema` and `read_capacity` to `BYOCSpec` and wire them properly in `request_factory.py`.
  • Update codegen to the `2025-10` OpenAPI output.

🐛 Bug Fixes

  • Update references to `BackupModelSchema` to use `MetadataSchema` to resolve confusion and spec errors.
  • Fix `IndexModel` response deserialization with manual oneOf handling and relaxed type checking.
  • Tweak a sparse-index error assertion.

Affected Symbols