Skip to content

Commit 2e7876d

Browse files
committed
Add release notes content for Ruby 3.3.11
1 parent 35db30f commit 2e7876d

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

en/news/_posts/2026-03-26-ruby-3-3-11-released.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
---
22
layout: news_post
33
title: "Ruby 3.3.11 Released"
4-
author:
4+
author: hsbt
55
translator:
6-
date: 2026-03-26 00:44:10 +0000
6+
date: 2026-03-26 00:00:00 +0000
77
lang: en
88
---
99

10-
Ruby 3.3.11 has been released.
10+
Ruby 3.3.11 has been released. This release includes [an update to the zlib gem addressing CVE-2026-27820](https://www.ruby-lang.org/en/news/2026/03/05/buffer-overflow-zlib-cve-2026-27820/), along with some bug fixes.
1111

1212
Please see the [GitHub releases](https://github.com/ruby/ruby/releases/tag/v3_3_11) for further details.
1313

14+
This is the last release of normal maintenance for the Ruby 3.3 series. After this release, Ruby 3.3 enters a security maintenance phase. During this phase, we will only backport security fixes and fixes for critical build issues, without any regular bug fixes.
15+
16+
The security maintenance phase is scheduled to last for one year, until the end of March 2027. At that point, official support for Ruby 3.3 will end. We recommend that you begin planning your migration to Ruby 3.4 or 4.0.
17+
1418
## Download
1519

1620
{% assign release = site.data.releases | where: "version", "3.3.11" | first %}

0 commit comments

Comments
 (0)