Releases: jkaninda/pg-bkup
Releases · jkaninda/pg-bkup
v1.3.3
What's Changed
- docs: add note for bulk backup and migration by @jkaninda in #179
- chore(deps): bump github.com/jackc/pgx/v5 from 5.7.2 to 5.7.3 by @dependabot[bot] in #180
- chore(deps): bump github.com/jackc/pgx/v5 from 5.7.3 to 5.7.4 by @dependabot[bot] in #181
- chore(deps): bump golang from 1.24.1 to 1.24.2 by @dependabot[bot] in #182
- chore(deps): bump golang from 1.24.2 to 1.24.3 by @dependabot[bot] in #186
- chore(deps): bump github.com/jackc/pgx/v5 from 5.7.4 to 5.7.5 by @dependabot[bot] in #187
- chore(deps): bump alpine from 3.21.3 to 3.22.0 by @dependabot[bot] in #188
- chore(deps): bump golang from 1.24.3 to 1.24.4 by @dependabot[bot] in #189
- chore(deps): bump golang from 1.24.4 to 1.24.5 by @dependabot[bot] in #190
- chore(migrate): enhance logging, refactor code, and support full PostgreSQL instance migration by @jkaninda in #191
Full Changelog: v1.3.2...v1.3.3
v1.3.3-rc
What's Changed
- docs: add note for bulk backup and migration by @jkaninda in #179
- chore(deps): bump github.com/jackc/pgx/v5 from 5.7.2 to 5.7.3 by @dependabot[bot] in #180
- chore(deps): bump github.com/jackc/pgx/v5 from 5.7.3 to 5.7.4 by @dependabot[bot] in #181
- chore(deps): bump golang from 1.24.1 to 1.24.2 by @dependabot[bot] in #182
- chore(deps): bump golang from 1.24.2 to 1.24.3 by @dependabot[bot] in #186
- chore(deps): bump github.com/jackc/pgx/v5 from 5.7.4 to 5.7.5 by @dependabot[bot] in #187
- chore(deps): bump alpine from 3.21.3 to 3.22.0 by @dependabot[bot] in #188
- chore(deps): bump golang from 1.24.3 to 1.24.4 by @dependabot[bot] in #189
- chore(deps): bump golang from 1.24.4 to 1.24.5 by @dependabot[bot] in #190
- chore(migrate): enhance logging, refactor code, and support full PostgreSQL instance migration by @jkaninda in #191
v1.3.2
v1.3.1
v1.3.0
What's Changed
- chore: update helper func to check env with prefix or suffix for multi backups by @jkaninda in #163
- chore(deps): bump golang from 1.23.5 to 1.23.6 by @dependabot in #164
- chore(deps): bump alpine from 3.21.2 to 3.21.3 by @dependabot in #167
- chore(deps): bump golang from 1.23.6 to 1.24.0 by @dependabot in #166
- chore(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1 by @dependabot in #165
- chore(deps): bump github.com/jkaninda/go-utils from 0.0.0-20250122060806-26119182077a to 0.1.1 by @dependabot in #168
- chore(deps): bump golang from 1.24.0 to 1.24.1 by @dependabot in #169
- feat: add backup all databases by @jkaninda in #171
- ci: update Github page deploy by @jkaninda in #172
Full Changelog: v1.2.27...v1.3.0
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