v2.1.36
lyogavin/airllmv2.1.36Aug 5, 2026by nocobase[bot]
AI Summary
This release focuses on stability improvements for the Data Source Manager and LDAP authentication, preventing data clearing errors and handling complex UTF-8 syntax in user DNs.
Key Highlights
- Fixed Data Source Manager preventing accidental field interface clearing
- Resolved LDAP login issues with mixed UTF-8 escapes and special characters
- Improved authentication and data management interface stability
Full Release Notes
### 🐛 Bug Fixes - **[Data source manager]** Prevented clearing a field interface directly from the Configure fields table. ([#10288](https://github.com/nocobase/nocobase/pull/10288)) by @hongboji - **[Auth: LDAP]** Fixed LDAP login when a user DN mixes UTF-8 escapes with escaped syntax characters such as commas. by @hongboji