New Features 🎉
- Support
listIndexes
command by @rumyantseva in #1960 - Add support for
$addToSet
array update operator by @w84thesun in #2004 - Add
$pullAll
array update operator by @w84thesun in #2032 - Add Tigris authentication support by @AlekSi in #2040
Fixed Bugs 🐛
- Add support for
create
withcapped: false
by @AlekSi in #1978 - Do not log the latest version if it's unknown by @AlekSi in #1967
Enhancements 🛠
- Add a flag for disabling query pushdown by @noisersup in #1963
- Disable query pushdown if the corresponding flag is set by @rumyantseva in #2003
Documentation 📄
- Bump deps by @AlekSi in #1976
- Add blog post on FerretDB v0.9.1 by @Fashander in #1965
- Set up analytics for documentation and blog by @Fashander in #2010
- Add section for evaluation query operators -
$mod
and$regex
by @Fashander in #1941 - Embedded FerretDB documentation - examples improvements by @rumyantseva in #2017
- Do not specify Docker Compose version by @AlekSi in #2023
- Document bitwise query operators by @Fashander in #2042
- Update documentation definitions for operators by @Fashander in #2016
Other Changes 🤖
- Build multiple Docker images for git tags by @AlekSi in #1991
- Enable array tests for Tigris by @w84thesun in #1966
- Store cursors in
ConnInfo
by @AlekSi in #1998 - Bump Go to 1.19.6 by @AlekSi in #1999
- Bump more dependencies by @AlekSi in #1981
- Bump more deps, update Dependabot config by @AlekSi in #2002
- Simplify pushdown disabling logic by @AlekSi in #2008
- Extract more
find
command parameters by @AlekSi in #2006 - Bump Tigris version to
1.0.0-beta.38
by @rumyantseva in #2011 - Refactor
types.NewPathFromString
to return(Path, error)
by @w84thesun in #1994 - Bump
golang.org/x/net
version to 0.7.0 intools/go.mod
by @chilagrow in #2018 - Bump deps by @AlekSi in #2022
- Refactor integration tests by @AlekSi in #1925
- Simplify fields sorting, add TODO by @AlekSi in #2039
- Run
task testjs
on CI by @AlekSi in #2031 - Return a proper error when a document with duplicate
_id
is sent forinsert
by @rumyantseva in #2024