Releases: zilliztech/attu
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
Release v2.3.4
What's Changed
- fix incorrect set HOST_URL after build by @shanghaikid in #329
- Bump vite from 5.0.2 to 5.0.5 in /client by @dependabot in #330
- Bump @adobe/css-tools from 4.3.1 to 4.3.2 in /client by @dependabot in #331
- Support create index on collection page
- Code refactor
Full Changelog: v2.3.3...v2.3.4
Release v2.3.3
What's Changed
- upgrade sdk to latest version by @shanghaikid in #306
- hide create index button if the data type is none-indexable by @shanghaikid in #307
- using query for count by @shanghaikid in #308
- Adding Kubernetes Deployment Documentation by @Jayclifford345 in #309
- support array by @shanghaikid in #316
- support download sample csv data by @shanghaikid in #319
- upgrade to latest vite by @shanghaikid in #320
- support user defined HOST_URL by @shanghaikid in #321
- add language detection based on user's browser by @shanghaikid in #324
- support uploading data with json file by @shanghaikid in #323
- make electron respect system language by @shanghaikid in #325
- Show user icon with login username in tooltip on header by @techgeniuswang in #326
New Contributors
- @Jayclifford345 made their first contribution in #309
- @techgeniuswang made their first contribution in #326
Full Changelog: v2.3.2...v2.3.3
Release v2.3.2
What's Changed
- add compact dialog by @shanghaikid in #266
- change electron build target for mac to universal by @shanghaikid in #267
- Support import sever module in client by @shanghaikid in #268
- update README by @shanghaikid in #271
- support dynamic field by @shanghaikid in #274
- fix scalar index creation by @shanghaikid in #275
- Use describeIndex instead of getIndexState by @shanghaikid in #287
- Bump tough-cookie from 4.1.2 to 4.1.3 in /client by @dependabot in #289
- Bump word-wrap from 1.2.3 to 1.2.5 in /client by @dependabot in #290
- Bump @adobe/css-tools from 4.0.1 to 4.3.1 in /client by @dependabot in #291
- Bump semver from 5.7.1 to 5.7.2 in /server by @dependabot in #292
- Bump electron from 25.3.0 to 25.8.4 in /server by @dependabot in #293
- Bump @babel/traverse from 7.22.8 to 7.23.2 in /client by @dependabot in #294
- Bump @babel/traverse from 7.22.8 to 7.23.2 in /server by @dependabot in #295
- Bump postcss from 8.4.26 to 8.4.31 in /client by @dependabot in #296
- Bump get-func-name from 2.0.0 to 2.0.2 in /client by @dependabot in #297
New Contributors
- @keongalvin made their first contribution in #277
- @dependabot made their first contribution in #289
Full Changelog: v2.3.1...v2.3.2
Release v2.3.1
What's Changed
- fix autoID is not working for milvus v2.3.x by @shanghaikid in #263
- fix describe collection cache issue by @shanghaikid in #264
- get rid of apline version of container by @shanghaikid in #265
Full Changelog: v2.3.0...v2.3.1