Skip to content

0.15.0

Compare
Choose a tag to compare
@jonathansick jonathansick released this 15 Jan 20:28
· 58 commits to main since this release
02fb470

Backwards-incompatible changes

  • Migrate the database to use TEXT column types where previously we used VARCHAR columns with a (now unnecessary) length limit. This change requires a database migration on deployment. In Postgres there is no functional or performance difference between VARCHAR and TEXT columns. This change simplifies the database schema and reduce the risk of future issues with column length limits.

Bug fixes

  • In the cli tox environment, fix the name of the executable to be times-square rather than timessquare.

Other changes

  • Improved the developer documentation for database migration to concretely provide copy-and-paste-able commands for preparing and running database migrations.

What's Changed

Full Changelog: 0.14.0...0.15.0