Skip to content

Commit be9683c

Browse files
authored
CXX-3168 Add deprecation entry for MongoDB Server 4.0 (#1273)
1 parent c535a83 commit be9683c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ Changes prior to 3.9.0 are documented as [release notes on GitHub](https://githu
2020
- Set `BUILD_TESTING=ON` to include test targets in the "all" target when `ENABLE_TESTS=ON` (since 3.9.0, `OFF` by default).
2121
- Layout of `mongocxx::v_noabi::options::change_stream` to support the new optional `start_at_operation_time` accessor.
2222

23+
## Deprecated
24+
25+
- Support for MongoDB Server 4.0.
26+
- See: [MongoDB Software Lifecycle Schedules](https://www.mongodb.com/legal/support-policy/lifecycles).
27+
2328
## Removed
2429

2530
- Support for external polyfill libraries.
@@ -90,7 +95,9 @@ Changes prior to 3.9.0 are documented as [release notes on GitHub](https://githu
9095

9196
### Removed
9297

93-
- Support for MongoDB Server 3.6. See [MongoDB Software Lifecycle Schedules](https://www.mongodb.com/legal/support-policy/lifecycles).
98+
- Support for MongoDB Server 3.6 (due to the minimum required C Driver version).
99+
- See: [MongoDB Software Lifecycle Schedules](https://www.mongodb.com/legal/support-policy/lifecycles).
100+
- See: [MongoDB C Driver 1.28.0 Release Notes](https://github.com/mongodb/mongo-c-driver/releases/tag/1.28.0).
94101
- Export of private member functions in the bsoncxx ABI:
95102
- `bsoncxx::v_noabi::types::bson_value::value::value(const uint8_t*, uint32_t, uint32_t, uint32_t)`
96103
- `bsoncxx::v_noabi::types::bson_value::view::_init(void*)`

0 commit comments

Comments
 (0)