---
title: "Crystal 1.19.2 is released!"
url: https://daily.dev/posts/crystal-1-19-2-is-released--kdscgsowv
source_url: https://crystal-lang.org/2026/04/27/1.19.2-released
type: article
source: "Crystal"
published: 2026-04-28T10:01:44.259Z
updated: 2026-04-28T10:02:02.301Z
tags: ["security"]
reading_time: 2
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.

# Crystal 1.19.2 is released!

**[Crystal](https://daily.dev/sources/crystallang)** · 2 min read · 0 upvotes · 0 comments

## Summary

Crystal 1.19.2 is a patch release fixing two regressions and a security vulnerability. The security fix addresses HTTP request smuggling (CWE-444): HTTP::Server previously accepted requests with both Content-Length and Transfer-Encoding headers, prioritizing Content-Length, which could allow smuggling attacks when behind a vulnerable frontend. The fix rejects such requests and ignores Content-Length when Transfer-Encoding is present. Additionally, a regression in Range#sample that could lose randomness is fixed. The release includes 3 changes from 2 contributors.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://crystal-lang.org/2026/04/27/1.19.2-released>

## Similar posts on daily.dev

- [Crystal 1.20.1 is released\!](https://daily.dev/posts/crystal-1-20-1-is-released--kocd2upnl) · Crystal · 66 upvotes · 2 comments
- [Crystal 1.20.2 is released\!](https://daily.dev/posts/crystal-1-20-2-is-released--bpd4yqred) · Crystal · 54 upvotes · 3 comments

---

Tags: [#security](https://daily.dev/tags/security)

[View this post on daily.dev](https://daily.dev/posts/crystal-1-19-2-is-released--kdscgsowv)
