Releases: jkaninda/pg-bkup
Releases · jkaninda/pg-bkup
v1.2.27
What's Changed
Dependency Updates
- chore(deps): Bumped Go version from
1.23.4
to1.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
andMAIL_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
What's Changed
- doc: add QuickStart by @jkaninda in #153
- fix: the configuration file path is not being detected when it is enclosed in quotes by @jkaninda in #155
- Nightly by @jkaninda in #156
- chore(deps): bump alpine from 3.21.0 to 3.21.2 by @dependabot in #157
- feat: add backup flags for configuration and cron expression by @jkaninda in #158
Full Changelog: v1.2.25...v1.2.26
v1.2.25
v1.2.24
What's Changed
- chore(deps): bump golang from 1.23.3 to 1.23.4 by @dependabot in #149
- feat: add support Database source jdbc uri format by @jkaninda in #148
- chore: add convert backup size from bytes to Mib by @jkaninda in #150
- docs: update features by @jkaninda in #151
Full Changelog: v1.2.23...v1.2.24
v1.2.23
v1.2.22
v1.2.21
v1.2.20
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
- @dependabot made their first contribution in #126
Full Changelog: v1.2.19...v1.2.20
v1.2.19
What's Changed
- chore: update notification template by @jkaninda in #104
- docs: update Kubernetes deployments by @jkaninda in #105
- docs: update email notification example by @jkaninda in #107
- docs: update restoration supported extensions by @jkaninda in #108
- fix: fix logging message by @jkaninda in #110
- docs: update s3 storage example by @jkaninda in #115
- chore: replace prune and keep-last flags by BACKUP_RETENTION_DAYS env… by @jkaninda in #116
- chore: add command usage error by @jkaninda in #118
Full Changelog: v1.2.18...v1.2.19