RepoJournal
Elixir & Phoenix Elixir & Phoenix
94 wires and counting

$ follow Elixir & Phoenix

Keep up with Elixir & Phoenix in about 3 minutes: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good read, this isn't your newsletter.

Folds into your digest — weekly by default, monthly if you prefer. Unsubscribe in one click.

$ status

wire 2026-08-30
stories 4

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

Docs clarify Mix format plugin file-type behavior

By RepoJournal · Filed · About Elixir & Phoenix

New Mix format documentation explains how plugins handle .ex and .exs files, addressing a long-standing point of confusion.

The Elixir docs now include a section on Mix Format plugins clarifying the current behavior for .ex/.exs file types [1]. The addition stems from a discussion in PR #15742 and aims to shorten the path to understanding for developers who, like the author, "had read the docs thoroughly beforehand" but still found the behavior unintuitive [1]. The change ships in a single commit [2]. Meanwhile, Ecto updated its CI workflow, bumping actions/checkout to v7 and actions/cache to v6 [3]. The cache update requires Actions Runner 2.327.1 or newer on self-hosted runners, so teams running Ecto CI on self-hosted infrastructure should verify runner versions [3]. The change is scoped to .github/workflows/ci.yml only, with cache inputs unchanged [3].

Quick answers

What shipped in Elixir & Phoenix on August 30, 2026?
New Mix format documentation explains how plugins handle .ex and .exs files, addressing a long-standing point of confusion. In total, 2 commits and 2 pull requests landed.
Who contributed to Elixir & Phoenix on August 30, 2026?
2 developers shipped this update, including evnp and katsugtgz.
What were the notable Elixir & Phoenix updates?
Docs updates for .ex/.exs plugin behavior, Docs updates for .ex/.exs plugin behavior (#15809), and ci: update checkout to v7 and cache to v6.