github dannymcc/may v0.22.1

latest release: v0.22.2
9 hours ago

What's Changed

Bug Fixes

  • Fix worker boot failure on container upgrade for pre-Flask-Migrate databases (#166). The schema recovery now walks the SQLAlchemy models directly, so any model column missing from a live database is added automatically — the previous hardcoded list had drifted out of date and missed default_vehicle_id, show_menu_*, show_quick_entry, start_page, api_key and others.

Other Changes

  • Startup banner: every boot now logs May <version> starting (alembic_version=...) so future upgrade reports identify the running image at a glance.
  • New regression tests cover the legacy DB → upgrade path so this class of bug stays fixed.

Don't miss a new may release

NewReleases is sending notifications on new releases.