Skip to content

🚀 Archimedes

Choose a tag to compare

@mychidarko mychidarko released this 17 Jul 16:58
eb89128

v4.4 - 17 Jul 2025

Added

  • Added support for REDIS_SESSION env
  • Auto connect to s3 compatible buckets if defined in env
  • Add support for s3 drop-in extension
  • Add support for schema seed options with multiple values by @mmagdiel
  • Add multi-db support on schema files
  • Add db:drop support

Fixed

  • Added more verbose error handling in dev mode
  • Patch up truncated table names
  • Fix automatic schema diffs on model relationships
  • Patched up schema options on column diffs
  • Patched up column default value false being ignored

Changed

  • Setup leaf before loading MVC config in process by @mychidarko