---
title: "Crystal 1.21.0 is released!"
url: https://daily.dev/posts/crystal-1-21-0-is-released--rdiw9bdey
source_url: https://crystal-lang.org/2026/07/16/1.21.0-released
type: article
source: "Crystal"
published: 2026-07-16T17:43:37.638Z
updated: 2026-07-18T12:17:30.259Z
reading_time: 6
upvotes: 19
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.21.0 is released!

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

## Summary

Crystal 1.21.0 ships execution contexts enabled by default, bringing multi-threading support via RFC 0002. The default context is single-threaded but can be resized for parallelism. Key breaking changes include fibers no longer being pinned to one thread and removal of same_thread: spawn support in parallel contexts. New language features include %W string array literals with interpolation and splats. Standard library additions cover Channel(T) implementing Iterator(T), synchronous HTTP::WebSocket#receive, JSON::Field nested root properties, UUID v6/v8 generators, Socket#sendfile for efficient file transfer, and chainable spec matchers. The compiler improves case expression type narrowing and debug metadata. Legacy PCRE fallback is disabled and the original crystal(1) manpage is removed in favor of split subcommand pages.

## Full article

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

## Similar posts on daily.dev

- [Crystal 1.20.0 is released\!](https://daily.dev/posts/crystal-1-20-0-is-released--kodqqmatu) · Crystal · 0 upvotes · 0 comments

---

[View this post on daily.dev](https://daily.dev/posts/crystal-1-21-0-is-released--rdiw9bdey)
