Skip to main content
Redhat Developers  Logo
  • Products

    Featured

    • Red Hat Enterprise Linux
      Red Hat Enterprise Linux Icon
    • Red Hat OpenShift AI
      Red Hat OpenShift AI
    • Red Hat Enterprise Linux AI
      Linux icon inside of a brain
    • Image mode for Red Hat Enterprise Linux
      RHEL image mode
    • Red Hat OpenShift
      Openshift icon
    • Red Hat Ansible Automation Platform
      Ansible icon
    • Red Hat Developer Hub
      Developer Hub
    • View All Red Hat Products
    • Linux

      • Red Hat Enterprise Linux
      • Image mode for Red Hat Enterprise Linux
      • Red Hat Universal Base Images (UBI)
    • Java runtimes & frameworks

      • JBoss Enterprise Application Platform
      • Red Hat build of OpenJDK
    • Kubernetes

      • Red Hat OpenShift
      • Microsoft Azure Red Hat OpenShift
      • Red Hat OpenShift Virtualization
      • Red Hat OpenShift Lightspeed
    • Integration & App Connectivity

      • Red Hat Build of Apache Camel
      • Red Hat Service Interconnect
      • Red Hat Connectivity Link
    • AI/ML

      • Red Hat OpenShift AI
      • Red Hat Enterprise Linux AI
    • Automation

      • Red Hat Ansible Automation Platform
      • Red Hat Ansible Lightspeed
    • Developer tools

      • Red Hat Trusted Software Supply Chain
      • Podman Desktop
      • Red Hat OpenShift Dev Spaces
    • Developer Sandbox

      Developer Sandbox
      Try Red Hat products and technologies without setup or configuration fees for 30 days with this shared Openshift and Kubernetes cluster.
    • Try at no cost
  • Technologies

    Featured

    • AI/ML
      AI/ML Icon
    • Linux
      Linux Icon
    • Kubernetes
      Cloud icon
    • Automation
      Automation Icon showing arrows moving in a circle around a gear
    • View All Technologies
    • Programming Languages & Frameworks

      • Java
      • Python
      • JavaScript
    • System Design & Architecture

      • Red Hat architecture and design patterns
      • Microservices
      • Event-Driven Architecture
      • Databases
    • Developer Productivity

      • Developer productivity
      • Developer Tools
      • GitOps
    • Secure Development & Architectures

      • Security
      • Secure coding
    • Platform Engineering

      • DevOps
      • DevSecOps
      • Ansible automation for applications and services
    • Automated Data Processing

      • AI/ML
      • Data Science
      • Apache Kafka on Kubernetes
      • View All Technologies
    • Start exploring in the Developer Sandbox for free

      sandbox graphic
      Try Red Hat's products and technologies without setup or configuration.
    • Try at no cost
  • Learn

    Featured

    • Kubernetes & Cloud Native
      Openshift icon
    • Linux
      Rhel icon
    • Automation
      Ansible cloud icon
    • Java
      Java icon
    • AI/ML
      AI/ML Icon
    • View All Learning Resources

    E-Books

    • GitOps Cookbook
    • Podman in Action
    • Kubernetes Operators
    • The Path to GitOps
    • View All E-books

    Cheat Sheets

    • Linux Commands
    • Bash Commands
    • Git
    • systemd Commands
    • View All Cheat Sheets

    Documentation

    • API Catalog
    • Product Documentation
    • Legacy Documentation
    • Red Hat Learning

      Learning image
      Boost your technical skills to expert-level with the help of interactive lessons offered by various Red Hat Learning programs.
    • Explore Red Hat Learning
  • Developer Sandbox

    Developer Sandbox

    • Access Red Hat’s products and technologies without setup or configuration, and start developing quicker than ever before with our new, no-cost sandbox environments.
    • Explore Developer Sandbox

    Featured Developer Sandbox activities

    • Get started with your Developer Sandbox
    • OpenShift virtualization and application modernization using the Developer Sandbox
    • Explore all Developer Sandbox activities

    Ready to start developing apps?

    • Try at no cost
  • Blog
  • Events
  • Videos

What's new in Red Hat Enterprise Linux 9.4?

Now generally available

May 1, 2024
Nikhil Mungale
Related topics:
Artificial intelligenceDatabasesDeveloper ToolsEdge computingGoLinuxPythonRuntimesRust
Related products:
Podman DesktopRed Hat Enterprise LinuxRed Hat Enterprise Linux for EdgeRHEL UBI

Share:

    Red Hat Enterprise Linux (RHEL) 9.4 is now generally available (GA). This release provides a flexible, reliable, secure, and stable foundation for innovative applications. It also provides a platform for faster and more efficient development of critical workloads with a consistent experience across physical, virtual, private, public cloud, and edge deployments.

     You can download RHEL 9.4 at no cost as part of the Red Hat Developer program subscription. 

    In this article, you'll learn about enhancements in RHEL 9.4 that improve the developer experience.

    Latest language runtimes, databases, and tools

    Red Hat Enterprise Linux 9.4 has been updated with many developers' favorite programming languages. Notable changes include: 

    • Python 3.12 is the latest version of Python programming language included in Red Hat Enterprise Linux 9.4. Python 3.12 is also supported in ubi9/python-312 package. Key enhancements include:
      • A new type statement and new parameter syntax for generic classes and functions.
      • A unique pre-interpreter global interpreter lock (GIL). 
      • The built-in hashlib implementation for SHA1, SHA3, SHA2-384, SHA2-512, and MD5 cryptographic algorithms are replaced with formally verified code from HACL project.
    • Ruby 3.3 is available as part of Red Hat Enterprise Linux 9.4. Key features include:
      • The new Prism parser: A portable, error-tolerant, and maintainable recursive parser.
      • Improvements in the regex matching algorithm to reduce the impact of potential regex denial of service (ReDoS) vulnerabilities.
    • PHP 8.2 is the latest version available in Red Hat Enterprise Linux 9.4. Key enhancements include:
      • A new Random extension that organizes and consolidates existing random number generation functionality of PHP.
      • Introduction of several new standalone types such as null, false, and true. 
    • MariaDB 10.11 is now available as a new module stream in Red Hat Enterprise Linux 9.4. Key enhancements include:
      • A new sys_schema feature
      • A new GRANT…TO PUBLIC privilege.
      • A separate SUPER and READ ONLY ADMIN privileges 
      • A new UUID database data type.
      • Support for Secure Socket Layer (SSL) version 3 allows the MariaDB server to correctly configure SSL to start. 
    • PostgreSQL 16 is available in Red Hat Enterprise Linux 9.4 as the postgresql:16 module stream. Key enhancements include:
      • The libpq library now supports connection-level load balancing.  New load_balance_hosts can be used for efficient load balancing.
      • Support for regular expression matching on database and role entries in the pg_hba.conf file.

    The latest versions of toolsets and compilers

    Red Hat Enterprise Linux 9.3 offers an updated version of Go 1.21, Rust 1.75, and LLVM 17, enabling developers to accelerate innovation, streamline operations, and modernize their applications with the latest toolsets and compilers.

    Go 1.21 

    Red Hat Enterprise Linux 9.4 comes with Go compiler 1.21.. Notable updates include:

    • The language includes three new built-ins. The new functions—min, max, and clear—are introduced to improve development.
    • Official support for profile-guided optimization has been added, improving performance.
    • Improved support for backward compatibility and forward compatibility in the Go toolchain.
    • Enhancements to type inference are done, improving the power and precision of types.
    • Package initialization order is more precisely defined in this version.

    Find out more about Go 1.21.

    Rust 1.75

    The Rust toolset has been updated to version 1.75 in Red Hat Enterprise Linux 9.4. Notable changes include the following:

    • Constant evaluation time is now unlimited, allowing the compiler to process more complicated expressions at build time.
    • Panic and assertion messages have improved output to make them easier to read..
    • Cargo supports authentication to private registries for all operations, not just publishing, enabling secure hosting of crates.
    • Developers can now write traits with async fn methods and opaque return types (impl Trait).
    • Stabilized APIs provided in the release - Atomic*::from_ptr, FileTimes, FileTimesExt, File::set_modified, File::set_times, and IpAddr::to_canonical.

    Find out more about Rust on RHEL. 

    LLVM 17

    Red Hat Enterprise Linux 9.4 comes with LLVM 17.  Notable changes include:

    • The nofpclass attribute was introduced. This allows more optimizations around special floating-point value comparisons.
    • The constant select expression has been removed.
    • The legacy optimization pipeline (PassManagerBuilder.h) has been removed.
    • A new FatLTO pipeline was added to support generating object files that have both machine code and LTO-compatible bitcode.

    Find out more about LLVM 17.

    Security and compliance 

    Red Hat Enterprise Linux 9.4 GA allows customers to have better control over security policies while deploying new systems or managing existing infrastructure. Notable changes include:

    • Users can set additional options for messaging authentication codes (MACs) for SSH in system-wide cryptographic policies (crypto-policies). This provides finer control over MACs in SSH policies.
    • OpenSSH has been updated to set an upper limit for delay in reauthentication after initial authentication fails. This delay is introduced to prevent user enumeration attacks.
    • Updates to OpenSSL allow configuring provider-specific configuration without modifying the main OpenSSL configuration file, adding one more layer of security. 
    • Passkey authentication enables passwordless and multi-factor authentication (MFA) with FIDO2-compliant passkey for centrally managed users.

    Explore more security resources on Red Hat Developer.

    Red Hat Enterprise Linux for Edge

    Red Hat Enterprise Linux 9.4 supports building FIPS-enabled RHEL for Edge images using image builder. Supported features and image types include:

    • Edge-installer
    • Edge-simplified-installer
    • Edge-raw-image
    • Edge-ami
    • Edge-vsphere

    Red Hat Enterprise Linux for containers

    Red Hat Enterprise Linux 9.4 introduces significant updates in container management and security. Notable changes include: 

    • Podman 4.9:
      • Use Podman to load modules on-demand by using the podman --module <your_module_name> command and override the system and user configuration files. 
      • The new podman farm command with create, set, remove, and update subcommands enables distributed builds on machines running Podman for different architectures.
      • The podman build command now supports Containerfiles with the HereDoc syntax, simplifying Containerfiles and reducing image layers.
      • The podman machine init and podman machine set commands support a new --usb option, which allows for USB passthrough for the QEMU provider. 
      • Podman RESTful APIs display progress information for push or pull image operations on the registry.
      • The new podman-compose command runs Compose workloads using external compose providers like Docker Compose. 
    • Updated container tool RPM meta-packages with Podman, Buildah, Skopeo, crun, and runc are now available.
    • SQLite replaces BoltDB as the default Podman database for new installations, improving configuration resilience, especially during abnormal terminations.
    • The gvisor-tap-vsock package is now available as an alternative to libslirp and VPNKit, offering features like configurable DNS and dynamic port forwarding.

    Red Hat Enterprise Linux identity management (IdM)

    Red Hat Enterprise Linux 9.4 has new features and enhancements in Identity Management (IdM). Some notable features include:

    • With new enhancements, the existing IdM users can be associated with external identity providers (IdPs) that support the OAuth2 device authorization flow. IdPs include Red Hat build of Keycloak, Azure Entra ID, GitHub, Google, and Facebook.
    • The ipa package has been updated to 4.11. Notable changes include:
      • Support for FIDO2-based passkeys.
      • Context manager for iplib.api to automatically configure, connect, and disconnect.
    • The IdM now support the idoverrideuser, idoverridegroup, and idview Ansible modules.
    • Users can enable and configure passwordless authentication in SSSD to use a biometric device that is compatible with FIDO2 specifications like YubiKey. 

    Red Hat Enterprise Linux system roles 

    Red Hat Enterprise Linux 9.4 brings new features for system roles, as described below: 

    • The Microsoft SQL Server system role now supports automating the installation and configuration of SQL Server 2022.
    • The ad_integration RHEL system role now supports configuring dynamic DNS update options.
    • Shared LVM device management using the storage system role for the creation of shared logical volumes and volume groups.
    • Storage system role now supports LVM snapshot management. 
    • The Nmstate API and the network RHEL system role now support the following new route types:
      • Blackhole
      • Prohibit
      • Unreachable 
    • The postgresql system role now supports PostgreSQL 16. 
    • The ha_cluster system role now supports below new features:
      • Configuration of fencing levels, allowing the cluster to use multiple devices to fence nodes.
      • Configuration of node attributes

    Read more about Red Hat Enterprise Linux system roles.

    Next steps

    • Learn administration and configuration tasks using RHEL system roles.
    • Read more about Red Hat Enterprise Linux 9.4.
    • Read the press release for the RHEL 9.4 announcement.
    • Download RHEL 9.4 at no cost.
    Last updated: May 3, 2024

    Related Posts

    • How to install Java 17 and 21 on Red Hat Enterprise Linux 8

    • How to install Python Flask on Red Hat Enterprise Linux 7

    • How to activate your no-cost Red Hat Enterprise Linux subscription

    • How to install Red Hat Ansible Automation Platform on RHEL 9

    • Exploring x86-64-v3 for Red Hat Enterprise Linux 10

    • How to use Convert2RHEL to migrate CentOS to RHEL

    Recent Posts

    • Storage considerations for OpenShift Virtualization

    • Upgrade from OpenShift Service Mesh 2.6 to 3.0 with Kiali

    • EE Builder with Ansible Automation Platform on OpenShift

    • How to debug confidential containers securely

    • Announcing self-service access to Red Hat Enterprise Linux for Business Developers

    What’s up next?

    Podman in action e-book share image

    Read Podman in Action for easy-to-follow examples to help you learn Podman quickly, including steps to deploy a complete containerized web service.

    Get the e-book
    Red Hat Developers logo LinkedIn YouTube Twitter Facebook

    Products

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform

    Build

    • Developer Sandbox
    • Developer Tools
    • Interactive Tutorials
    • API Catalog

    Quicklinks

    • Learning Resources
    • E-books
    • Cheat Sheets
    • Blog
    • Events
    • Newsletter

    Communicate

    • About us
    • Contact sales
    • Find a partner
    • Report a website issue
    • Site Status Dashboard
    • Report a security problem

    RED HAT DEVELOPER

    Build here. Go anywhere.

    We serve the builders. The problem solvers who create careers with code.

    Join us if you’re a developer, software engineer, web designer, front-end designer, UX designer, computer scientist, architect, tester, product manager, project manager or team lead.

    Sign me up

    Red Hat legal and privacy links

    • About Red Hat
    • Jobs
    • Events
    • Locations
    • Contact Red Hat
    • Red Hat Blog
    • Inclusion at Red Hat
    • Cool Stuff Store
    • Red Hat Summit
    © 2025 Red Hat

    Red Hat legal and privacy links

    • Privacy statement
    • Terms of use
    • All policies and guidelines
    • Digital accessibility

    Report a website issue