Skip to content

Releases: jkaninda/pg-bkup

v1.2.27

25 Jan 08:30
03938f7
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 #159.

New Features

  • feat: Added backup duration metrics by @jkaninda in #160.
    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:07
ebcb6ea
Compare
Choose a tag to compare

What's Changed

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

v1.2.25

13 Dec 05:36
dd0362f
Compare
Choose a tag to compare

What's Changed

  • chore: add convert bytes to a human-readable string with the appropriate unit (bytes, MiB, or GiB) by @jkaninda in #152

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

v1.2.24

10 Dec 09:18
ad2f3a1
Compare
Choose a tag to compare

What's Changed

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

v1.2.23

07 Dec 19:42
5a65c51
Compare
Choose a tag to compare

What's Changed

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

v1.2.22

07 Dec 17:03
6f854d5
Compare
Choose a tag to compare

What's Changed

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

v1.2.21

07 Dec 01:33
cbeb8b0
Compare
Choose a tag to compare

What's Changed

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

v1.2.20

06 Dec 20:40
6503e4b
Compare
Choose a tag to compare

What's Changed

  • refactor: refactoring of code to meet all golangci-lint requirements by @jkaninda
  • chore(deps): bump github.com/ProtonMail/gopenpgp/v2 from 2.7.5 to 2.8.0 by @dependabot in #132
  • docs: update core features by @jkaninda in #137
  • chore(deps): bump golang.org/x/crypto from 0.28.0 to 0.29.0 by @dependabot in #136
  • feat: add Azure Blob storage by @jkaninda

New Contributors

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

v1.2.19

20 Oct 04:44
7ebbcf0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.18...v1.2.19

v1.2.18

10 Oct 07:55
6c4f8fb
Compare
Choose a tag to compare

What's Changed

  • fix: Dockerfile backup, restore, and migrate scripts since the migration of base image from Ubuntu to Alpine by @jkaninda in #103

Full Changelog: v1.2.17...v1.2.18