Skip to content

Releases: jkaninda/pg-bkup

v1.3.3

20 Jul 16:31
d9edada

Choose a tag to compare

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

19 Jul 02:22
1aa713c

Choose a tag to compare

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

20 Mar 11:44
34b3adb

Choose a tag to compare

What's Changed

  • feat: add support for bulk database migration by @jkaninda in #176

Full Changelog: v1.3.1...v1.3.2

v1.3.1

17 Mar 07:53
ea8a5c2

Choose a tag to compare

What's Changed

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

v1.3.0

16 Mar 09:43
dc608dd

Choose a tag to compare

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

25 Jan 08:30
03938f7

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

Choose a tag to compare

What's Changed

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

v1.2.25

13 Dec 05:36
dd0362f

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

Choose a tag to compare

What's Changed

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

v1.2.23

07 Dec 19:42
5a65c51

Choose a tag to compare

What's Changed

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