Release v1.0.2
What's Changed
π Features
- Support Database model in Milvus
- Support post web server mode
- Support Ctrl+R history search
- Support one-line-command running mode
π Enhancements
- Accelerate backup command
- Introduce auto command parsing framework
π Bug Fixes
- Fix command
force-release
does not work with qcv2 meta - Fix suggestion result not stable
Changelog
- e70cc6d Accelerate backup command by batch read etcd meta (#150)
- 29ab799 Adapt Dynamic Field & PartitionKey meta (#147)
- 52a5b84 Adapt database in GetCollectionByID logic (#148)
- 91a1e12 Adapt database prefix for colleciont info (#146)
- 9986cdd Add 'not supported' warning for legacy show segment-loaded command (#173)
- 671ea6f Add BApp abstraction for go-prompt and promptui (#133)
- 2702b90 Add Collection State filter option (#166)
- d5bcfd9 Add Collection create time in show collection result (#159)
- 1efb65d Add command file history and reverse list feature(Ctrl+R) (#132)
- 71af389 Add command to remove dropping/dropped collection meta (#139)
- 4f7744c Add dbid param for show collection cmd (#160)
- e1a31bb Add describe index (#165)
- d112c4e Add indexfile process commands (#117)
- d662844 Add listen events command (#171)
- 52ed3af Add logs and bw_config into gitignore (#144)
- adc3378 Add one-line-command feature and show configurations command (#134)
- 5d65148 Add probe pk command (#140)
- 677b3f6 Add remove segment-orphan command (#163)
- 6834cc5 Add short description for cmd in backup mode (#129)
- 83f9854 Add show alias command (#167)
- f39c6ae Add show collection by name (#120)
- a87d7b0 Add show databases command (#149)
- ea86efa Add show partition command (#152)
- acfd67c Add show/set etcd-confg commands (#143)
- 8fcf065 Add verify-segment command (#151)
- ca4770c Add version flags and command (#128)
- 547e1de Add web command (#156)
- ef2fd49 Add web server & auto handler parser for show commands (#169)
- da722bb Bump version to v1.0.2 (#174)
- a3e53c6 Drop segments that collection has been dropped (#142)
- f3c6057 Fix all GetCollectionByID usage (#155)
- 6ed54b8 Fix bug for metric_type is in TypeParams when probing (#130)
- ed4fdf3 Fix dry mode rootPath check and add force flag (#112)
- 350cd9a Fix missing disconnect file (#162)
- c62ae91 Fix show collection format bug (#123)
- 01f0722 Make force-release work with qcv2 meta (#137)
- b765db7 Make suggestion result stable (#115)
- bf0305f Print show collection, collection-loaded result number (#114)
- 7fa12fe Refactor command registration logic (#161)
- f3713c2 Repair metric_type in IndexParams (#131)
- 212e0d3 Reset Raw mode before start command running (#158)
- c6f2cd8 Support probing diskann (#164)
- 98978c2 Support show segment distribution by collection (#135)
- 6aa3d0f add remove config-etcd cmd (#168)
- 6f8b716 fix possible panic when explaining (#172)
- 38f38f3 supporing balance explian function (#170)