Release Notes

Public

11.0.16.9791: Nov 20 2025

Bug

All platforms - Server: Improve user credentials check when in Active Directory over LDAP to prevent thread lockouts

The server now detects locked Active Directory accounts before attempting to authenticate. It reads the domain's lockout policy settings and checks the account state prior to performing a Bind. If the account is already locked, the server skips the authentication attempt and returns a clear error message instead.

This change prevents unnecessary Bind calls against locked accounts, which in some cases could stall the server call for as long as the account remained locked.

Bug

All platforms – Plugin for JetBrains IDEs: Cannot show diff: Invalid file path

Fixed an issue where the plugin failed to show differences for changed files in Rider 2025.3.1, displaying an "Invalid file path" error instead.