@@ -10,6 +10,43 @@ Release Notes
10
10
:depth: 1
11
11
:class: twocols
12
12
13
+ |compass| 1.40.3
14
+ ----------------
15
+
16
+ *Released October 11, 2023*
17
+
18
+ New Features:
19
+
20
+ - Introduced the ability to create and manage Atlas Search indexes in
21
+ Compass.
22
+
23
+ - After creating a ``$search`` index you are now redirected to the
24
+ search indexes modal (:issue:`COMPASS-7247`).
25
+ - Field names are now autocompleted when defining indexes.
26
+ (:issue:`COMPASS-7174`).
27
+ - Syntax errors are now highlighted when defining indexes.
28
+ (:issue:`COMPASS-7246`).
29
+ - The ``vectorEmbedding`` index template definition replaced ``knnVector``.
30
+ (:issue:`COMPASS-7288`).
31
+ - For more details, see :ref:`<compass-indexes>` and
32
+ :ref:`<compass-create-search-index>`.
33
+ - Improved AI feedback experience. For more information on
34
+ Generative AI natural language queries in Compass, see :ref:`query-natural-language`.
35
+ (:issue:`COMPASS-7211`, :issue:`COMPASS-7251`).
36
+ - Removed ``useNewUrlParser`` and ``useUnifiedTopology`` from export
37
+ to language options (:issue:`COMPASS-4897`).
38
+
39
+ Bug Fixes:
40
+
41
+ - Fixed GUI flicker when closing the search index modal (:issue:`COMPASS-7248`).
42
+ - Downgraded Electron to `version 25.8.4 <https://releases.electronjs.org/release/v25.8.4>`__ (:issue:`COMPASS-7291`).
43
+ - Corrected an error displaying collections in Atlas Data Federation
44
+ through the side bar (:issue:`COMPASS-7307`).
45
+ - Fixed an issue when the insert dialog did not catch invalid bson (:issue:`COMPASS-7316`).
46
+
47
+ `Full changelog available on GitHub
48
+ <https://github.com/mongodb-js/compass/compare/v1.40.2...v1.40.3>`__
49
+
13
50
|compass| 1.40.2
14
51
----------------
15
52
0 commit comments