v1.15.0
What's Changed
Artifacts naming scheme
Our release binaries and packages now include linux
as a part of their file names.
That's a preparation for providing artifacts for other OSes.
New Features 🎉
- Support
showRecordId
infind
by @chilagrow in #3637 - Add JSON format for logging by @AlekSi in #3689
- Add option to disable
--debug-addr
by @cosmastech in #3698
Enhancements 🛠
- Allow usage without state dir by @AlekSi in #3703
- Allow the usage of existing PostgreSQL schema by @AlekSi in #3717
- Generate SQL queries with comments for find operations by @chumaumenze in #3697
Documentation 📄
- Mention proxy flag in docs by @Fashander in #3673
- Update README.md to include Vultr by @mrusme in #3675
- Add blog post on FastNetMon by @Fashander in #3676
- Fix content error by @Fashander in #3694
- Add blogpost for "How to Package and Deploy FerretDB with Acorn" by @Fashander in #3679
- Enable interactivity on blogpost by @Fashander in #3659
- Fix Codapi error on blog post by @Fashander in #3721
- Add migration blog post by @Fashander in #3709
Other Changes 🤖
- Make tests stable on CI by @AlekSi in #3678
- Bump deps by @AlekSi in #3690
- Use separate PostgreSQL databases in tests by @AlekSi in #3622
- Add test for tailable cursor with non-capped collection by @noisersup in #3677
- Use
-
in addition to the empty string by @AlekSi in #3704 - Use the standard
*mongo.WriteError
type by @AlekSi in #3705 - Fix tests for MongoDB with enabled replica set by @rumyantseva in #3604
- Handle panicking tests by @AlekSi in #3711
- Make handler accept constructed backend by @rumyantseva in #3710
- Add issue tracking to checkcomments analyzer by @raeidish in #3632
- Add TODOs and fix URLs by @AlekSi in #3723
- Move diff tests from dance to integration tests by @ksankeerth in #3525
- Small assorted tweaks by @AlekSi in #3724
New Contributors
- @mrusme made their first contribution in #3675
- @cosmastech made their first contribution in #3698
- @chumaumenze made their first contribution in #3697
- @ksankeerth made their first contribution in #3525