Release v2.4.10
What's Changed
If you’re using Milvus v2.4.14 or later, using an older version of Attu can cause significant delays when retrieving data counts from unloaded empty collections. I’ve already reported this issue to Milvus, please update to the this version to bypass this problem.
- Support media preview on the search/query page if the varchar data is an image
- Support filter partitions in search page
- Support search by ID
- Support bypass check health on connection
- Bug fix
Details
- fix connection failed because of the lack of PrivilegeDescribeDatabase by @shanghaikid in #670
- fix: Unable to completely delete the contents of the database input field using the keyboard by @shanghaikid in #672
- fix style issue for selected nodes on the explorer page by @shanghaikid in #673
- data explorer: new selected node should be put on top of the nodes panel by @shanghaikid in #674
- support bypass check health on connection by @shanghaikid in #676
- use native tooltip for the collections tree, avoid preventing the click on the upper items by @shanghaikid in #678
- Support search by entity ID by @shanghaikid in #679
- Support filter partitions in search page by @shanghaikid in #680
- connect with client side id by @shanghaikid in #681
- Add milvus-client-id in the headers by @shanghaikid in #682
- add milvus-client-id as the query of the socket connection by @shanghaikid in #683
- support media preview if the data is an image by @shanghaikid in #685
- fix 12s waiting for the query request by @shanghaikid in #687
Full Changelog: v2.4.9...v2.4.10