Skip to content

Commit

Permalink
DOCSP-45314: Removed headers (#84)
Browse files Browse the repository at this point in the history
* DOCSP-45314: Removed headers

* RR feedback

* EC feedback

(cherry picked from commit 2e96f85)
  • Loading branch information
norareidy committed Nov 22, 2024
1 parent 5e37556 commit 0e9ac40
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions source/upgrade.txt
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,13 @@ The v4.0 driver introduces the following breaking changes to the API:
library equivalents. For context, see the :ref:`Build System Breaking Changes
<version-4.0-build-system-breaking>` section.

- Removes the following header files:

- ``<bsoncxx/stdx/make_unique.hpp>``
- ``<bsoncxx/types/value.hpp>``
- ``<bsoncxx/util/functor.hpp>``
- ``<mongocxx/options/create_collection.hpp>``

- Removes the following deprecated ``utf8`` types and functions that have ``string`` equivalents:

- ``k_utf8`` from the ``bsoncxx::v_noabi::type`` class. Instead, use ``k_string``.
Expand Down

0 comments on commit 0e9ac40

Please sign in to comment.