------------------------------------------------------------------- Mon Aug 4 21:32:09 UTC 2025 - Guang Yee - Update to v1.15.1 Fixes 🚒 * #1051 - fix grpc FieldCondition conversion * #1052 - fix conversion for Document, Image and InferenceObject * #1053 - fix handling cloud inference responses ------------------------------------------------------------------- Thu Feb 20 03:14:09 UTC 2025 - Guang Yee - Version v1.13.0 Features * #838 #836 #842 #845 #846 #847 - local inference support: raw data like texts and images can now be passed to all the methods like upsert, query_points, etc. instead of vectorsg * #849 - python3.13 supportg * #835 - propagate gpu options to fastembed modelsg * #852 #859 #864 - improve warning coverageg * #861 - make qdrant server aware of client versiong Fixes * #840 - proper cleanup of the multiprocessing code in upload_collection and upload_points methodsg * #841 - add default grpc timeoutg * #876 - fix parsing url with prefixg * #875 #872 - fix dbsf corner casesg Deprecations * #848 - drop python3.8 supportg * #843 - add deprecation warnings to the methods superseded by query_points (search, recommend, discover, etc.)g * #866 - raw async grpc methods are now unavailable from the sync clientg