Releases: zilliztech/attu
Releases · zilliztech/attu
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
Release v2.4.0
Attu now supports milvus v2.4.x, feel free to open a ticket.
What's Changed
- CI improvement by @shanghaikid in #471
- upgrade node sdk to v2.4.0 by @shanghaikid in #479
- Bump tar from 6.1.15 to 6.2.1 in /server by @dependabot in #480
- support create multiple vectors in a collection by @shanghaikid in #481
- Support create sparse vector index by @shanghaikid in #484
- Support create index for bf16 and f16 vector by @shanghaikid in #485
- hide create index action if there are multiple vectors in the collection by @shanghaikid in #486
- support inverted index for scalar field by @shanghaikid in #487
- support insert sample data for sparse vector by @shanghaikid in #488
- Support Sparse vector search by @shanghaikid in #489
- support insert sample data into bf16 & f16 collection by @shanghaikid in #490
- support bf16 and f16 search by @shanghaikid in #491
- fix: Translation mistake in dialog.ts by @nepko in #492
- Bump ejs from 3.1.9 to 3.1.10 in /server by @dependabot in #497
- update readme by @nameczz in #499
- New search page by @shanghaikid in #509
- Created additional semver container tags by @shanghaikid in #510
- terminate a rebuilding index, fix #477 by @shanghaikid in #511
- Add code view for search request by @shanghaikid in #512
- fix filter helper logic by @shanghaikid in #513
- upgrade Packages by @shanghaikid in #515
- handle errors on socket by @shanghaikid in #516
New Contributors
Full Changelog: v2.3.10...v2.4.0