typesense-php icon indicating copy to clipboard operation
typesense-php copied to clipboard

Feat: Add support for /operations/schema_changes endpoint

Open nikspyratos opened this issue 1 month ago • 0 comments

Change Summary

Basic implementation for the schema changes endpoint, where you'd check a collection schema update's status: https://typesense.org/docs/29.0/api/collections.html#get-schema-change-status

From a skim of the repo I hadn't found a similar usage of adding a subpath under the RESOURCE_PATH, so just made a best-guess effort.

Tested these changes in a Laravel repo I'm working with. Cropped to exclude any potential business info:

Screenshot 2025-12-01 at 11 44 09

PR Checklist

nikspyratos avatar Dec 01 '25 09:12 nikspyratos