Skip to content

Releases: thanhtaivtt/dbbackup

v1.0.7

Choose a tag to compare

@github-actions github-actions released this 04 Jun 06:25

Changelog

  • 9931ad4 docs(contributing): add comprehensive contribution guidelines and development workflow
  • faf70fb docs(readme): update feature list and storage backend descriptions
  • 45d6165 feat: add context cancellation, improve error handling, and optimize storage operations

v1.0.6

Choose a tag to compare

@github-actions github-actions released this 03 Jun 09:24

Changelog

  • ab67053 docs(install): add quick install script and documentation
  • d7ebd6b feat(cli): add init command to generate config file
  • 870c437 feat(notifier): add Slack and webhook notification providers
  • bbeab65 feat(storage): add AWS S3 backend support alongside Cloudflare R2

v1.0.5

Choose a tag to compare

@github-actions github-actions released this 03 Jun 08:49

Changelog

  • a5dc704 feat(notifier): switch telegram messages from markdown to HTML formatting

v1.0.4

Choose a tag to compare

@github-actions github-actions released this 03 Jun 08:45

Changelog

  • b88d3e6 feat(config): add DumpDSN method for mysqldump library compatibility

v1.0.3

Choose a tag to compare

@github-actions github-actions released this 03 Jun 08:36

Changelog

  • ff6189a feat(core): add config validation, improve error handling, and release automation

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 03 Jun 08:30

Changelog

  • bca88f2 feat(engine): buffer dump to temp file for seekable uploads and early error detection

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 03 Jun 08:18

Changelog

  • 43209a2 feat(cli): add update command and improve root command documentation
  • 3134a90 feat(storage): buffer upload data to temp file for R2 retry support

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 03 Jun 07:40

Changelog

  • 7c906ce feat: initial project setup with database backup CLI
  • be8e8da test(notifier): handle JSON decoder error in telegram test