fix(rustdb-storage): return empty collection list for missing databases

This commit is contained in:
2026-05-28 09:18:48 +00:00
parent 03fabaa26b
commit fd2c3ed63d
6 changed files with 1168 additions and 1940 deletions
+8
View File
@@ -2,6 +2,14 @@
## Pending
### Fixes
- return an empty collection list when `listCollections` is called for a database that does not exist yet
- update release tooling dependencies
- return empty collection list for missing databases (rustdb-storage)
- Return an empty collection list from file and memory storage backends when listing collections for a database that does not exist yet.
- Add a local smartdb regression test for listCollections on a missing database.
- Update release tooling development dependencies.
## 2026-05-20 - 2.10.1