v1.11.0
Fixed Bugs π
- Fix
collStats
to return correct count of documents forSQLite
by @chilagrow in #3363 - Fix metadata updates for
dropIndexes
by @rumyantseva in #3358
Enhancements π
- Return statistics of indexes for
collStats
anddbStats
for SQLite backend by @rumyantseva in #3361
Documentation π
- Improve blog format by @Fashander in #3359
- Add a blog post for v1.10 by @AlekSi in #3346
- Add docs for migrating to MongoDB from FerretDB by @Fashander in #3374
- Mention SQLite in docs by @ptrfarkas in #3408
Other Changes π€
- Add test for inserting different data types by @noisersup in #3345
- Recreate test directory by @AlekSi in #3364
- Use consistent spelling by @AlekSi in #3365
- Use filter and insert more documents in
BenchmarkReplaceSettingsDocument
by @chilagrow in #3343 - Replace deprecated Jaeger exporter by @adetunjii in #3368
- Remove the need to close
conninfo
by @AlekSi in #3376 - Add small tweaks by @AlekSi in #3377
- Add CI configuration for SQLite without pushdown by @AlekSi in #3381
- Enforce valid
types
usage by @AlekSi in #3384 - Reorder codebase in SQLite registry by @chilagrow in #3382
- Store
PostgreSQL
metadata by @chilagrow in #3356 - Add
TODO
s by @AlekSi in #3412 - Run new PostgreSQL backend tests by @AlekSi in #3407
- Implement
Query
in newPostgreSQL
backend by @chilagrow in #3411