Skip to content

Commit 845c1c5

Browse files
Update NEWS for 1.23.3 (#1230)
1 parent 8e190a8 commit 845c1c5

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

NEWS

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ libmongoc 1.24.0 (Unreleased)
44
* Support for macOS 10.14 will be dropped in an upcoming release.
55

66

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+
723
libmongoc 1.23.2
824
================
925

@@ -30,13 +46,12 @@ Thanks to everyone who contributed to the development of this release.
3046
* Roberto C. Sánchez
3147

3248

33-
3449
libmongoc 1.23.1
3550
================
3651

3752
Bug fixes:
3853

39-
* Fix connectivity to Atlas Data Lake
54+
* Fix connectivity to Atlas Data Lake
4055
* Fix crash when dropping a malformed Queryable Encryption collection.
4156

4257
Thanks to everyone who contributed to the development of this release.

src/libbson/NEWS

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,28 @@ libbson 1.24.0 (Unreleased)
33

44
* Support for macOS 10.14 will be dropped in an upcoming release.
55

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+
620
libbson 1.23.2
721
==============
822

923
No changes since 1.23.1. Version incremented to match the libmongoc version.
1024

1125
-- Kevin Albertson
1226

27+
1328
libbson 1.22.2
1429
==============
1530

0 commit comments

Comments
 (0)