Skip to content

Commit 6553e01

Browse files
committed
update NEWS
1 parent bd38149 commit 6553e01

File tree

2 files changed

+164
-0
lines changed

2 files changed

+164
-0
lines changed

NEWS

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,105 @@
1+
mongo-c-driver 1.19.0
2+
=====================
3+
4+
It is my pleasure to announce the MongoDB C Driver 1.19.0 release.
5+
This release adds full support for MongoDB 5.0 servers and MongoDB Atlas Serverless Instances.
6+
7+
Features:
8+
9+
* Add full support to connect to MongoDB Atlas Serverless Instances.
10+
* Add support for snapshot reads on a session with mongoc_session_opts_set_snapshot.
11+
* Support the new URI option loadBalanced to connect to a MongoDB cluster behind a TCP load balancer.
12+
13+
Bug fixes:
14+
15+
* Fix the uploadDate set on newly created GridFS files in the mongoc_gridfs_bucket_t API.
16+
17+
Thanks to everyone who contributed to the development of this release.
18+
19+
* Kevin Albertson
20+
* Jeremy Mikola
21+
* Benjamin Rewis
22+
* Andreas Braun
23+
* Colby Pike
24+
* Ezra Chung
25+
* Roberto C. Sánchez
26+
* Jesse Williamson
27+
28+
--Kevin Albertson
29+
30+
31+
mongo-c-driver 1.18.0
32+
=====================
33+
34+
It is my pleasure to announce the MongoDB C Driver 1.18.0 release.
35+
This release adds partial support for MongoDB 5.0 servers.
36+
37+
Features:
38+
39+
* Introduces support to select an API version when connecting to a MongoDB instance.
40+
* Supports Azure and Google Cloud Platform as Key Management Service (KMS) providers in Client-Side Field Level Encryption (CSFLE).
41+
* Support "let" option in aggregate command.
42+
* Support time series collections.
43+
* Relax validation for insert and replace documents to support fields containing dots and dollars.
44+
* Expose the reason operations fail document validation.
45+
46+
Bug fixes:
47+
48+
* Forward opts from mongoc_gridfs_bucket_find to underlying find operation.
49+
* Fixes a possible hang when a limited size client pool is waiting for a client to become available in mongoc_client_pool_pop.
50+
51+
Improvements
52+
53+
* Deprecate API containing deprecated terminology.
54+
* Use "hello" command for monitoring servers.
55+
56+
Thanks to everyone who contributed to the development of this release.
57+
58+
* Kevin Albertson
59+
* Roberto C. Sánchez
60+
* Andreas Braun
61+
* Clyde Bazile
62+
* Benjamin Rewis
63+
* Jeremy Mikola
64+
* Andrew Witten
65+
* Samantha Ritter
66+
* samantharitter
67+
* Fermín Galán Márquez
68+
* David Carlier
69+
* Colby Pike
70+
* Josh Weinstein
71+
* Pierre Mickael Gonzalo
72+
73+
mongo-c-driver 1.18.0-alpha
74+
===========================
75+
76+
It is my pleasure to announce the MongoDB C Driver 1.18.0-alpha.
77+
78+
This is an unstable prerelease and is unsuitable for production applications.
79+
80+
Features:
81+
82+
* Introduces support to select an API version when connecting to a MongoDB instance.
83+
* Supports Azure and Google Cloud Platform as Key Management Service (KMS) providers in Client-Side Field Level Encryption (CSFLE)
84+
85+
Bug fixes:
86+
87+
* Fixes a possible hang when a limited size client pool is waiting for a client to become available in mongoc_client_pool_pop.
88+
89+
Thanks to everyone who contributed to the development of this release.
90+
91+
* Kevin Albertson
92+
* Roberto C. Sánchez
93+
* Clyde Bazile
94+
* Andreas Braun
95+
* Andrew Witten
96+
* Samantha Ritter
97+
* Benjamin Rewis
98+
* Fermín Galán Márquez
99+
* David Carlier
100+
* Josh Weinstein
101+
* Pierre Mickael Gonzalo
102+
1103
mongo-c-driver 1.17.7
2104
=====================
3105

src/libbson/NEWS

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,65 @@
1+
libbson 1.19.0
2+
==============
3+
4+
It is my pleasure to announce libbson 1.19.0.
5+
6+
No changes since 1.18.0; release to keep pace with libmongoc's version.
7+
8+
--Kevin Albertson
9+
10+
libbson 1.18.0
11+
==============
12+
13+
It is my pleasure to announce libbson 1.18.0.
14+
15+
Features:
16+
17+
* Add BSON to JSON encoder that limits encoded string length.
18+
* Support parsing $uuid into a binary UUID.
19+
* Relax validation for insert and replace documents to support fields containing dots and dollars.
20+
21+
Improvements:
22+
23+
* Add trailing space after base64 JSON field for consistency.
24+
25+
Thanks to everyone who contributed to the development of this release.
26+
27+
* Kevin Albertson
28+
* Roberto C. Sánchez
29+
* Jeremy Mikola
30+
* Andreas Braun
31+
* Benjamin Rewis
32+
* Richard Donkin
33+
* David Korczynski
34+
* Josh Weinstein
35+
* David Carlier
36+
* Andrew Witten
37+
* Tim Gates
38+
39+
--Kevin Albertson
40+
41+
libbson 1.18.0-alpha
42+
====================
43+
44+
It is my pleasure to announce libbson 1.18.0-alpha.
45+
46+
This is an unstable prerelease and is unsuitable for production applications.
47+
48+
Thanks to everyone who contributed to the development of this release.
49+
50+
* Kevin Albertson
51+
* Roberto C. Sánchez
52+
* Benjamin Rewis
53+
* Richard Donkin
54+
* Andreas Braun
55+
* Tim Gates
56+
* Andrew Witten
57+
* David Carlier
58+
* David Korczynski
59+
* Josh Weinstein
60+
61+
--Kevin Albertson
62+
163
libbson 1.17.7
264
==============
365

0 commit comments

Comments
 (0)