We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18c2769 commit aaa0b90Copy full SHA for aaa0b90
1 file changed
CHANGELOG.md
@@ -6,6 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6
7
## [Unreleased]
8
9
+### Changed
10
+
11
+- **Audit logging enabled** — MongoDB audit logging is now enabled by default.
12
13
+### Fixed
14
15
+- **Missing `#nosec G706` annotations** — Added suppression comments to `LogInfo` and `LogError` for gosec false positives.
16
17
+### Security
18
19
+- **gRPC vulnerability fix** — Upgraded `google.golang.org/grpc` to v1.79.3 to address CVE-2026-33186.
20
21
## [v0.2.0] - 2026-02-20
22
23
### Added
0 commit comments