Skip to content

Releases: stripe/pg-schema-diff

v0.7.0 - Enum, RLS, and Alter Sequence Support

29 May 16:23
045fd2c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.7.0

Multi-schema support and diffing two databases

09 Feb 00:13
7fc1d07
Compare
Choose a tag to compare

Summary

  • Diff any schemas, not just public
  • Diff two databases instead of a database and DDL
  • New interface for generating plans (Generate). GeneratePlan is now deprecated.

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

12 Jan 03:11
16eed43
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0

25 Oct 18:50
6bad92c
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

10 Aug 17:29
eafb45c
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

07 Jul 17:33
a0d7b84
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

05 Jun 18:15
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial release. The exposed library API is subject to change; however, the CLI should be mostly stable.

Full Changelog: https://github.com/stripe/pg-schema-diff/commits/v0.1.0