Skip to content

Releases: jkaninda/mysql-bkup

v1.3.1

14 Mar 18:53
e666466
Compare
Choose a tag to compare

What's Changed

  • fix: database name not set error when using flag -d by @jkaninda in #183

Full Changelog: v1.3.0...v1.3.1

v1.3.0

14 Mar 09:06
d9d44c2
Compare
Choose a tag to compare

What's Changed

  • docs: add quick restore by @jkaninda in #169
  • chore: update helper func to check env with prefix or suffix for multi backups by @jkaninda in #170
  • chore(deps): bump golang from 1.23.5 to 1.23.6 by @dependabot in #171
  • chore(deps): bump alpine from 3.21.2 to 3.21.3 by @dependabot in #174
  • chore(deps): bump golang from 1.23.6 to 1.24.0 by @dependabot in #173
  • chore(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1 by @dependabot in #172
  • chore(deps): bump github.com/jkaninda/go-utils from 0.0.0-20250122060806-26119182077a to 0.1.1 by @dependabot in #175
  • chore(deps): bump golang from 1.24.0 to 1.24.1 by @dependabot in #176
  • ci: add Docker tests by @jkaninda in #179
  • feat: add backup all databases separately by @jkaninda in #178
  • feat: add backup custom name
  • fix: backup error output

Full Changelog: v1.2.27...v1.3.0

v1.2.27

25 Jan 08:41
dd5f33f
Compare
Choose a tag to compare

What's Changed

Dependency Updates

  • chore(deps): Bumped Go version from 1.23.4 to 1.23.5 by @dependabot in #166

New Features

  • feat: Added backup duration metrics by @jkaninda .
    This enhancement provides visibility into the time taken for each backup operation, helping users monitor performance.

  • feat: Set default values from environment variables if not explicitly provided for multiple backups.
    Environment variables can now use the database name as a suffix (e.g., DB_HOST_DATABASE1) for more granular configuration.
    This simplifies managing multiple databases with unique settings.

Improvements

  • chore: Removed MAIL_USERNAME and MAIL_PASSWORD from the required environment variables for notifications.
    This change makes the configuration more flexible, allowing users to omit these fields if they are not using username and password.

Full Changelog: v1.2.26...v1.2.27

v1.2.26

13 Jan 14:35
e5ba397
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.25...v1.2.26

v1.2.25

13 Dec 05:37
0df14f3
Compare
Choose a tag to compare

What's Changed

  • docs: add azure configuration reference by @jkaninda in #157
  • chore(deps): bump golang from 1.23.3 to 1.23.4 by @dependabot in #158
  • chore: add convert bytes to a human-readable string with the appropriate unit (bytes, MiB, or GiB) by @jkaninda in #159

Full Changelog: v1.2.24...v1.2.25

v1.2.24

07 Dec 19:31
7ff9a32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.23...v1.2.24

v1.2.23

07 Dec 01:47
fd44429
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.22...v1.2.23

v1.2.22

06 Dec 20:05
1b52972
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.21...v1.2.22

v1.2.21

06 Dec 17:40
94a1dcd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.20...v1.2.21

v1.2.20

20 Oct 05:02
40557af
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.19...v1.2.20