What's Changed
Embeddable package
As communicated in the previous release, this version renames the SLogger
field to Logger
,
finishing the migration from zap
to slog
.
Fixed Bugs 🐛
- Ignore Stable API fields by @Evengard in #4067
- Fix Docker's
HEALTHCHECK
in production image by @dasjoe in #4547 - Remove duplicate response field on
OP_QUERY
hello
by @chilagrow in #4549 - Fix
OP_QUERY
saslStart
andsaslContinue
for C# driver by @chilagrow in #4550 - Fix
saslContinue
completing handshake too early by @chilagrow in #4552
Documentation 📄
- Fix Terser plugin build error by @nalgeon in #4506
- Enable zoom on images by @Fashander in #4508
- Add blog post on building a RESTful API with Deno by @Fashander in #4517
- Update missing image by @Fashander in #4522
- Fix broken links by @Fashander in #4525
- Fix critical typo in telemetry documentation by @AlekSi in #4536
- Bump Docusaurus by @AlekSi in #4544
- Added Elestio as one-click deploy option by @kaiwalyakoparkar in #4546
- Add docs for new authentication by @Fashander in #4557
Other Changes 🤖
- Implement our own changelog generator by @vigneshsankariyer1234567890 in #4219
- Add open issues check in
checkdocs
by @kropidlowsky in #4258 - Prototype OTel context propagation by @rumyantseva in #4483
- Cleanup logging by @chilagrow in #4489
- Use
wire
andwirebson
packages by @chilagrow in #4490 - Alignment and Bugfixes for SAP HANA backend by @yonarw in #4491
- Port small things from v2 by @AlekSi in #4495
- Bump deps by @AlekSi in #4496
- Remove
zap
remnants by @AlekSi in #4497 - Update
listDatabases
integration test filter input by @chilagrow in #4499 - Update duplicate field handling by @chilagrow in #4500
- Convert BSON values of
wirebson
totypes
by @chilagrow in #4501 - Use
wireclient
package by @chilagrow in #4502 - Fix log message by @chilagrow in #4503
- Fix
checkdocs
Github cache on CI by @noisersup in #4509 - Document logging changes by @AlekSi in #4510
- Fix CI for documentation preview by @AlekSi in #4518
- Add
Taskfile
target topngcrush
all new images by @AlekSi in #4519 - Remove fuzzing by @chilagrow in #4520
- Use Go 1.22.6 by @AlekSi in #4523
- Minor cleanup by @AlekSi in #4535
- Use
wireclient
login function in integration test by @chilagrow in #4538 - Remove
wireconn
tests for now by @AlekSi in #4548 - Pass
GITHUB_TOKEN
to tools tests by @AlekSi in #4558
New Contributors
- @nalgeon made their first contribution in #4506
- @Evengard made their first contribution in #4067
- @dasjoe made their first contribution in #4547
- @kaiwalyakoparkar made their first contribution in #4546
- @vigneshsankariyer1234567890 made their first contribution in #4219