Skip to content

Commit 655e6f9

Browse files
Merge pull request #207585 from seesharprun/aug10-cosmos-emulator-release-notes
Cosmos DB | Minor emulator article copy editing
2 parents 182418d + 775f0ab commit 655e6f9

File tree

1 file changed

+21
-18
lines changed

1 file changed

+21
-18
lines changed

articles/cosmos-db/local-emulator-release-notes.md

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,20 @@ ms.date: 08/10/2022
99
ms.reviewer: esarroyo
1010
---
1111

12-
# Azure Cosmos DB Emulator - Release notes and download information
12+
# Azure Cosmos DB Emulator - release notes and download information
1313

1414
[!INCLUDE[appliesto-all-apis](includes/appliesto-all-apis.md)]
1515

16-
This article shows the Azure Cosmos DB Emulator released versions and it details the updates that were made. Only the latest version is made available to download and use and previous versions aren't actively supported by the Azure Cosmos DB Emulator developers.
16+
This article shows the Azure Cosmos DB Emulator released versions and it details the latest updates. The download center only has the latest version of the emulator available to download.
17+
18+
> [!IMPORTANT]
19+
> Earlier versions of the Azure Cosmos DB Emulator aren't actively supported by the developer team.
1720
1821
## Download
1922

2023
| | Link |
2124
| --- | --- |
22-
| **MSI download** | [Microsoft Download Center](https://aka.ms/cosmosdb-emulator) |
25+
| **Download** | [Microsoft Download Center](https://aka.ms/cosmosdb-emulator) |
2326
| **Get started** | [Develop locally with Azure Cosmos DB Emulator](local-emulator.md) |
2427

2528
## Release notes
@@ -34,13 +37,13 @@ This article shows the Azure Cosmos DB Emulator released versions and it details
3437

3538
### `2.14.7` (May 9, 2022)
3639

37-
- This release updates the Azure Cosmos DB Emulator background services to match the latest online functionality of the Azure Cosmos DB. In addition to this update, there are couple issues that were addressed in this release:
40+
- This release updates the Azure Cosmos DB Emulator background services to match the latest online functionality of the Azure Cosmos DB. In addition to this update, there are a couple of issues addressed in this release:
3841
- Update Data Explorer to the latest content and fix a broken link for the quick start sample documentation.
3942
- Add option to enable the Mongo API version for the Linux Cosmos DB emulator by setting the environment variable: `AZURE_COSMOS_EMULATOR_ENABLE_MONGODB_ENDPOINT` in the Docker container. Valid settings are: `3.2`, `3.6`, `4.0` and `4.2`
4043

4144
### `2.14.6` (March 7, 2022)
4245

43-
- This release updates the Azure Cosmos DB Emulator background services to match the latest online functionality of the Azure Cosmos DB. In addition to this update, there are couple issues that were addressed in this release:
46+
- This release updates the Azure Cosmos DB Emulator background services to match the latest online functionality of the Azure Cosmos DB. In addition to this update, there are a couple of issues addressed in this release:
4447
- Fix for an issue related to high CPU usage when the emulator is running.
4548
- Add PowerShell option to set the Mongo API version: `-MongoApiVersion`. Valid settings are: `3.2`, `3.6` and `4.0`
4649

@@ -54,31 +57,31 @@ This article shows the Azure Cosmos DB Emulator released versions and it details
5457

5558
### `2.14.3` (September 8, 2021)
5659

57-
- This release updates the Azure Cosmos DB Emulator background services to match the latest online functionality of the Azure Cosmos DB. It also addresses issues with performance data that is collected and resets the base image for the Linux Cosmos emulator Docker image.
60+
- This release updates the Azure Cosmos DB Emulator background services to match the latest online functionality of the Azure Cosmos DB. It also addresses issues with performance data that's collected and resets the base image for the Linux Cosmos emulator Docker image.
5861

5962
### `2.14.2` (August 12, 2021)
6063

6164
- This release updates the local Data Explorer content to latest Microsoft Azure version and resets the base for the Linux Cosmos emulator Docker image.
6265

6366
### `2.14.1` (June 18, 2021)
6467

65-
- This release improves the start-up time for the emulator while reducing the footprint of its data on the disk. This new optimization is activated by `/EnablePreview` argument.
68+
- This release improves the start-up time for the emulator while reducing the footprint of its data on the disk. Activate this new optimization by using the `/EnablePreview` argument.
6669

6770
### `2.14.0` (June 15, 2021)
6871

69-
- This release updates the local Data Explorer content to latest Microsoft Azure version. It also fixes an issue when importing multiple document items by using the JSON file upload feature.
72+
- This release updates the local Data Explorer content to latest Microsoft Azure version. It also fixes an issue when importing many items by using the JSON file upload feature.
7073

7174
### `2.11.13` (April 21, 2021)
7275

73-
- This release updates the local Data Explorer content to latest Microsoft Azure version and adds a new MongoDB endpoint configuration, "4.0".
76+
- This release updates the local Data Explorer content to latest Microsoft Azure version and adds a new MongoDB endpoint configuration, `4.0`.
7477

7578
### `2.11.11` (February 22, 2021)
7679

7780
- This release updates the local Data Explorer content to latest Microsoft Azure version.
7881

7982
### `2.11.10` (January 5, 2021)
8083

81-
- This release updates the local Data Explorer content to latest Microsoft Azure version. It also adds a new public option, `/ExportPemCert`, which allows the emulator user to directly export the public emulator's certificate as a .PEM file.
84+
- This release updates the local Data Explorer content to latest Microsoft Azure version. It also adds a new public option, `/ExportPemCert`, which enables the emulator user to directly export the public emulator's certificate as a `.PEM` file.
8285

8386
### `2.11.9` (December 3, 2020)
8487

@@ -88,27 +91,27 @@ This article shows the Azure Cosmos DB Emulator released versions and it details
8891

8992
### `2.11.8` (November 6, 2020)
9093

91-
- This release includes an update for the Azure Cosmos DB Emulator Data Explorer and fixes an issue where "TLS 1.3" clients try to open the Data Explorer.
94+
- This release includes an update for the Azure Cosmos DB Emulator Data Explorer and fixes an issue where **transport layer security (TLS) 1.3** clients try to open the Data Explorer.
9295

9396
### `2.11.6` (October 6, 2020)
9497

95-
- This release addresses a concurrency-related issue when multiple containers might be created at the same time. The issue can leave the emulator in a corrupted state and future API requests to the emulator's endpoint will fail with "service unavailable" errors. The work-around is to stop the emulator, reset of the emulator's local data and restart.
98+
- This release addresses a concurrency-related issue when creating more than one container at the same time. The issue can leave the emulator in a corrupted state and future API requests to the emulator's endpoint will fail with *service unavailable* errors. The work-around is to stop the emulator, reset of the emulator's local data and restart.
9699

97100
### `2.11.5` (August 23, 2020)
98101

99102
- This release adds two new Azure Cosmos DB Emulator startup options:
100-
- `/EnablePreview` - Enables preview features for the Azure Cosmos DB Emulator. The preview features that are still under development and they can be accessed via CI and sample writing.
103+
- `/EnablePreview` - Enables preview features for the Azure Cosmos DB Emulator. The preview features that are still under development and are available via CI and sample writing.
101104
- `/EnableAadAuthentication` - Enables the emulator to accept custom Azure Active Directory tokens as an alternative to the Azure Cosmos primary keys. This feature is still under development; specific role assignments and other permission-related settings aren't currently supported.
102105

103106
### `2.11.2` (July 7, 2020)
104107

105-
- This release changes how ETL traces required when troubleshooting the Azure Cosmos DB Emulator are collected. WPR (Windows Performance Runtime tools) is now the default tools for capturing ETL-based traces while old LOGMAN based capturing has been deprecated. With the latest Windows security update, LOGMAN stopped working as expected when executed through the Azure Cosmos DB Emulator.
108+
- This release changes how the Azure Cosmos DB Emulator collects traces. Windows Performance Runtime (WPR) is now the default tools for capturing event trace log-based traces while deprecating logman based capturing. With the latest Windows security update, LOGMAN stopped working as expected when executed through the Azure Cosmos DB Emulator.
106109

107110
### `2.11.1` (June 10, 2020)
108111

109112
- This release fixes couple bugs related to Azure Cosmos DB Emulator Data Explorer:
110113
- Data Explorer fails to connect to the Azure Cosmos DB Emulator endpoint when hosted in some Web browser versions. Emulator users might not be able to create a database or a container through the Web page.
111-
- Address an issue that prevented emulator users from creating an item from a JSON file using Data Explorer upload action.
114+
- Resolved bug that prevented emulator users from creating an item from a JSON file using Data Explorer upload action.
112115

113116
### `2.11.0`
114117

@@ -117,7 +120,7 @@ This article shows the Azure Cosmos DB Emulator released versions and it details
117120

118121
### `2.9.2`
119122

120-
- This release fixes a bug while enabling support for MongoDb endpoint version 3.2. It also adds support for generating ETL traces for troubleshooting purposes using WPR instead of LOGMAN.
123+
- This release fixes a bug while enabling support for MongoDb endpoint version 3.2. It also adds support for generating trace messages for troubleshooting purposes using [Windows Performance Recorder (WPR)](/windows-hardware/test/wpt/wpr-command-line-options) instead of [logman](/windows-server/administration/windows-commands/logman).
121124

122125
### `2.9.1`
123126

@@ -141,8 +144,8 @@ This article shows the Azure Cosmos DB Emulator released versions and it details
141144

142145
### `2.4.3`
143146

144-
- Disabled starting the MongoDB service by default. Only the SQL endpoint is enabled as default. The user must start the endpoint manually using the emulator's `/EnableMongoDbEndpoint` command-line option. Now, it's like all the other service endpoints, such as Gremlin, Cassandra, and Table.
145-
- Fixes a bug in the emulator when starting with “/AllowNetworkAccess” where the Gremlin, Cassandra, and Table endpoints weren't properly handling requests from external clients.
147+
- MongoDB service is no longer started by default. By default, the emulator enables the SQL endpoint. The user must start the endpoint manually using the emulator's `/EnableMongoDbEndpoint` command-line option. Now, it's like all the other service endpoints, such as Gremlin, Cassandra, and Table.
148+
- Fixes a bug in the emulator when starting with “/AllowNetworkAccess” where the Gremlin, Cassandra, and Table endpoints weren't correctly handling requests from external clients.
146149
- Add direct connection ports to the Firewall Rules settings.
147150

148151
### `2.4.0`

0 commit comments

Comments
 (0)