Releases: zilliztech/attu
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
Release 2.3.9
Release note
In this version of Attu, we've focused on key enhancements to improve performance and usability. We've completely overhauled our data structure and rendering methods to address slow loading of multiple collections. Our homepage has been redesigned to serve as a centralized database management hub, offering improved accessibility. Additionally, we've introduced a collections tree feature for easier management. Alongside these improvements, we've tackled numerous bugs to ensure a smoother user experience overall. These updates aim to make Attu more efficient, user-friendly, and reliable for our community.
In addition, the upcoming version will introduce support for the brand new Milvus 2.4, promising exciting advancements and features. Stay tuned for what's next and explore the enhanced features available on Zilliz Cloud for managed Milvus services.
What's Changed
- fix can not query or filter negative int64 value by @shanghaikid in #400
- fix entity count sort problem on collections page by @shanghaikid in #401
- adjust grid row count calculation by @shanghaikid in #403
- adjust UI style by @shanghaikid in #404
- change database page to database admin page and it's route by @shanghaikid in #405
- adjust data context, move collections to the data context by @shanghaikid in #406
- refactor database & partition service & pages by @shanghaikid in #407
- refactor segment api and page by @shanghaikid in #408
- upgrade user api, remove some any type by @shanghaikid in #409
- refactor types by @shanghaikid in #411
- fix wrong copy value for non string and number types by @shanghaikid in #412
- collections page shouldn't fetch data on load by @shanghaikid in #413
- clean ui console errors by @shanghaikid in #414
- Add a simple collection tree by @shanghaikid in #416
- chore: docker multiarch by @zhanshuyou in #417
- fix grid loading mask not shown by @shanghaikid in #418
- fix grid pagenation text by @shanghaikid in #419
- support copy segmentIds by @shanghaikid in #420
- upgrade electron and builder by @shanghaikid in #421
- chore: docker build arm64 by @zhanshuyou in #422
- chore: update dev workflow by @zhanshuyou in #423
- Attu-384: refactor for performance by @shanghaikid in #425
- fix grid header jittering by @shanghaikid in #426
- refine tree by @shanghaikid in #427
- only return permitted databases by @shanghaikid in #429
- Add collection overview page by @shanghaikid in #430
- fix: docker multi platform by @zhanshuyou in #433
- Feature: Ability to config server port via Environment Variable by @TheDropZone in #434
- fix: ci timeout by @zhanshuyou in #435
- new attu Home by @shanghaikid in #436
- reorg folders by @shanghaikid in #438
- Add refresh btn on collection page by @shanghaikid in #439
- Bump follow-redirects from 1.15.4 to 1.15.6 in /client by @dependabot in #443
- Bump follow-redirects from 1.15.4 to 1.15.6 in /server by @dependabot in #442
- new connect page by @shanghaikid in #446
- fix number sort problem if the score has too many fraction numbers by @shanghaikid in #447
- Fix back button not working by @shanghaikid in #448
New Contributors
- @zhanshuyou made their first contribution in #417
- @TheDropZone made their first contribution in #434
Full Changelog: v2.3.8...v2.3.9
Release - v2.3.8
What's Changed
Full Changelog: v2.3.7...v2.3.8
Release v2.3.7
What's Changed
- Bump follow-redirects from 1.15.2 to 1.15.4 in /client by @dependabot in #356
- Bump follow-redirects from 1.15.2 to 1.15.4 in /server by @dependabot in #357
- support multiple sessions by @shanghaikid in #359
- Add empty data dialog by @shanghaikid in #360
- Update button.ts by @axiangcoding in #365
- add consistency_level on search page by @shanghaikid in #366
- add consistency level on query page by @shanghaikid in #367
- ensure server api called with dedicated milvus clientId by @shanghaikid in #369
- support hideOnDisable and disableSelect for grid by @shanghaikid in #370
- support multiple clients for websocket server by @shanghaikid in #371
- add copy button for each query/preview cell by @shanghaikid in #372
- add copy button on search result page by @shanghaikid in #373
- change index dialog defaults by @shanghaikid in #374
- Bump vite from 5.0.5 to 5.0.12 in /client by @dependabot in #375
- fix can not drop multi collections at once by @shanghaikid in #376
- improve routers for collections and users page by @shanghaikid in #377
- New data page by @shanghaikid in #382
- fix community links by @shanghaikid in #383
- upgrade HNSW params by @shanghaikid in #388
- Fix segments page data rendering issue by @shanghaikid in #389
New Contributors
- @axiangcoding made their first contribution in #365
Full Changelog: v2.3.6...v2.3.7
Release v2.3.6
What's Changed
- consistency level should match collection's value while searching by @shanghaikid in #345
- Support duplicate collection (no copy data) by @shanghaikid in #346
- support setting tls settings with docker environment by @shanghaikid in #347
- new search interface with download search result by @shanghaikid in #348
- support flush dialog by @shanghaikid in #351
- hide index info on segments page by @shanghaikid in #354
Full Changelog: v2.3.5...v2.3.6
Release v2.3.5
What's Changed
- fix drop collection issue by @shanghaikid in #339
- chagne default diskann search_list value by @shanghaikid in #340
- fix json key validation check by @shanghaikid in #341
- reduce overhead index requests by @shanghaikid in #342
Full Changelog: v2.3.4...v2.3.5