Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,22 @@ libmongoc 2.2.0 (unreleased)

- Support for macOS 11 (EOL since September 2023) and macOS 12 (EOL since September 2024).

libmongoc 2.1.1
===============

## Fixes

* Do not propagate `-fPIC` in CMake targets.
* Apply write command behavior to `mongoc_collection_create_indexes_with_opts`.
* Omit `saslSupportedMechs` in single-threaded monitoring commands.

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

* Julia Garland
* Roberto C. Sánchez



libmongoc 2.1.0
===============

Expand Down
6 changes: 6 additions & 0 deletions src/libbson/NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ libbson 2.2.0 (Unreleased)

- Support for macOS 11 (EOL since September 2023) and macOS 12 (EOL since September 2024).


libbson 2.1.1
=============

No changes since 2.1.0. Version incremented to match the libmongoc version.

libbson 2.1.0
=============

Expand Down