---
title: "Elixir v1.19.0-rc.0 released"
url: https://daily.dev/posts/elixir-v1-19-0-rc-0-released-qdlnbyq41
source_url: https://forum.elixirforum.com/t/elixir-v1-19-0-rc-0-released/71190
type: article
source: "Elixir Forum"
published: 2026-07-09T07:04:40.028Z
updated: 2026-07-09T07:05:32.708Z
tags: ["elixir", "compiler"]
reading_time: 10
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Elixir v1.19.0-rc.0 released

**[Elixir Forum](https://daily.dev/sources/elixirforum)** · 10 min read · 0 upvotes · 0 comments

## Summary

Elixir v1.19.0-rc.0 introduces significant type system improvements including type checking for protocol dispatch and implementations (e.g., String.Chars, Enumerable), and type inference for anonymous functions and function captures. Compile times are improved up to 4x in large projects via lazy module loading and a new MIX_OS_DEPS_COMPILE_PARTITION_COUNT variable for parallel dependency compilation. The pretty printing algorithm is overhauled to track limits globally rather than per depth, with the default limit raised from 50 to 100. This release also achieves OpenChain certification, adding Source SBoM in CycloneDX and SPDX formats. Notable deprecations include the struct update syntax in favor of map update syntax, and Logger :backends configuration.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://forum.elixirforum.com/t/elixir-v1-19-0-rc-0-released/71190>

## Similar posts on daily.dev

- [Elixir v1.19.0 released](https://daily.dev/posts/elixir-v1-19-0-released-fxcbm2ggq) · Elixir Forum · 0 upvotes · 0 comments
- [Elixir v1.19 released: enhanced type checking, broader type inference, and up to 4x faster compilation for large projects](https://daily.dev/posts/elixir-v1-19-released-enhanced-type-checking-broader-type-inference-and-up-to-4x-faster-compilati-rc2s8j4bd) · Elixir · 22 upvotes · 0 comments
- [Elixir v1.20.0-rc.0 released](https://daily.dev/posts/elixir-v1-20-0-rc-0-released-dwawfn6o5) · Elixir Forum · 0 upvotes · 0 comments
- [Elixir v1.20.0-rc.1 released](https://daily.dev/posts/elixir-v1-20-0-rc-1-released-ypruusqzv) · Elixir Forum · 0 upvotes · 0 comments

---

Tags: [#elixir](https://daily.dev/tags/elixir), [#compiler](https://daily.dev/tags/compiler)

[View this post on daily.dev](https://daily.dev/posts/elixir-v1-19-0-rc-0-released-qdlnbyq41)
