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
Copy file name to clipboardExpand all lines: articles/storage/container-storage/container-storage-release-notes.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,14 +9,15 @@ ms.author: dstan
9
9
---
10
10
# Release notes for Azure Container Storage
11
11
12
-
This article provides the release notes for Azure Container Storage. It's important to note that minor releases introduce new functionalities in a backward-compatible manner (for example, 1.1.0 GA). Patch releases focus on bug fixes, security updates, and smaller improvements (for example, 1.1.2).
12
+
This article provides the release notes for Azure Container Storage. It's important to note that minor releases introduce new functionalities in a backward-compatible manner (for example, 1.2.0 Minor Release). Patch releases focus on bug fixes, security updates, and smaller improvements (for example, 1.1.2).
13
13
14
14
## Supported versions
15
15
16
16
The following Azure Container Storage versions are supported:
17
17
18
18
| Milestone | Status |
19
19
|----|----------------|
20
+
|1.2.0- Minor Release | Supported |
20
21
|1.1.2- Patch Release | Supported |
21
22
|1.1.1- Patch Release | Supported |
22
23
|1.1.0- General Availability| Supported |
@@ -27,7 +28,14 @@ The following Azure Container Storage versions are no longer supported: 1.0.6-pr
27
28
28
29
## Minor vs. patch versions
29
30
30
-
Minor versions introduce small improvements, performance enhancements, or minor new features without breaking existing functionality. For example, version 1.1.0 would move to 1.2.0. Patch versions are released more frequently than minor versions. They focus solely on bug fixes and security updates. For example, version 1.1.2 would be updated to 1.1.3.
31
+
Minor versions introduce small improvements, performance enhancements, or minor new features without breaking existing functionality. For example, version 1.2.0 would move to 1.3.0. Patch versions are released more frequently than minor versions. They focus solely on bug fixes and security updates. For example, version 1.1.2 would be updated to 1.1.3.
32
+
33
+
## Version 1.2.0
34
+
35
+
### Improvements and issues that are fixed
36
+
-**Bug fixes and performance improvements**: General stability improvements have been made to address key recovery issues, especially during upgrade scenarios. These updates are designed to ensure more reliable recovery processes and prevent unexpected service interruptions, delivering a smoother and more consistent experience.
37
+
-**Ephemeral Disk Performance Enhancements**: We improved overall performance for Azure Container Storage with ephemeral NVMe disks as the backing storage option, delivering up to a 100% increase in write IOPS in setups with replication enabled. For more details, read about ephemeral disk performance [using local NVMe](/azure/storage/container-storage/use-container-storage-with-local-disk#optimize-performance-when-using-local-nvme) and [using local NVMe with replication](/azure/storage/container-storage/use-container-storage-with-local-nvme-replication#optimize-performance-when-using-local-nvme).
0 commit comments