Storage Nov release (#3074)
This commit is contained in:
parent
db85b15f6a
commit
b6489259ce
@ -1,12 +1,6 @@
|
||||
# Release History
|
||||
|
||||
## 12.3.0-beta.1 (Unreleased)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
## 12.2.1 (2021-11-08)
|
||||
|
||||
### Other Changes
|
||||
|
||||
|
||||
@ -9,9 +9,9 @@
|
||||
#pragma once
|
||||
|
||||
#define AZURE_STORAGE_BLOBS_VERSION_MAJOR 12
|
||||
#define AZURE_STORAGE_BLOBS_VERSION_MINOR 3
|
||||
#define AZURE_STORAGE_BLOBS_VERSION_PATCH 0
|
||||
#define AZURE_STORAGE_BLOBS_VERSION_PRERELEASE "beta.1"
|
||||
#define AZURE_STORAGE_BLOBS_VERSION_MINOR 2
|
||||
#define AZURE_STORAGE_BLOBS_VERSION_PATCH 1
|
||||
#define AZURE_STORAGE_BLOBS_VERSION_PRERELEASE ""
|
||||
|
||||
#define AZURE_STORAGE_BLOBS_VERSION_ITOA_HELPER(i) #i
|
||||
#define AZURE_STORAGE_BLOBS_VERSION_ITOA(i) AZURE_STORAGE_BLOBS_VERSION_ITOA_HELPER(i)
|
||||
|
||||
@ -2,8 +2,6 @@
|
||||
|
||||
## 12.0.0-beta.2 (Unreleased)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
- Renamed `GetServicePropertiesResult` to `QueueServiceProperties`.
|
||||
@ -14,10 +12,6 @@
|
||||
- Renamed `ReceiveMessagesResult` to `ReceivedMessages`.
|
||||
- Renamed `PeekMessagesResult` to `PeekedMessages`.
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
|
||||
## 12.0.0-beta.1 (2021-09-08)
|
||||
|
||||
### New Features
|
||||
|
||||
Loading…
Reference in New Issue
Block a user