2023-09-06 21:35:00 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
mongo-c-driver: updated to 1.24.4
libmongoc 1.24.4
Fixes:
* Fix build failure caused by missing `bson-dsl.h` install in libbson.
|
2023-08-27 10:51:08 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
mongo-c-driver: fix build on NetBSD
|
2023-08-25 18:40:05 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
mongo-c-driver: updated to 1.24.3
mongo-c-driver 1.24.3
libbson
Fixes:
Fix parsing of [ { $code: ... } ] or [{$dbPointer: ...}].
Improve detection Fix use of strerror_l
Fix possible overflow parsing Decimal128 in extJSON with very large exponents
libmongoc
Fixes:
Fix possible memory leak on SCRAM authentication failure.
Fix possible recursive lock on network error in single-threaded client.
|
2023-08-07 09:19:33 by Nia Alarie | Files touched by this commit (1) |
Log message:
mongo-c-driver: Fix problems including sysctl.h on NetBSD
|
2023-07-29 13:39:29 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
mongo-c-driver: updated to 1.24.2
libmongoc 1.24.2
================
Fixes:
* Fix possible crash if thread creation fails.
* Fix possible assertion if `mongoc_cursor_new_from_command_reply_with_opts` \
is called with open cursor and no `serverId` option.
libmongoc 1.24.1
================
Fixes:
* Remove unnecessary assert in bulk API. May result in an abort when \
creating bulk operations with the `mongoc_bulk_operation_new` API intended for \
wrapping drivers.
libmongoc 1.24.0
================
New Features:
* Support MongoDB server version 7.0.
* Support updated Queryable Encryption protocol.
* Introduces backwards breaking changes to the Queryable Encryption \
protocol. Using Queryable Encryption now requires MongoDB server version 7.0+.
* Support new Queryable Encryption features.
* Add `mongoc_client_encryption_create_encrypted_collection` to \
automatically create data encryption keys when creating a new encrypted \
collection.
* Support new security features.
* Add ability to fetch KMS credentials automatically from Azure, GCP, and \
AWS environments.
* Support authentication with KMS AWS temporary credentials.
* Cache fetched AWS credentials.
* Support AWS IAM Roles for service accounts, EKS in particular.
* Retry operations if the connection handshake fails.
* Add index creation helper: `mongoc_collection_create_indexes_with_opts`.
Fixes:
* Fix default applied credentials for Kerberos with SSPI on Windows.
* Fix possible overcounting in Performance Counters used by `mongoc-stat`.
Language Standard Support:
* C89 support has been dropped. C99 is the default tested C standard.
Platform Support:
* Support for macOS 10.14 will be dropped in an upcoming release.
* Support for Ubuntu 14.04 will be dropped in an upcoming release.
* Support for Debian 8.1 will be dropped in an upcoming release.
Build Configuration:
* The `ENABLE_BSON` configure-time option has been removed. Build scripts that
used `ENABLE_BSON=SYSTEM` should be updated to use `USE_SYSTEM_LIBBSON=TRUE`.
If the build script needs to support building arbitrary versions of the C
driver, add both `ENABLE_BSON=SYSTEM` and `USE_SYSTEM_LIBBSON=TRUE`.
|
2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) | |
Log message:
revbump after textproc/icu update
|
2022-11-23 17:21:30 by Adam Ciarcinski | Files touched by this commit (1878) | |
Log message:
massive revision bump after textproc/icu update
|
2022-04-25 11:33:40 by Tobias Nygren | Files touched by this commit (3) |
Log message:
mongo-c-driver: handle --version-script on SunOS
|
2022-04-18 21:12:27 by Adam Ciarcinski | Files touched by this commit (1798) | |
Log message:
revbump for textproc/icu update
|
2021-12-08 17:07:18 by Adam Ciarcinski | Files touched by this commit (3063) |
Log message:
revbump for icu and libffi
|