Releases: zilliztech/attu
Releases · zilliztech/attu
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
Release v2.3.10
What's Changed
- set the confirm button disable after clicked on the load collection dialog by @shanghaikid in #450
- improve load collection UI performance by @shanghaikid in #451
- show paginations for the user page by @shanghaikid in #460
- support custom filter expression on search page by @shanghaikid in #462
- Bump vite from 3.2.2 to 5.2.8 in /client by @dependabot in #463
- support sort string in grids. by @shanghaikid in #465
- use default database after deleting by @shanghaikid in #468
- support array_contains in expression helper by @shanghaikid in #469
- pref: build docker image locally by @zhanshuyou in #464
- fix: /bin/sh by @zhanshuyou in #470
Full Changelog: v2.3.9...v2.3.10