Back to all versions

4.15.0

2024-05-22
minor

Features 1

  • Improve client details dialog UX in Console (#11836, #11834)
    Removes the "save your secret" warning for non-secret authentication methods like PKCE and renames the dialog to "Client Details" for better clarity.
    Console

Bug Fixes 5

  • Fix role assignment deletion in admin profile (#11867, #10376)
    Switched to the ZITADEL V2 API Delete Authorization call to correctly remove role assignments from the admin profile.
    Console
  • Correct permissions for Actions V1 in Console (#12068, #12001)
    Updates route configuration for V1 Actions to require org-level permissions (org.action.read) instead of IAM-level permissions.
    Console
  • Improve Login V2 session handling and cache compatibility (#12099)
    Fixed logo/heading UI overlap, added error handling for stale session cookies, and improved lru-cache compatibility for iframe origins.
    Login V2
  • Resolve localized legal links in Login V2 signup (#11913, #11907)
    Introduces a utility to resolve language placeholders in external legal links during the signup process.
    Login V2
  • Escape username filter in LDAP high
    Properly escape username filter in LDAP authentication to prevent potential injection issues.
    LDAP

Maintenance & Chores 1

  • Optimize documentation static generation and performance (#12108)
    Optimizes build costs and performance by switching the catch-all route to full static generation and memoizing sidebar trees.
    Documentation