File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,22 @@ libmongoc 2.2.0 (unreleased)
9
9
10
10
- Support for macOS 11 (EOL since September 2023) and macOS 12 (EOL since September 2024).
11
11
12
+ libmongoc 2.1.1
13
+ ===============
14
+
15
+ ## Fixes
16
+
17
+ * Do not propagate `-fPIC` in CMake targets.
18
+ * Apply write command behavior to `mongoc_collection_create_indexes_with_opts`.
19
+ * Omit `saslSupportedMechs` in single-threaded monitoring commands.
20
+
21
+ Thanks to everyone who contributed to the development of this release.
22
+
23
+ * Julia Garland
24
+ * Roberto C. Sánchez
25
+
26
+
27
+
12
28
libmongoc 2.1.0
13
29
===============
14
30
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ libbson 2.2.0 (Unreleased)
5
5
6
6
- Support for macOS 11 (EOL since September 2023) and macOS 12 (EOL since September 2024).
7
7
8
+
9
+ libbson 2.1.1
10
+ =============
11
+
12
+ No changes since 2.1.0. Version incremented to match the libmongoc version.
13
+
8
14
libbson 2.1.0
9
15
=============
10
16
You can’t perform that action at this time.
0 commit comments