We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a43859 commit 828f72bCopy full SHA for 828f72b
1 file changed
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# ChangeLog
2
3
+## 2.12.0
4
+ - Fix a bug of invalid parameter for shm_open() on macOS 26.
5
+ - Fix ERR_CONNECTION_RESET errors that occur after receiving an HTTP request that exceeds LimitRequestBody.
6
+ - Added support for Visual Studio 2026 by modifiying the setup configuration scripts.
7
+ - Implemented asynchronous I/O using io_uring on Linux. [Experimental]
8
+ - Updated mongo-c-driver to v2.3.3.
9
+ - Updated lz4 to v1.10.0.
10
+ - Updated glog to v0.7.1.
11
+
12
## 2.11.2
13
- Updated the internally used MongoDB C Driver to version 2.1.0.
14
- Added support for std::format style formatting in logging functions.
0 commit comments