Releases: zilliztech/milvus-backup
Releases · zilliztech/milvus-backup
v0.5.2
Changelog
- 2abf8c7: *: improve build workflow (#555) (@huanghaoyuanhhy)
- bf091f9: *: instead of manually concatenating paths (#553) (@huanghaoyuanhhy)
- 8500486: .github: add depbot (#530) (@huanghaoyuanhhy)
- 5530bbb: .github: add kind/improvement tag for dependabot's PR (#535) (@huanghaoyuanhhy)
- 9d1974c: backup: remove unnecessary conversion from vch to pch (#552) (@huanghaoyuanhhy)
- 81b0da4: build(deps): bump actions/checkout from 3 to 4 (#533) (@dependabot[bot])
- 547c593: build(deps): bump actions/setup-go from 3 to 5 (#532) (@dependabot[bot])
- d1da847: build(deps): bump docker/build-push-action from 5 to 6 (#531) (@dependabot[bot])
- 9d212c5: build(deps): bump helm/kind-action from 1.2.0 to 1.12.0 (#534) (@dependabot[bot])
- 8779dee: client, restore: use end_ts as key instead of end_time (#544) (@huanghaoyuanhhy)
- d42df3f: common: improve aimd limiter (#542) (@huanghaoyuanhhy)
- c816f18: core: initialize minio client at the beginning of restoring the backup (#556) (@huanghaoyuanhhy)
- 2eb37e7: meta: set progress to 0 when total size is 0 (#554) (@huanghaoyuanhhy)
v0.5.1
What's Changed
- restore: use partition num in backup if partition key was set by @huanghaoyuanhhy in #526
- restore: improve log format by @huanghaoyuanhhy in #528
- common, client: add aimd rate limiter for some rpc by @huanghaoyuanhhy in #525
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- feat: support Milvus 2.5 function feature by bypassing SDK by @huanghaoyuanhhy in #492
- test: add testcases for bm25 function by @zhuwenxing in #447
- use restful api to create bulk inert job by @huanghaoyuanhhy in #503
- test: add restore v2 test case by @zhuwenxing in #506
- *: set skip_disk_quota_check parameter to true permanently by @huanghaoyuanhhy in #511
- add unit test and remove unused code by @huanghaoyuanhhy in #509
- restore: fix restore index bug in type check by @huanghaoyuanhhy in #512
- restore/rbac: skip exited grant by @huanghaoyuanhhy in #516
- owners: add an approver and reviewer by @huanghaoyuanhhy in #518
- restore/collection: retry when call create collection fail by @huanghaoyuanhhy in #517
- test: add index check after restore by @zhuwenxing in #507
- mergify: edit condition to fit 2.5 by @huanghaoyuanhhy in #520
- *: cp d39b7d6 and impl mtls auth by @huanghaoyuanhhy in #519
- core, cmd: fix typo by @huanghaoyuanhhy in #523
Full Changelog: v0.4.30...v0.5.0
v0.4.30
What's Changed
- test: refactor test codebase by @zhuwenxing in #474
- Remove all leading slashes from minio rootPath by @gifi-siby in #497
- fix owner filter by @huanghaoyuanhhy in #498
- add job name and fix mergify ci-passed rule by @huanghaoyuanhhy in #499
- TLS Authentication in Backup Tool by @gifi-siby in #494
- add default value for tls cert path and server name by @huanghaoyuanhhy in #501
- fix conditions in mergify.yml by @huanghaoyuanhhy in #502
New Contributors
- @gifi-siby made their first contribution in #497
Full Changelog: v0.4.29...v0.4.30
v0.4.29
What's Changed
- deployment: set minio console port to 9001 by @huanghaoyuanhhy in #486
- test: add rbac backup restore check in ci by @zhuwenxing in #455
- restore: skip existing RBAC information during restoration by @huanghaoyuanhhy in #488
- server: fix nil pointer dereference by @huanghaoyuanhhy in #490
Full Changelog: v0.4.28...v0.4.29
v0.4.28
What's Changed
- use segment info after flush by @huanghaoyuanhhy in #482
- test: simplify test cases by @zhuwenxing in #481
Full Changelog: v0.4.27...v0.4.28
v0.4.27
What's Changed
- Update docs by @wayblink in #453
- Update docs, add some FAQ by @wayblink in #454
- chore: lower log levels from info to debug by @huanghaoyuanhhy in #459
- fix rbac miss role bug by @wayblink in #457
- Update README.md to add examples and configurations table. by @shehrozsheikh in #469
- ci: add arm image publish by @zhuwenxing in #458
- backup & restore return error by @Thomas-HuWei in #472
New Contributors
- @shehrozsheikh made their first contribution in #469
- @Thomas-HuWei made their first contribution in #472
Full Changelog: v0.4.25...v0.4.27