Skip to content

DOCSP-49984 Check release note refs #537

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 2 commits into from
Jul 14, 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
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ the following levels:
In the following sections, you can learn how to customize the consistency and
availability of the data in your replica sets.

.. _golang-writeconcern:

Write Concern
-------------

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,6 @@ address of your MongoDB server:
authenticates using the PLAIN Simple Authentication and Security Layer
(SASL) defined in `RFC-4616 <https://tools.ietf.org/html/rfc4616>`__.

.. _golang-mongodb-oidc:

MONGODB-OIDC
------------

Expand Down Expand Up @@ -479,8 +477,6 @@ callback function that you defined:
:end-before: end-credential-callback
:emphasize-lines: 6

.. _golang-kubernetes-oidc:

Kubernetes
~~~~~~~~~~

Expand Down
1 change: 0 additions & 1 deletion source/archive-reference-files/fundamentals/monitoring.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.. _golang-monitoring:

==========
Monitoring
Expand Down
12 changes: 4 additions & 8 deletions source/reference/release-notes.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
.. _golang-whats-new:
.. _golang-release-notes:

.. TODO clean up

=============
Release Notes
=============
Expand Down Expand Up @@ -130,9 +128,8 @@ in the {+driver-short+} source code on GitHub.

This release includes the following improvements and fixes:

- Support for OpenID Connect (OIDC) authentication. To learn more, see
the :ref:`golang-mongodb-oidc` section of the Enterprise
Authentication Mechanisms guide.
- Documentation support for OpenID Connect (OIDC) authentication. To learn more, see
the :ref:`golang-mongodb-oidc` guide.

- You can access the GridFS API from the ``mongo`` package. In previous
versions, you could access GridFS functions from the separate ``gridfs``
Expand Down Expand Up @@ -219,8 +216,7 @@ The 1.17 {+driver-short+} release includes the following improvements
and fixes:

- Adds support for OpenID Connect (OIDC) authentication. To learn more, see
the :ref:`golang-mongodb-oidc` section of the Enterprise
Authentication Mechanisms guide.
the :ref:`golang-mongodb-oidc` guide.

- Adds support for Queryable Encryption (QE) range queries. To use this
feature, your app must connect to {+mdb-server+} 8.0 or later. For
Expand Down Expand Up @@ -376,7 +372,7 @@ Logging Interface
You can now record connection management and command execution events by
using the ``LogSink`` logging interface.

To learn more, see the :ref:`golang-logging` Fundamentals guide.
To learn more, see the :ref:`golang-logging` guide.

Additional BSON Marshalling Options
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
Loading