v1.13.0
clevyr-goreleaser
released this
01 May 03:36
·
146 commits
to main
since this release
Changelog
Features
- aadfaaf feat(database): Add pretty names
- e72d2a0 feat(dump): Add file size to final log
- 8bac9ea feat(dump, restore): Add final summary table
- f039fb1 feat(notifier): Add dump summary to Healthchecks logs
- cfd6eda feat: Prompt when multiple database types are discovered
- 90d0e91 feat: Redo terminal UI using charmbracelet libraries
Fixes
- c09c274 fix(cmd): Fix completion hanging if multiple dbs are discovered
- 1f8b049 fix(deps): update aws-sdk-go-v2 monorepo (#140)
- 9881b7e fix(deps): update k8s.io/utils digest to 0849a56 (#142)
- 9445ada fix(deps): update module golang.org/x/sync to v0.7.0 (#138)
- a581b08 fix(exec): Only pass stderr if not in TTY mode
- faf67c2 fix(restore): Fix final log duration formatting
- 8a418fb fix: Correctly capture error exit codes during dump/restore
- 8c9b0be fix: Ensure exit status is set by recover func
Others
- 3123926 chore(config): Move config init to config package
- 2759748 chore(config): Move log init to config package
- 17ec4d3 chore(config): Optimize logger and add values to explicitly toggle color
- 7c87b08 chore(deps): Update indirect dependencies
- e4d580e chore(deps): update go to v1.22.2 (#137)
- bb23539 chore(deps): update golangci/golangci-lint-action action to v5
- 67cc4c5 chore(dump): Deprecate
--directory
(-C
) flag in favor of positional arg - 6a26b32 chore(goreleaser):
brews.folder
->brews.directory
- 4212473 chore(tui): Make lipgloss cache the current background color early
- c0097d2 chore: Add formatted log when recovering from a panic
- d7630de style(database): Collapse smaller func definitions