Releases: zilliztech/milvus-backup
Releases · zilliztech/milvus-backup
v0.5.3
What's Changed
- restore: fix bug where chunked segment was processed but not used by @huanghaoyuanhhy in #559
- ci: refine get_latest_tag.py script by @zhuwenxing in #565
- restore: truncate binlog by timestamp only when specified by @huanghaoyuanhhy in #567
- build(deps): bump golang.org/x/net from 0.33.0 to 0.36.0 by @dependabot in #568
- client: add aimd limit for create by @huanghaoyuanhhy in #569
- ci: update dependabot.yml to include Go and Python dependencies and fix some cve by @zhuwenxing in #572
- restore: restore only meta if meta-only flag is set by @huanghaoyuanhhy in #573
- core, client: improve log readability during the flush process by @huanghaoyuanhhy in #575
- client: flush wait condition no longer checks empty seg IDs by @huanghaoyuanhhy in #579
- test: add bm25 function in delete upsert case by @zhuwenxing in #574
- test: add text embedding function test by @zhuwenxing in #576
- restore: fix dropCollection flag not work by @huanghaoyuanhhy in #580
- ci: update mergify config and remove dependabot config by @zhuwenxing in #602
- build(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 by @dependabot in #603
- test: Add test cases for json path index backup by @binbinlv in #604
- ci: fix nightly for text embedding function test by @zhuwenxing in #607
New Contributors
Full Changelog: v0.5.2...v0.5.3
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