Skip to content

Commit

Permalink
DOCSP-43301: canonicalonly (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
rustagir authored Sep 23, 2024
1 parent a8cb2de commit 98fd999
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,13 @@ This release includes the following improvements and fixes:

- The ``Collection.Clone()`` method does not return an error.

- Renames the ``canonical`` parameter of the ``UnmarshalExtJSON()``
method to ``canonicalOnly``. If you set ``canonicalOnly`` to ``true``,
the method returns an error if the extended JSON is not marshaled in
canonical mode. If set to ``false``, the method can unmarshal
canonical or relaxed extended JSON. To learn more, see the
`UnmarshalExtJSON() <{+api+}/bson#UnmarshalExtJSON>`__ API documentation.

.. _golang-version-1.17:

What's New in 1.17
Expand Down

0 comments on commit 98fd999

Please sign in to comment.