Skip to content

Commit 6e148bf

Browse files
DOCSP-33342 1.40.3 Release Notes (#564)
* DOCSP-33342 1.40.3 Release Notes * * * * * * * * * * * Apply suggestions from code review Co-authored-by: Sarah Olson <[email protected]> * IR * * * Update source/release-notes.txt Co-authored-by: Sarah Olson <[email protected]> --------- Co-authored-by: Sarah Olson <[email protected]>
1 parent a7e2cad commit 6e148bf

File tree

3 files changed

+39
-2
lines changed

3 files changed

+39
-2
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ toc_landing_pages = [
3030

3131
[constants]
3232
download-page = "`downloads page <https://www.mongodb.com/try/download/compass>`__"
33-
current-version = "1.40.2"
33+
current-version = "1.40.3"
3434
atlas = "MongoDB Atlas"
3535

3636
[[banners]]

source/query-with-natural-language/enable-natural-language-querying.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To enable natural language querying in Compass, follow the steps below.
2323
Alternatively, you can enable natural language querying by clicking the
2424
:guilabel:`Log in to Atlas to enable` button within the
2525
:guilabel:`Use natural language to generate queries and pipelines` modal.
26-
You can display this modal on Compass versions 1.4 or later when
26+
You can display this modal on Compass versions 1.4.0 or later when
2727
you click the :guilabel:`Generate query` or
2828
:guilabel:`Generate aggregation` button on the query bar.
2929

source/release-notes.txt

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,43 @@ Release Notes
1010
:depth: 1
1111
:class: twocols
1212

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+
1350
|compass| 1.40.2
1451
----------------
1552

0 commit comments

Comments
 (0)