The Wire · Showcase
PHOENIX LIVE VIEW TIGHTENS ASYNC DOCS AS ECTO BUMPS DECIMAL
By RepoJournal · Filed · About Elixir & Phoenix
Phoenix Live View patched critical documentation gaps in assign_async while Ecto modernizes its decimal dependency.
Phoenix Live View caught and fixed misleading return type documentation for assign_async [1], a core async feature developers rely on for real-time updates. The same release cycle saw typo corrections across the framework's docs [2], part of broader quality-of-life polish hitting the ecosystem. Over in Ecto, the team bumped decimal to its latest version [3], cleaning up the dependency tree ahead of what looks like a maintenance cycle. Ecto also fixed CI failures [5] and improved documentation linking to SQL guides [4]. The quiet work across all three desks points to steady maintenance rather than breaking changes, making this a good window for upgrades if you've been holding back.
One email a day. Unsubscribe in one click.
Keep up with Elixir & Phoenix in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.
One email a day. Unsubscribe in one click. Read a past issue →
Action items
- → Pull latest Phoenix Live View if using assign_async in production phoenixframework/phoenix_live_view [plan]
- → Review Ecto decimal bump for compatibility with your queries elixir-ecto/ecto [plan]
- → Check Elixir aliases documentation if on next chapter elixir-lang/elixir [monitor]
References
- [1] Fix assign_async return docs (#4236) phoenixframework/phoenix_live_view
- [2] Fix typos in documentation (#4237) phoenixframework/phoenix_live_view
- [3] Bump decimal to latest elixir-ecto/ecto
- [4] Link to Ecto SQL guides elixir-ecto/ecto
- [5] fix ci ↗ elixir-ecto/ecto