Releases: shuntaka9576/ddbrew
Releases · shuntaka9576/ddbrew
v0.1.3
Changelog
- a67af37 chore: bump up version(v0.1.3)
- 4839b62 fix(backup): fix backup output string bug in Fprintf due to format specification error
v0.1.2
Changelog
- ad53b80 chore: bump up version(v0.1.2)
- 6c55d1f fix(batch): fix write limit size
- 037d704 test(e2e): as in creating a table in the test
v0.1.1
Changelog
- 7c47bb7 chore: bump up version(v0.1.1)
- 8e6d57c fix: the counts displayed in the console
v0.1.0
Changelog
- 541931b chore: bump up version(v0.1.0)
- fda430d feat: retry BatchRequest 3 times if there is no WR limit in on-demand mode
v0.0.6
Changelog
- d281f51 chore: bump up version(v0.0.6)
- baff133 chore: change build method
- b318478 ci: integration testing is excluded in GHA
- 5807f85 feat: replace home directory in file path with tilde
- 9057441 fix: Modified some console text to stderr and exit code
- c42c99e fix: delete spinner
- 429cd97 fix: return exit status correctly
v0.0.5
Changelog
- 0dd5e18 chore: bump up version(v0.0.5)
- 4775f02 chore: fix deps
- 9301813 fix: failed in provisioned mode
- 8917b59 fix: repeated file size fetches
v0.0.4
Changelog
- 91d30a6 chore: bump up version(v0.0.4)
- 3bc6da1 ci: add test setting
- a789fa4 feat(all): support go stable version
- f1a643e feat(batch): performance improvement
- 2817080 refactor(batch): commonize delete and restore
v0.0.3
Changelog
- 9d81d19 chore: bump up version(v0.0.3)
- 04d5d98 ci: add goreleaser brew tap settings
- 14fc70b feat(backup): on scan error, if the scanned record is 0, delete the file
v0.0.2
Changelog
- 6865599 docs(README): add installation
- 666e372 feat(cli): fix ignore file
v0.0.1
Changelog
- f7c2ce5 ci: add goreleaser setting
- 75354e1 feat(cli): add limit option
- c7976fd feat(cli): add state of progress
- 5bb63f9 feat(cli): add truncate command(experimental)
- b871cd1 feat(cli): fix option truncate -> delete
- 8ec5d46 feat(cli): init
- 6899127 fix(task): fix task handling
- 78c8d92 refactor(worker): refactor worker