v1.16.0
Documentation 📄
- Clarify MongoDB version by @AlekSi in #3653
- Add blogpost for release v.1.15 by @Fashander in #3728
- Update domain name in docs by @AlekSi in #3757
- Update Docusaurus to v3 by @Fashander in #3772
- Update domain name in more places by @AlekSi in #3802
Other Changes 🤖
- Cleanup pushdown terminology by @noisersup in #3691
- Make RecordID a signed value by @AlekSi in #3740
- Bump deps by @AlekSi in #3747
- Add MySQL into the build system by @adetunjii in #3736
- Add MySQL backend to CI by @AlekSi in #3751
- Remove common
handlers.Interface
by @AlekSi in #3753 - Remove unsafe pushdown by @noisersup in #3752
- Support
DeleteAll
for capped collections by @rumyantseva in #3718 - Add startup warning for debug builds by @AlekSi in #3735
- Move
sqlite/*.go
tointernal/handler
by @rumyantseva in #3755 - Add TODOs about pushdowns by @AlekSi in #3762
- Clean-up old code for multiple handlers by @AlekSi in #3763
- Add TODOs by @AlekSi in #3764
- Move some commands from
common
to the handler by @AlekSi in #3766 - Add TODOs by @AlekSi in #3771
- Allow
system.
prefix for collections for now by @AlekSi in #3775 - Setup MySQL integration tests by @adetunjii in #3758
- Rename
commonerrors
andcommonparams
by @noisersup in #3779 - Add TLS support to proxy mode by @AlekSi in #3783
- Provide sort to backend as the document by @noisersup in #3754
- Add stubs for authentication commands by @AlekSi in #3776
- Move
getParameter
out ofcommon
package by @noisersup in #3789 - Remove
commoncommands
package by @noisersup in #3780 - Remove done TODOs by @AlekSi in #3795
- Ignore
go-consistent
failures by @AlekSi in #3794 - Log batches for
find
,aggregate
,getMore
by @AlekSi in #3800 - Set
GOARM
explicitly by @AlekSi in #3796