File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff 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*) `
You can’t perform that action at this time.
0 commit comments