v2.86.2-canary.0
📦 supabase-jsView on GitHub →
🐛 1 fixes🔧 1 symbols
Summary
This canary release fixes a property naming inconsistency in the storage module's QueryVectorsResponse, renaming 'matches' to 'vectors'.
Migration Steps
- Update code referencing QueryVectorsResponse.matches to use QueryVectorsResponse.vectors instead.
🐛 Bug Fixes
- storage: Corrected QueryVectorsResponse to use the 'vectors' property instead of 'matches'.
🔧 Affected Symbols
QueryVectorsResponse