Skip to content

v0.5.8

Choose a tag to compare

@mward-sudo mward-sudo released this 01 Aug 23:30
· 19 commits to main since this release
89634fc

Changed

  • Make file_system an optional dependency used only by mix squirrelix.gen --watch; missing dep raises a clear install hint (#50).

Fixed

  • Serialize async test compiles of the same generated module name to avoid flaky MyApp.SQL “currently being defined” failures under CI parallelism.

Docs

  • Document the intentional libpq-aligned sslmode=require[verify: :verify_none] mapping and point adopters at verify-ca / verify-full for peer verification (#70).