Hi All,
I have upgraded from typesense-php 4.8 to typesense-php 5.1. After this update, I'm getting persistent "Invalidated schema prompt cache for collection" messages for each collection in my Typesense server logs.
Issue Details:
PHP Client: Upgraded from 4.8 -> 5.1
Problem: Schema cache invalidation messages persist even after:
Deleting collections (e.g., col_user_1234 - deleted but still getting cache messages)
Clearing cache via API: POST /operations/cache/clear (returns {"success":true})