File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ What's New
26
26
27
27
Learn what's new in:
28
28
29
+ * :ref:`Version 2.1 <golang-version-2.0>`
29
30
* :ref:`Version 2.0 <golang-version-2.0>`
30
31
* :ref:`Version 1.17 <golang-version-1.17>`
31
32
* :ref:`Version 1.16 <version-1.16>`
@@ -36,6 +37,22 @@ Learn what's new in:
36
37
* :ref:`Version 1.12.1 <version-1.12.1>`
37
38
* :ref:`Version 1.12 <version-1.12>`
38
39
40
+ .. _golang-version-2.1:
41
+
42
+ What's New in 2.1
43
+ -----------------
44
+
45
+ This release includes the following improvements and fixes:
46
+
47
+ - Adds a new bulk write API that allows you to perform
48
+ insert, update, and delete operations on multiple databases and collections
49
+ in one request. To learn more, see the :ref:`golang-bulk` guide.
50
+
51
+ - Adds the ``bson.Vector`` type, which improves the efficiency of Atlas
52
+ Vector Search queries.
53
+
54
+ .. TODO: add link to Atlas Vector search page
55
+
39
56
.. _golang-version-2.0:
40
57
41
58
What's New in 2.0
You can’t perform that action at this time.
0 commit comments