This matrix defines the currently supported baseline for Squid Mesh.
Supported Baseline
| Component | Supported baseline |
|---|---|
| Elixir | 1.19.5-otp-28 |
| Erlang/OTP | 28.4.1 |
| Postgres | 15+ |
| Oban | 2.21 and 2.22 |
| Jido | 2.0+ |
What Supported Means
For the current release line, "supported" means:
- the combination is exercised in CI or repeatable local verification
- the documentation and example harnesses target that baseline
- bug reports on that baseline are in scope for active support
Host App Expectations
Supported host apps are expected to provide:
- an Ecto
Repo - Postgres for durable state
- an
Obaninstance andoban_jobstable - step modules that conform to the current Squid Mesh action contract
Version Evaluation Policy
Before a new version is called supported, the team should:
- Run the root test suite.
- Run the example host app smoke path.
- Run the restart resilience and soak/load verifications in the example app, including paused-run unblock after restart.
- Review docs and configuration snippets for version-specific drift.
Until that work is done, newer versions may still work, but they should be treated as unverified rather than supported.