Skip to content

v0.47.0

Choose a tag to compare

@stephenafamo stephenafamo released this 22 Jun 20:12
· 85 commits to main since this release

Added

  • Added column_order config option (shared across all drivers). Set to "name" to sort generated model columns alphabetically, producing deterministic output regardless of the order migrations were applied to the database. Defaults to "ordinal" (previous behaviour: database physical column order). (thanks @cbarber)

Changed

  • Change the closure in RunInTx to pass bob.Transaction instead of bob.Executor

New Contributors

Full Changelog: v0.46.0...v0.47.0