v2.1.36

pbakaus/impeccablev2.1.36Aug 5, 2026by nocobase[bot]

AI Summary

This release addresses stability issues in the data source manager and authentication modules. It specifically prevents direct field interface clearing and fixes LDAP login problems involving UTF-8 escapes.

Key Highlights

  • Fixed data source manager preventing direct field interface clearing
  • Resolved LDAP login issues with mixed UTF-8 escapes and escaped syntax characters
  • Bug fixes in data source management and authentication

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