Unclaimed project
Are you a maintainer of FerretDB? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
FerretDB
A truly Open Source MongoDB alternative
Back to changelogThis version works best with DocumentDB v0.105.0-ferretdb-2.4.0.
New Features 🎉
- Allow
clusterAdmin users to perform user management commands by @chilagrow in https://github.com/FerretDB/FerretDB/pull/5314
Enhancements 🛠
- Use debug-level log messages for continuations by @AlekSi in https://github.com/FerretDB/FerretDB/pull/5266
Documentation 📄
- Add blog post on setting up LibreChat with FerretDB by @Fashander in https://github.com/FerretDB/FerretDB/pull/4999
- Add blog post for Payload CMS by @Fashander in https://github.com/FerretDB/FerretDB/pull/5257
- Add blog post on using Compass GUI by @Fashander in https://github.com/FerretDB/FerretDB/pull/5263
- Fix social links by @Fashander in https://github.com/FerretDB/FerretDB/pull/5264
Add PayloadCMS to compatible apps by @Fashander in https://github.com/FerretDB/FerretDB/pull/5270Add Compass to compatible apps by @Fashander in https://github.com/FerretDB/FerretDB/pull/5275Wrap long lines in a blog post by @AlekSi in https://github.com/FerretDB/FerretDB/pull/5280Add NodeBB compatibility blog post by @Fashander in https://github.com/FerretDB/FerretDB/pull/5285Add Librechat to compatibility section by @Fashander in https://github.com/FerretDB/FerretDB/pull/5286Add NodeBB to compatible apps by @Fashander in https://github.com/FerretDB/FerretDB/pull/5293Cleanup NodeBB blog post by @chilagrow in https://github.com/FerretDB/FerretDB/pull/5294Add Growthbook blogpost by @Fashander in https://github.com/FerretDB/FerretDB/pull/5304Add Heyform compatibility blog post by @Fashander in https://github.com/FerretDB/FerretDB/pull/5316Add GrowthBook to compatible apps by @Fashander in https://github.com/FerretDB/FerretDB/pull/5319Add DBeaver compatibility blogpost by @Fashander in https://github.com/FerretDB/FerretDB/pull/5321Add compatible applications by @Fashander in https://github.com/FerretDB/FerretDB/pull/5335Prepare v2.4.0 release by @AlekSi in https://github.com/FerretDB/FerretDB/pull/5344Other Changes 🤖
- Add YugabyteDB to local setup by @chilagrow in https://github.com/FerretDB/FerretDB/pull/5258
- Update DocumentDB by @AlekSi in https://github.com/FerretDB/FerretDB/pull/5261
- Remove skipping of
bypassEmptyTsReplacement by @AlekSi in https://github.com/FerretDB/FerretDB/pull/5267
- Update DocumentDB by @AlekSi in https://github.com/FerretDB/FerretDB/pull/5268
- Bring back Codecov and Coveralls integration by @chilagrow in https://github.com/FerretDB/FerretDB/pull/5276
- Update DocumentDB by @AlekSi in https://github.com/FerretDB/FerretDB/pull/5282
- Add
mcphost as tool by @chilagrow in https://github.com/FerretDB/FerretDB/pull/5287
- Refactor requests handling by @AlekSi in https://github.com/FerretDB/FerretDB/pull/5292
- Add Dependabot configuration for mcphost by @AlekSi in https://github.com/FerretDB/FerretDB/pull/5296
- Extend middleware requests and responses by @AlekSi in https://github.com/FerretDB/FerretDB/pull/5301
- Minor refactoring of Data API by @AlekSi in https://github.com/FerretDB/FerretDB/pull/5302
- Bump deps by @AlekSi in https://github.com/FerretDB/FerretDB/pull/5307
- Refactor responses handling by @AlekSi in https://github.com/FerretDB/FerretDB/pull/5310
- Add authentication test for client reconnecting by @chilagrow in https://github.com/FerretDB/FerretDB/pull/5311
- Do not use deprecated method by @AlekSi in https://github.com/FerretDB/FerretDB/pull/5312
- Update TODO URLs by @chilagrow in https://github.com/FerretDB/FerretDB/pull/5317
- Remove
must.NotFail(wire[bson].NewXXX( pattern by @AlekSi in https://github.com/FerretDB/FerretDB/pull/5318
- Update TODO URL for
dropUsers test by @chilagrow in https://github.com/FerretDB/FerretDB/pull/5324
- Avoid extra marshaling by @AlekSi in https://github.com/FerretDB/FerretDB/pull/5327
- Split command handling and handlers by @AlekSi in https://github.com/FerretDB/FerretDB/pull/5328
- Update DocumentDB by @AlekSi in https://github.com/FerretDB/FerretDB/pull/5342
New Contributors