Skip to content

Releases: Infranite/go-dblog

go-dblog v0.3.0

Choose a tag to compare

@LPX-E5BD8 LPX-E5BD8 released this 02 Jul 11:35
37b0b68

Highlights

  • Added dblog.RecoveryPlan and dblog.RecoveryStep for safe replay workflows with checkpoint handoff.
  • Expanded safe flashbacks for MongoDB replace before-image recovery and Redis numeric command recovery.
  • Added bilingual recovery cookbook and product recovery examples.
  • Verified full CI across MySQL 5.6/5.7/8.0/8.4, PostgreSQL 16, MongoDB 7.0, Redis 7.2, lint, vet, vuln, fuzz, and benchmarks.

Module tags

  • v0.3.0
  • mysql/v0.3.0
  • postgres/v0.3.0
  • mongo/v0.3.0
  • redis/v0.3.0

go-dblog v0.2.0

Choose a tag to compare

@LPX-E5BD8 LPX-E5BD8 released this 02 Jul 08:21
81d39d6

Highlights

  • First public go-dblog tag set for the root module and MySQL, PostgreSQL, MongoDB, and Redis backend modules.
  • Compatibility-hardened parser and CDC developer preview with backend-native events, filtering, checkpoint resume, plugins, and safe flashback helpers.
  • CI-backed fixtures and live-reader coverage for MySQL 5.6/5.7/8.0/8.4, PostgreSQL 16, MongoDB 7.0, and Redis 7.2.

Tags

  • v0.2.0
  • mysql/v0.2.0
  • postgres/v0.2.0
  • mongo/v0.2.0
  • redis/v0.2.0

Verification

  • PR #21 and PR #22 passed protected ci and merge-policy checks.
  • Master CI passed on commit 81d39d655fb3fb61a57c7b147a15164a106cc5cc.