Skip to content

Commit

Permalink
1.18.0 Release
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Albertson <[email protected]>
  • Loading branch information
kevinAlbs committed Jul 13, 2021
1 parent 89c66a8 commit 0772be4
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 0 deletions.
42 changes: 42 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,45 @@
mongo-c-driver 1.18.0
=====================

It is my pleasure to announce the MongoDB C Driver 1.18.0 release.
This release adds partial support for MongoDB 5.0 servers.

Features:

* Introduces support to select an API version when connecting to a MongoDB instance.
* Supports Azure and Google Cloud Platform as Key Management Service (KMS) providers in Client-Side Field Level Encryption (CSFLE).
* Support "let" option in aggregate command.
* Support time series collections.
* Relax validation for insert and replace documents to support fields containing dots and dollars.
* Expose the reason operations fail document validation.

Bug fixes:

* Forward opts from mongoc_gridfs_bucket_find to underlying find operation.
* Fixes a possible hang when a limited size client pool is waiting for a client to become available in mongoc_client_pool_pop.

Improvements

* Deprecate API containing deprecated terminology.
* Use "hello" command for monitoring servers.

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

* Kevin Albertson
* Roberto C. Sánchez
* Andreas Braun
* Clyde Bazile
* Benjamin Rewis
* Jeremy Mikola
* Andrew Witten
* Samantha Ritter
* samantharitter
* Fermín Galán Márquez
* David Carlier
* Colby Pike
* Josh Weinstein
* Pierre Mickael Gonzalo

mongo-c-driver 1.18.0-alpha
===========================

Expand Down
31 changes: 31 additions & 0 deletions src/libbson/NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
libbson 1.18.0
==============

It is my pleasure to announce libbson 1.18.0.

Features:

* Add BSON to JSON encoder that limits encoded string length.
* Support parsing $uuid into a binary UUID.
* Relax validation for insert and replace documents to support fields containing dots and dollars.

Improvements:

* Add trailing space after base64 JSON field for consistency.

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

* Kevin Albertson
* Roberto C. Sánchez
* Jeremy Mikola
* Andreas Braun
* Benjamin Rewis
* Richard Donkin
* David Korczynski
* Josh Weinstein
* David Carlier
* Andrew Witten
* Tim Gates

--Kevin Albertson

libbson 1.18.0-alpha
====================

Expand Down
Binary file modified src/libmongoc/doc/libbson-objects.inv
Binary file not shown.

0 comments on commit 0772be4

Please sign in to comment.