Skip to content

Releases: obsidiansystems/beam-automigrate

v0.1.6.0

26 Jan 14:48
Compare
Choose a tag to compare

0.1.6.0

  • Fix instance HasSchemaConstraints build failure with GHC 9.2.8

v0.1.5.0

16 Jan 20:33
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.4.0...v0.1.5.0

v0.1.4.0

03 Aug 15:15
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.3.0...v0.1.4.0

v0.1.3.0

16 Dec 22:28
Compare
Choose a tag to compare

0.1.3.0

  • #47: Generate postgres enum types in schema when using Nullable PgEnum values.
  • Add showMigration
  • Extend allowable version bounds for aeson, base, dlist, pretty-simple, and splitmix
  • Add support for postgres' oid column type
  • Add calcMigrationSteps function to compute the Diff that will be performed by a migration without altering the database.
  • Support GHC 9.0.2
  • Fix an issue where names starting with an upper case letter and containing no other characters requiring escaping would not be properly escaped

v0.1.2.0

08 Dec 01:45
e57d339
Compare
Choose a tag to compare

0.1.2.0

v0.1.1.0

01 Dec 20:03
bb548de
Compare
Choose a tag to compare

0.1.1.0

v0.1.0.1

21 Nov 12:29
d242845
Compare
Choose a tag to compare

0.1.0.1

  • Loosen time version bounds
  • readme: Fix warning about a transaction already running
  • Support for GHC 8.10

v0.1.0.0

21 Nov 12:28
Compare
Choose a tag to compare

0.1.0.0

  • Initial release. Generate schemas and migrations for beam databases. See limitations in README.md