Back to all versions

4.4.0

2025-10-16
minor

Features 3

  • Await initial database connection (#10869)
    Improved startup reliability by awaiting the initial database connection.
    core
  • Comprehensive theme system for login (#10848)
    Introduced a comprehensive theme system for the login UI.
    login
  • Translations for login (#10849)
    Added support for translations in the login UI.
    login

Bug Fixes 5

  • Correct mapping of custom texts (#10725, #10155) low
    Fixed incorrect mapping of custom texts, such as privacy.policy.link.url which was mapping to the wrong key. (area/ui)
    ui
  • Serve login UI on both IPv4 and IPv6 (#10554) medium
    Updated login UI server to support both IPv4 and IPv6 addresses.
    login
  • Use default titles for password pages (#10904) medium
    Ensured default titles are used correctly on password-related pages in login.
    login
  • Distinct count in user list query (#10840) medium
    Fixed query to use distinct count in user lists for accurate results.
    query
  • LDAP binding error with non-ASCII characters in DN (#10578, #9970) minor
    Resolved LDAP bind failures when using non-ASCII characters in Distinguished Names (DN). (area/auth)
    zitadel auth