Skip to content

Commit f228912

Browse files
(DOCSP-15024): Compass 1.26 release notes
1 parent 190df86 commit f228912

File tree

3 files changed

+31
-8
lines changed

3 files changed

+31
-8
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ toc_landing_pages = ["/install", "/connect", "/instance", "/query/filter", "/que
88

99
[constants]
1010
download-page = "`downloads page <https://www.mongodb.com/download-center/compass?tck=docs_compass>`__"
11-
current-version = "1.25.0"
11+
current-version = "1.26.0"
1212

1313

1414
[substitutions]

source/documents/view.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,3 @@ Encrypted Fields
197197
.. figure:: /images/compass/encrypted-fields-table.png
198198
:figwidth: 696px
199199
:alt: Encrypted field in table view
200-
201-
Document Refresh Behavior
202-
-------------------------
203-
204-
|compass-short| refreshes the returned documents when you run a *new*
205-
query in the Query Bar. When you re-run the same query, |compass-short|
206-
does not re-query the database for new documents.

source/release-notes.txt

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

13+
|compass| 1.26.0
14+
----------------
15+
16+
*Released March 3, 2021*
17+
18+
New Features:
19+
20+
- Adds ability to create :ref:`text indexes <compass-indexes>`.
21+
22+
- Adds ability to cancel a connection attempt.
23+
24+
- Data is now refreshed when :guilabel:`Find` is clicked in the query
25+
bar.
26+
27+
- Improvements to :ref:`schema analysis <schema-tab>` to prevent
28+
timeouts with large datasets.
29+
30+
Bug Fixes:
31+
32+
- Improves connection form input and validation.
33+
34+
- MongoDB Compass prevents inserting data via the JSON editor without
35+
specifying a document. Previously, Compass would silently error when a
36+
document was not specified.
37+
38+
- Saving a favorite connection no longer freezes MongoDB
39+
Compass.
40+
41+
- Stylistic fixes.
42+
1343
|compass| 1.25.0
1444
----------------
1545

0 commit comments

Comments
 (0)