Skip to content

Releases: shayonj/pg_easy_replicate

v0.3.2

31 Aug 22:08
Compare
Choose a tag to compare

What's Changed

  • Yanked 0.3.1
  • Update sequel requirement from >= 5.69, < 5.83 to >= 5.69, < 5.84 by @dependabot in #152
  • DDL: Support table column rename by @shayonj in #157

Full Changelog: v0.3.0...v0.3.1

v0.3.0

31 Aug 16:46
Compare
Choose a tag to compare

What's Changed

  • Bump rexml from 3.3.3 to 3.3.6 by @dependabot in #154
  • Support DDL Tracking by @shayonj in #155
    • recreate-indices-post-copy now defaults to false

Full Changelog: v0.2.7...v0.3.0

v0.2.7

09 Aug 11:39
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.6...v0.2.7

v0.2.6

04 Jun 13:16
Compare
Choose a tag to compare

What's Changed

Props to @annadowling for thorough testing

Full Changelog: v0.2.5...v0.2.6

v0.2.5

14 Apr 13:47
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.4...v0.2.5

v0.2.4

13 Feb 09:00
Compare
Choose a tag to compare

What's Changed

  • Introduce PG_EASY_REPLICATE_STATEMENT_TIMEOUT env var by @shayonj in #101
  • Bump rspec from 3.12.0 to 3.13.0 by @dependabot in #98
  • Update sequel requirement from >= 5.69, < 5.77 to >= 5.69, < 5.78 by @dependabot in #99

Full Changelog: v0.2.3...v0.2.4

v0.2.3

28 Jan 16:21
Compare
Choose a tag to compare

What's Changed

  • Fix tables check in config_check by @shayonj in #93
  • add option to skip vacuum analyzing on switchover by @honzasterba in #92
  • Disable statement timeout and reset it before/after vacuum+analyze by @shayonj in #94
  • Add spec for skip_vacuum_analyze by @shayonj in #95

New Contributors

Highlights

  • You can now skip vacuum and analyze by passing --skip-vacuum-analyze to switchover. Thanks to @honzasterba
  • Vacuum and Analyze won't run into timeouts. Thanks to the report from @TrueCarry

Full Changelog: v0.2.2...v0.2.3

v0.2.2

21 Jan 22:28
Compare
Choose a tag to compare

What's Changed

  • Extend config check to assert for REPLICA IDENTITY on tables and drop index bug fix by @shayonj in #89

Full Changelog: v0.2.1...v0.2.2

v0.2.1

20 Jan 20:54
Compare
Choose a tag to compare

What's Changed

  • Bump rubocop-performance from 1.19.1 to 1.20.2 by @dependabot in #86
  • Update sequel requirement from >= 5.69, < 5.76 to >= 5.69, < 5.77 by @dependabot in #84
  • Bump rubocop from 1.58.0 to 1.60.1 by @dependabot in #87
  • Bump rubocop-rspec from 2.25.0 to 2.26.1 by @dependabot in #85
  • Don't attempt to drop and recreate unique indices by @shayonj in #88

Full Changelog: v0.2.0...v0.2.1

v0.2.0

29 Dec 16:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.12...v0.2.0