Releases: shayonj/pg-osc
v0.9.0
v0.8.1
v0.8.0
v0.7.5
What's Changed
- Bump google-protobuf from 3.21.6 to 3.21.7 by @dependabot in #76
- Supports tablenames containing uppercase letters by @SylviaZiyuZhang in #77
- Update rubocop todo by @shayonj in #78
- Ensure original triggers are carried over from parent table by @shayonj in #79
New Contributors
- @SylviaZiyuZhang made their first contribution in #77
Full Changelog: v0.7.4...v0.7.5
v0.7.4
What's Changed
- off-by-one: Don't skip PK sequence value by one #74
Full commits: v0.7.3...v0.7.4
Changelog: https://github.com/shayonj/pg-online-schema-change/blob/main/CHANGELOG.md
DockerHub: https://hub.docker.com/r/shayonj/pg-osc
v0.7.3
What's Changed
- Update primary key sequence on shadow table #72
- Thanks to @brycethornton for the report
- Only refresh primary key when a sequence is attached #73
Full commits: v0.7.0...v0.7.3
Changelog: https://github.com/shayonj/pg-online-schema-change/blob/main/CHANGELOG.md
DockerHub: https://hub.docker.com/r/shayonj/pg-osc
v0.7.2
NOTE: Skip to 0.7.3. 0.7.2 release missed the change mentioned below.
- Update primary key sequence on shadow table #72
- Thanks to @brycethornton for the report
Full commits: v0.7.0...v0.7.2
Changelog: https://github.com/shayonj/pg-online-schema-change/blob/main/CHANGELOG.md
DockerHub: https://hub.docker.com/r/shayonj/pg-osc
v0.7.1
What's Changed
- Bump pg to
1.3.4
d086c19
Full commits: v0.6.0...v0.7.1
Changelog: https://github.com/shayonj/pg-online-schema-change/blob/main/CHANGELOG.md
DockerHub: https://hub.docker.com/r/shayonj/pg-osc
v0.7.0
What's Changed
- Move CI to Github Actions in #64
- Set --password as optional since it is deprecated in #66
- Smoke tests in #65
- Add foreign keys to parent during swap in #67
Full commits: v0.6.0...v0.7.0
Changelog: https://github.com/shayonj/pg-online-schema-change/blob/main/CHANGELOG.md
DockerHub: https://hub.docker.com/r/shayonj/pg-osc
v0.6.0
What's Changed
- Delete items by audit table PK when replaying by @shayonj @jfrost in #60
- Fixes a race condition issue: #58
Full commits: v0.5.0...v0.6.0
Changelog: https://github.com/shayonj/pg-online-schema-change/blob/main/CHANGELOG.md
DockerHub: https://hub.docker.com/r/shayonj/pg-osc