Change8

v2.86.2

📦 supabase-jsView on GitHub →
🐛 1 fixes🔧 1 symbols

Summary

This patch release fixes a property naming inconsistency in the storage module's QueryVectorsResponse, renaming 'matches' to 'vectors'.

Migration Steps

  1. 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