File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -93,17 +93,16 @@ and fixes:
93
93
94
94
- Introduces the `bson.Vector <{+api+}/bson#Vector>`__ type to make inserting and querying
95
95
vector data by using :atlas:`Atlas Vector Search </atlas-vector-search/vector-search-overview/>`
96
- easier and more efficient. For an example using the ``bson.Vector`` type, see
97
- the {+driver-short+}'s :ref:`Atlas Vector Search <golang-atlas-vector-search>` guide.
96
+ easier and more efficient. To view an example that uses the ``bson.Vector`` type, see
97
+ the :ref:`Atlas Vector Search <golang-atlas-vector-search>` guide.
98
98
99
99
- Extends the `ServerError <{+api+}/mongo#ServerError>`__ interface to include
100
100
``ErrorCodes``, which returns a list of deduplicated error codes returned by
101
101
the server during the lifetime of operation execution.
102
102
103
103
- Adds the ``sort`` option to `UpdateOneOptions <{+api+}/mongo/options#UpdateOneOptions>`__
104
104
and `ReplaceOptions <{+api+}/mongo/options#ReplaceOptions>`__ for
105
- ``UpdateOne()`` and ``ReplaceOne()`` operations and update and replace
106
- operations in bulk operations.
105
+ standalone update and replace operations as well as for bulk operations.
107
106
108
107
For more information about the changes in this version, see the
109
108
:github:`v2.1 release notes </mongodb/mongo-go-driver/releases/tag/v2.1.0>`
You can’t perform that action at this time.
0 commit comments