File tree Expand file tree Collapse file tree 2 files changed +32
-2
lines changed Expand file tree Collapse file tree 2 files changed +32
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,22 @@ libmongoc 1.24.0 (Unreleased)
4
4
* Support for macOS 10.14 will be dropped in an upcoming release.
5
5
6
6
7
+ libmongoc 1.23.3
8
+ ================
9
+
10
+ Fixes:
11
+
12
+ * Better handle malformed `hello` responses
13
+ * Handle `connectionId` of type `double`.
14
+
15
+ Thanks to everyone who contributed to the development of this release.
16
+
17
+ * Kevin Albertson
18
+ * Gil Alon
19
+ * Kondaiah Valagonda
20
+
21
+
22
+
7
23
libmongoc 1.23.2
8
24
================
9
25
@@ -30,13 +46,12 @@ Thanks to everyone who contributed to the development of this release.
30
46
* Roberto C. Sánchez
31
47
32
48
33
-
34
49
libmongoc 1.23.1
35
50
================
36
51
37
52
Bug fixes:
38
53
39
- * Fix connectivity to Atlas Data Lake
54
+ * Fix connectivity to Atlas Data Lake
40
55
* Fix crash when dropping a malformed Queryable Encryption collection.
41
56
42
57
Thanks to everyone who contributed to the development of this release.
Original file line number Diff line number Diff line change @@ -3,13 +3,28 @@ libbson 1.24.0 (Unreleased)
3
3
4
4
* Support for macOS 10.14 will be dropped in an upcoming release.
5
5
6
+
7
+ libbson 1.23.3
8
+ ==============
9
+
10
+ Fix:
11
+
12
+ * Don't use `aligned_alloc()` on Windows
13
+
14
+ Thanks to everyone who contributed to the development of this release.
15
+
16
+ * Jeroen Ooms
17
+
18
+
19
+
6
20
libbson 1.23.2
7
21
==============
8
22
9
23
No changes since 1.23.1. Version incremented to match the libmongoc version.
10
24
11
25
-- Kevin Albertson
12
26
27
+
13
28
libbson 1.22.2
14
29
==============
15
30
You can’t perform that action at this time.
0 commit comments