|
| 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 | + |
1 | 103 | mongo-c-driver 1.17.7
|
2 | 104 | =====================
|
3 | 105 |
|
|
0 commit comments