You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
|**Get started**|[Develop locally with Azure Cosmos DB Emulator](local-emulator.md)|
24
27
25
28
## Release notes
@@ -34,13 +37,13 @@ This article shows the Azure Cosmos DB Emulator released versions and it details
34
37
35
38
### `2.14.7` (May 9, 2022)
36
39
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:
38
41
- Update Data Explorer to the latest content and fix a broken link for the quick start sample documentation.
39
42
- 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`
40
43
41
44
### `2.14.6` (March 7, 2022)
42
45
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:
44
47
- Fix for an issue related to high CPU usage when the emulator is running.
45
48
- Add PowerShell option to set the Mongo API version: `-MongoApiVersion`. Valid settings are: `3.2`, `3.6` and `4.0`
46
49
@@ -54,31 +57,31 @@ This article shows the Azure Cosmos DB Emulator released versions and it details
54
57
55
58
### `2.14.3` (September 8, 2021)
56
59
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.
58
61
59
62
### `2.14.2` (August 12, 2021)
60
63
61
64
- This release updates the local Data Explorer content to latest Microsoft Azure version and resets the base for the Linux Cosmos emulator Docker image.
62
65
63
66
### `2.14.1` (June 18, 2021)
64
67
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.
66
69
67
70
### `2.14.0` (June 15, 2021)
68
71
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.
70
73
71
74
### `2.11.13` (April 21, 2021)
72
75
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`.
74
77
75
78
### `2.11.11` (February 22, 2021)
76
79
77
80
- This release updates the local Data Explorer content to latest Microsoft Azure version.
78
81
79
82
### `2.11.10` (January 5, 2021)
80
83
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.
82
85
83
86
### `2.11.9` (December 3, 2020)
84
87
@@ -88,27 +91,27 @@ This article shows the Azure Cosmos DB Emulator released versions and it details
88
91
89
92
### `2.11.8` (November 6, 2020)
90
93
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.
92
95
93
96
### `2.11.6` (October 6, 2020)
94
97
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.
96
99
97
100
### `2.11.5` (August 23, 2020)
98
101
99
102
- 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.
101
104
-`/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.
102
105
103
106
### `2.11.2` (July 7, 2020)
104
107
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.
106
109
107
110
### `2.11.1` (June 10, 2020)
108
111
109
112
- This release fixes couple bugs related to Azure Cosmos DB Emulator Data Explorer:
110
113
- 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.
112
115
113
116
### `2.11.0`
114
117
@@ -117,7 +120,7 @@ This article shows the Azure Cosmos DB Emulator released versions and it details
117
120
118
121
### `2.9.2`
119
122
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).
121
124
122
125
### `2.9.1`
123
126
@@ -141,8 +144,8 @@ This article shows the Azure Cosmos DB Emulator released versions and it details
141
144
142
145
### `2.4.3`
143
146
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.
146
149
- Add direct connection ports to the Firewall Rules settings.
0 commit comments