Skip to content

Backport #698 to v5.1 #701

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions config/redirects
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,4 @@ raw: ${prefix}/master -> ${base}/upcoming/
[v5.0-master]: ${prefix}/${version}/quick-reference/ -> ${base}/${version}/getting-started/quick-reference/
[v5.0-master]: ${prefix}/${version}/fundamentals/enterprise-auth/ -> ${base}/${version}/security/enterprise-auth/
[v5.0-master]: ${prefix}/${version}/connection/socks/ -> ${base}/${version}/security/socks/
[v5.0-*]: ${prefix}/${version}/whats-new/ -> ${base}/${version}/reference/release-notes/
6 changes: 3 additions & 3 deletions source/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ Quick Reference
See driver syntax examples for common MongoDB commands in the
:ref:`Quick Reference <java-quick-reference>` section.

What's New
----------
Release Notes
-------------

For a list of new features and changes in each version, see the
:ref:`What's New <java-whats-new>` section.
:ref:`Release Notes <java-release-notes>` section.

Usage Examples
--------------
Expand Down
9 changes: 7 additions & 2 deletions source/reference.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ Reference
:titlesonly:
:maxdepth: 1

Release Notes </reference/whats-new>
Release Notes </reference/release-notes>
Compatibility </reference/compatibility>
Upgrade </reference/upgrade>
Migrate from the Legacy API </reference/legacy>
Migrate from the Legacy API </reference/legacy>

- :ref:`Release Notes <java-release-notes>`
- :ref:`Compatibility <java-compatibility-tables>`
- :ref:`Upgrade <java-upgrade-driver>`
- :ref:`Migrate from the Legacy API <java-legacy-api>`
2 changes: 1 addition & 1 deletion source/reference/legacy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ API include:
- **Native POJO support**, which provides automatic or custom mapping between
MongoDB documents and Java objects

To learn about more features of the current API, see :ref:`java-whats-new`.
To learn about more features of the current API, see :ref:`java-release-notes`.


API Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
.. _java-whats-new:
.. _java-release-notes:

==========
What's New
==========
=============
Release Notes
=============

.. facet::
:name: genre
Expand Down
Loading