File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,12 @@ The 2.0 {+driver-short+} release includes the following improvements and fixes:
92
92
contained the number of dropped indexes. See the
93
93
:ref:`golang-remove-index` section of the Indexes guide to learn more.
94
94
95
+ - Updates to the builder pattern for types in the ``options`` package.
96
+ The pattern maintains a slice of setter functions, so you cannot set
97
+ data directly to an options object. This update does not
98
+ generally change how you create and use options. To learn more, see
99
+ the `feature JIRA ticket <https://jira.mongodb.org/browse/GODRIVER-2696>`__.
100
+
95
101
- The driver no longer supports the ``mongo.ErrUnacknowledgedWrite`` sentinel
96
102
error if a write operation is not acknowledged. To confirm that the server
97
103
acknowledged a write operation, you must access the ``Acknowledged``
You can’t perform that action at this time.
0 commit comments