Releases: zilliztech/attu
Releases Β· zilliztech/attu
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
Release v2.4.9
Main changes
Support context menu on tree
You can explore the search result in an interactive way(beta)
Details
- feat: support arm v7 by @shanghaikid in #640
- added optional dbName in header for tls by @manishkuri in #641
- upgrade dependencies by @shanghaikid in #651
- fix: server crash and memory leak after switching between databases by @shanghaikid in #652
- Support Context menu on the tree by @shanghaikid in #654
- upgrade vite version by @shanghaikid in #655
- Update attu_install-docker.md by @wrosko in #657
- Fix: Typo in milvus-attu image tag by @minbin in #663
- Support data explorer for search page by @shanghaikid in #664
- update dependencies by @shanghaikid in #665
- upgrade node.js version to 22 for the docker image by @shanghaikid in #666
- fix sometimes the panel dragger is not stable by @shanghaikid in #667
New Contributors
- @manishkuri made their first contribution in #641
- @wrosko made their first contribution in #657
- @minbin made their first contribution in #663
Full Changelog: v2.4.8...v2.4.9
Release v2.4.8
What's Changed
- support display segment level
- support create index on primary field
- support setup database properties
- change default drop_ratio_build value to 0.32
- display partition id on the partition page
- bug fix
Full Changelog: v2.4.7...v2.4.8
Release v2.4.7
What's Changed
Details
- Bump axios from 1.7.2 to 1.7.4 in /server by @dependabot in #615
- feat: upgrade UI component to MUI v5 by @shanghaikid in #616
- feat: depreate the old search page by @shanghaikid in #618
- fix: Server-Side Request Forgery in axios by @shanghaikid in #619
- feat: support dark mode by @shanghaikid in #623
Full Changelog: v2.4.6...v2.4.7
Release v2.4.6
What's Changed
- Support Edit entity(none autoid)
- Support connection history
- bug fixes
Details
- update: hide import file/insert sample data/empty data actions button if there is a selection by @shanghaikid in #594
- UI: support always show for grid toolbar buttons by @shanghaikid in #596
- ui: support hide on disable based on a function for the toolbar component by @shanghaikid in #597
- upgrade packages by @shanghaikid in #598
- init edit entity dialog by @shanghaikid in #599
- ui: fix the column gap is too large for the data page by @shanghaikid in #600
- ui-component: support column header formatter by @shanghaikid in #601
- ui: add field type tooltip on data/search grid title by @shanghaikid in #602
- feature: Users can select an address from their connection history on the connect page. by @shanghaikid in #604
- fix: homepage databases are not fully displayed by @shanghaikid in #606
Full Changelog: v2.4.5...v2.4.6
Release v2.4.5
What's Changed
- fix: home page is loading forever if the db has no collections by @shanghaikid in #589
- fix: vector types are included in the element type options by @shanghaikid in #590
- fix: query error after switching collection by @shanghaikid in #593
Full Changelog: v2.4.4...v2.4.5
Release v2.4.4
What's Changed
- Support logic for ARRAY_CONTAINS_ALL in attu query search by @rgupta2508 in #559
- Avoid requesting another db while loading the current db by @shanghaikid in #567
- support setup output fields for vector search by @shanghaikid in #568
- Support setup output fields on query page by @shanghaikid in #572
- support adjust collection width by @shanghaikid in #574
- Support store UI pref by @shanghaikid in #575
- Bump ws from 8.11.0 to 8.17.1 in /client by @dependabot in #577
- Bump ws package for server by @shanghaikid in #578
- doc: add mac dmg error faq by @zhanshuyou in #579
- Fix web socket requests can not be proxied by @shanghaikid in #580
- Fix multiple queries on data page loading by @shanghaikid in #581
- improve grid render issues by @shanghaikid in #582
- Ensure nowrap for grid header by @shanghaikid in #584
New Contributors
- @rgupta2508 made their first contribution in #559
Full Changelog: v2.4.3...v2.4.4
Release v2.4.3
What's Changed
- upgrade dependencies by @shanghaikid in #545
- fix index form validation problem if user switching between different index types by @shanghaikid in #548
- Add with_raw_data for Scann index by @shanghaikid in #549
- Support create GPU index by @shanghaikid in #551
- remove schema check since milvus supports dynamic schema by @shanghaikid in #552
- show status directly if not unloaded/loaded/loading by @shanghaikid in #553
- Fix grid page height and width jittering by @shanghaikid in #554
- sort collections list by name by @shanghaikid in #555
- fix varchar csv import by @shanghaikid in #556
- support group by for milvus 2.4 by @shanghaikid in #557
- fix can not create database again after creating database failed by @shanghaikid in #558
Full Changelog: v2.4.2...v2.4.3
Release v2.4.2
What's Changed
- upgrade node sdk to v2.4.3 by @shanghaikid in #531
- build mac-arm64/x64 application separately by @shanghaikid in #533
- Bump braces from 3.0.2 to 3.0.3 in /server by @dependabot in #534
- Bump braces from 3.0.2 to 3.0.3 in /client by @dependabot in #535
- make search page compatible with milvus 2.3.x by @shanghaikid in #537
- Support edit collection properties by @shanghaikid in #539
- Update system view by @shanghaikid in #540
- fix broken old search page by @shanghaikid in #543
Full Changelog: v2.4.1...v2.4.2
Release v2.4.1
What's Changed
- fix broken vector database link by @shanghaikid in #520
- add default drop_ratio_build for sparse index by @shanghaikid in #522
- Update attu-k8s-deploy.yaml version by @shanghaikid in #527
- fix UI warning by @shanghaikid in #528
- fix UI can't stop loading after networking is back by @shanghaikid in #529
Full Changelog: v2.4.0...v2.4.1