File tree Expand file tree Collapse file tree 4 files changed +24
-46
lines changed Expand file tree Collapse file tree 4 files changed +24
-46
lines changed Original file line number Diff line number Diff line change 1- libmongoc 1.x (Unreleased)
2- ==========================
3-
4- New Features:
5-
6- * In anticipation of the 2.0 release of mongo-c-driver, new CMake packages and
7- imported targets have been defined (for both `bson` and `mongoc`). To import
8- `mongoc` with the new names, call `find_package` for the `mongoc` package. The
9- new imported targets are named `mongoc::static`, `mongoc::shared`, and
10- `mongoc::mongoc` (which points to either the static or the shared library,
11- depending on an import-time configuration option).
12-
13- The new package and target names will remain unchanged when upgrading to the
14- 2.0 release, allowing consumers to support both major versions without
15- modifying their CMake project. The current imported target names will be
16- removed from the 2.0 release, and should not be used for
17- forward-compatibility.
18-
19- Programs that link to BSON libraries directly should also use the new target
20- names `bson::static`, `bson::shared`, or `bson::bson`.
21-
22-
23- Unreleased (2.0.0)
24- ==================
1+ libmongoc 2.0.0
2+ ===============
253
264## Notes
275
@@ -193,6 +171,16 @@ bson_destroy(&reply);
193171bson_destroy(cmd);
194172```
195173
174+ ## Contributors
175+
176+ Thanks to everyone who contributed to the development of this release.
177+
178+ * Kevin Albertson
179+ * Ezra Chung
180+ * Colby Pike
181+ * Micah Scott
182+ * Jeroen Ooms
183+
196184
197185libmongoc 1.30.2
198186================
Original file line number Diff line number Diff line change 1- 1.31.0-dev
1+ 2.0.0
Original file line number Diff line number Diff line change 1- libbson 1.x (Unreleased)
2- ========================
3-
4- New Features:
5-
6- * In anticipation of the 2.0 release of mongo-c-driver, new CMake packages and
7- imported targets have been defined (for both `bson` and `mongoc`). To import
8- `bson` with the new names, call `find_package` for the `bson` package. The new
9- imported targets are named `bson::static`, `bson::shared`, and `bson::bson`
10- (which points to either the static or the shared library, depending on an
11- import-time configuration option).
12-
13- The new package and target names will remain unchanged when upgrading to the
14- 2.0 release, allowing consumers to support both major versions without
15- modifying their CMake project. The current imported target names will be
16- removed from the 2.0 release, and should not be used for
17- forward-compatibility.
18-
19-
20- libbson 2.0.0 (Unreleased)
21- ==========================
1+ libbson 2.0.0
2+ =============
223
234## Changes
245
@@ -55,6 +36,15 @@ The new package imports different target names:
5536 * `BSON_ALIGNED_BEGIN` and `BSON_ALIGNED_END` now unconditionally apply their requested alignment.
5637* Remove deprecated `bson_copy_to_excluding`. Use `bson_copy_to_excluding_noinit` instead.
5738
39+ ## Contributors
40+
41+ Thanks to everyone who contributed to the development of this release.
42+
43+ * Kevin Albertson
44+ * Micah Scott
45+ * Colby Pike
46+ * Ezra Chung
47+ * Lin Raymond
5848
5949libbson 1.30.2
6050==============
You can’t perform that action at this time.
0 commit comments