| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Duende Storage 1.1.0 source code.tar.gz | 2026-06-11 | 25.9 MB | |
| Duende Storage 1.1.0 source code.zip | 2026-06-11 | 28.9 MB | |
| README.md | 2026-06-11 | 410 Bytes | |
| Totals: 3 Items | 54.8 MB | 0 | |
What's changed
- Fixed SQL Server identifier truncation that could silently truncate identifiers to 128 chars, causing potential collisions at the database level.
- Added a breadth limit to the FilterExpressionParser to prevent excessive query conditions from generating unbounded SQL subqueries.
- Fixed missing bracket-quoting (
[]) in SQL Server queries generated byIUserProfileAdmin.QueryAsync.