File tree 4 files changed +24
-46
lines changed
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
+ ===============
25
3
26
4
## Notes
27
5
@@ -193,6 +171,16 @@ bson_destroy(&reply);
193
171
bson_destroy(cmd);
194
172
```
195
173
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
+
196
184
197
185
libmongoc 1.30.2
198
186
================
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
+ =============
22
3
23
4
## Changes
24
5
@@ -55,6 +36,15 @@ The new package imports different target names:
55
36
* `BSON_ALIGNED_BEGIN` and `BSON_ALIGNED_END` now unconditionally apply their requested alignment.
56
37
* Remove deprecated `bson_copy_to_excluding`. Use `bson_copy_to_excluding_noinit` instead.
57
38
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
58
48
59
49
libbson 1.30.2
60
50
==============
You can’t perform that action at this time.
0 commit comments