Skip to main content
Redhat Developers  Logo
  • AI

    Get started with AI

    • Red Hat AI
      Accelerate the development and deployment of enterprise AI solutions.
    • AI learning hub
      Explore learning materials and tools, organized by task.
    • AI interactive demos
      Click through scenarios with Red Hat AI, including training LLMs and more.
    • AI/ML learning paths
      Expand your OpenShift AI knowledge using these learning resources.
    • AI quickstarts
      Focused AI use cases designed for fast deployment on Red Hat AI platforms.
    • No-cost AI training
      Foundational Red Hat AI training.

    Featured resources

    • OpenShift AI learning
    • Open source AI for developers
    • AI product application development
    • Open source-powered AI/ML for hybrid cloud
    • AI and Node.js cheat sheet

    Red Hat AI Factory with NVIDIA

    • Red Hat AI Factory with NVIDIA is a co-engineered, enterprise-grade AI solution for building, deploying, and managing AI at scale across hybrid cloud environments.
    • Explore the solution
  • Learn

    Self-guided

    • Documentation
      Find answers, get step-by-step guidance, and learn how to use Red Hat products.
    • Learning paths
      Explore curated walkthroughs for common development tasks.
    • Guided learning
      Receive custom learning paths powered by our AI assistant.
    • See all learning

    Hands-on

    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.
    • Interactive labs
      Learn by doing in these hands-on, browser-based experiences.
    • Interactive demos
      Click through product features in these guided tours.

    Browse by topic

    • AI/ML
    • Automation
    • Java
    • Kubernetes
    • Linux
    • See all topics

    Training & certifications

    • Courses and exams
    • Certifications
    • Skills assessments
    • Red Hat Academy
    • Learning subscription
    • Explore training
  • Build

    Get started

    • Red Hat build of Podman Desktop
      A downloadable, local development hub to experiment with our products and builds.
    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.

    Download products

    • Access product downloads to start building and testing right away.
    • Red Hat Enterprise Linux
    • Red Hat AI
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Featured

    • Red Hat build of OpenJDK
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenShift Dev Spaces
    • Red Hat Developer Toolset

    References

    • E-books
    • Documentation
    • Cheat sheets
    • Architecture center
  • Community

    Get involved

    • Events
    • Live AI events
    • Red Hat Summit
    • Red Hat Accelerators
    • Community discussions

    Follow along

    • Articles & blogs
    • Developer newsletter
    • Videos
    • Github

    Get help

    • Customer service
    • Customer support
    • Regional contacts
    • Find a partner

    Join the Red Hat Developer program

    • Download Red Hat products and project builds, access support documentation, learning content, and more.
    • Explore the benefits

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 Device EdgeRHEL UBI

    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

    • 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

    • Every layer counts: Defense in depth for AI agents with Red Hat AI

    • Fun in the RUN instruction: Why container builds with distroless images can surprise you

    • Trusted software factory: Building trust in the agentic AI era

    • Build a zero trust AI pipeline with OpenShift and RHEL CVMs

    • Red Hat Hardened Images: Top 5 benefits for software 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

    Platforms

    • Red Hat AI
    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    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
    © 2026 Red Hat

    Red Hat legal and privacy links

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

    Chat Support

    Please log in with your Red Hat account to access chat support.