Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.65 KB

File metadata and controls

46 lines (32 loc) · 1.65 KB
layout news_post
title Ruby 3.3.11 Released
author hsbt
translator
date 2026-03-26 00:00:00 +0000
lang en

Ruby 3.3.11 has been released. This release includes an update to the zlib gem addressing CVE-2026-27820, along with some bug fixes.

Please see the GitHub releases for further details.

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.

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.

Download

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

  • <{{ release.url.gz }}>

    SIZE: {{ release.size.gz }}
    SHA1: {{ release.sha1.gz }}
    SHA256: {{ release.sha256.gz }}
    SHA512: {{ release.sha512.gz }}
    
  • <{{ release.url.xz }}>

    SIZE: {{ release.size.xz }}
    SHA1: {{ release.sha1.xz }}
    SHA256: {{ release.sha256.xz }}
    SHA512: {{ release.sha512.xz }}
    
  • <{{ release.url.zip }}>

    SIZE: {{ release.size.zip }}
    SHA1: {{ release.sha1.zip }}
    SHA256: {{ release.sha256.zip }}
    SHA512: {{ release.sha512.zip }}
    

Release Comment

Many committers, developers, and users who provided bug reports helped us make this release. Thanks for their contributions.