## 4.2.0 (2021-10-05)
### Features Added
- [2833](https://github.com/Azure/azure-sdk-for-cpp/issues/2833) Added `GetCryptographyClient()` to `KeyClient` to return a `CryptographyClient` that uses the same options, policies, and pipeline as the `KeyClient` that created it.
* [protobuf] upgrade to latest release (v3.18.0)
This requires patching OpenCV as it uses a function removed in the
latest version of protobuf (FWIW, upstream OpenCV has a similar patch).
* The arcus port also needs a patch
* The caffe2 port also needs a patch
* The brpc port also needs a patch
* [amqpcpp/leptonica/glibmm] Update to latest version
* Modify the include dir path
* Modify version schemes
Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
* [aws-c-common] Update to 0.6.9
* [aws-checksums] Update to 0.1.11
* [aws-c-event-stream] Upgrade to 0.2.7
* Add aws-c-cal port
* Add s2n port
* Add port aws-c-io
* [aws-c-event-stream] Update port to 0.2.7
* Update aws-sdk-cpp port
* Add aws-c-compression port
* Add aws-c-auth port
* Add aws-c-http port
* Add aws-c-mqtt port
* Add aws-c-s3 port
* Add aws-crt-cpp port
* [aws-sdk-cpp] Update port to 1.9.91 version
* Fix port issues.
* Upgrade aws-sdk-cpp to 1.9.96
Upgrade aws-crt-cpp to 0.15.1
* Support x64-windows
* Fix format issues
* Specify supported triplets for aws libs
* Specify platforms for more aws libs
* Support x64-windows-static triplet.
* Fix format issue for aws-c-common
* Update port versions file
* Use new vcpkg cmake methods and format
* Use new vcpkg cmake methods and format
* update version
* Fix s2n port typo
* Fix s2n port typo
Co-authored-by: Jonliu1993 <13720414433@163.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
* [audiofile/cgltf/libsbml] Update to the latest version
* Format manifests
* [libsbml] Update branch from stable to development
* Update versions/l-/libsbml.json
* [audiofile] Add options to vcpkg_cmake_configure
* [azure-security-keyvault-keys-cpp] Update to 4.1.0
## 4.1.0 (2021-09-08)
### Features Added
- Added `GetUrl()` to `KeyClient`.
### Bugs Fixed
- [2750](https://github.com/Azure/azure-sdk-for-cpp/issues/2750) Support for Azure `managedhsm` cloud and any other non-public Azure cloud.
* not-specified
* Release for 08-30-2021
* Update azure-iot-sdk-c vcpkg.json formatting
* Update version database
* Test commit. In progress.
* bot actions
* Update refs and hashes for main branch test
* bot instructions
* Add OpenSSL for uamqp, umqtt, uhttp
* bot instructions
* Update cmake build options 'warning_as_errors' to OFF; remove patch file
* bot instructions
* Update all REFs to current test commit in azure-iot-sdk-c momuno/curl-vcpkg-fix_20210831
* bot instructions
* c-utility fix -- test
* bot instructions
* Update azure-iot-sdk-c REF and SHA512 for LTS release. Use version-date
* Update version database
* put back remove-werror.patch for LTS release.
* Update versioning. bot instructions
* bot instructions.
* Adding back patch to portfile instructions. Removes warnings as errors
* bot instructions
Co-authored-by: Mollie Munoz <momuno@microsoft.com>
* [azure-storage-blobs-cpp] Update to 12.2.0
## 12.2.0 (2021-09-08)
### Breaking Changes
- `StartsOn` and `ExpiresOn` in `SignedIdentifier` were changed to nullable.
### Bugs Fixed
- Fixed a bug where prefix cannot contain `&` when listing blobs.
### Other Changes
- Create less threads if there isn't too much data to transfer.
* [azure-storage-files-datalake-cpp] Update to 12.2.0
## 12.2.0 (2021-09-08)
### Breaking Changes
- `StartsOn` and `ExpiresOn` in `SignedIdentifier` were changed to nullable.
### Bugs Fixed
- Fixed a bug where prefix cannot contain `&` when listing files.
### Other Changes
- Create less threads if there isn't too much data to transfer.
* [azure-storage-files-shares-cpp] Update to 12.2.0
## 12.2.0 (2021-09-08)
### Breaking Changes
- `AccessPolicy::StartsOn` and `AccessPolicy::ExpiresOn` are now nullable values.
### Bugs Fixed
- Fixed a bug where prefix cannot contain `&` when listing files.
### Other Changes
- Create less threads if there isn't too much data to transfer.
* [azure-storage-queues-cpp] Update to 12.0.0-beta.1
## 12.0.0-beta.1 (2021-09-08)
### New Features
- Added support for Queue features:
- QueueServiceClient::ListQueues
- QueueServiceClient::SetProperties
- QueueServiceClient::GetProperties
- QueueServiceClient::GetStatistics
- QueueServiceClient::CreateQueue
- QueueServiceClient::DeleteQueue
- QueueClient::Create
- QueueClient::Delete
- QueueClient::GetProperties
- QueueClient::SetMetadata
- QueueClient::GetAccessPolicy
- QueueClient::SetAccessPolicy
- QueueClient::EnqueueMessage
- QueueClient::ReceiveMessages
- QueueClient::PeekMessages
- QueueClient::UpdateMessage
- QueueClient::DeleteMessage
- QueueClient::ClearMessages
- Added support for queue SAS.
* [azure-storage-common-cpp] Update to 12.2.0
## 12.2.0 (2021-09-08)
### Features Added
- Used new xml library on Windows, dropped dependency for libxml2.
### Bugs Fixed
- Fixed a bug that may cause crash when parsing XML.
* Enable ANGLE's desktop GL backend
Only the D3D and GLES backends were available, but getting desktop GL to
work is trivial.
The Vulkan backend would be a much bigger task, unfortunately.
* x-add-version
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
## 1.2.1 (2021-09-02)
### Bugs Fixed
- [2785](https://github.com/Azure/azure-sdk-for-cpp/issues/2785) Fix to build on g++ 5.5.
### Other Changes
- Fixed compilation error on POSIX platforms where OpenSSL was not available.
- Support CMake version 3.12
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
* [aubio] Add support for find_package
* Add include(CMakeFindDependencyMacro)
* x-add-version
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
* [arcus/any-lite/aixlog] Update to the latest version
* update version
* Apply requested changes
* update version
* update vcpkg.json
* update version
* Make sure C++11 is enabled on macosx
* ports/ace/portfile.cmake:
* [ace] Upgrade to 7.0.3
* No need to force C++11 anymore for MacOSX
* ports/ace/portfile.cmake:
* Add ACE 7.0.3 version
## 1.2.0 (2021-08-05)
### Features Added
- Added `Azure::Core::IO::ProgressBodyStream` type that wraps an existing BodyStream based type stream and reports progress via callback when the stream position is updated.
### Bugs Fixed
- [2647](https://github.com/Azure/azure-sdk-for-cpp/issues/2647) Make the curl transport adapter to check the connection close header.
- [2474](https://github.com/Azure/azure-sdk-for-cpp/issues/2474) Fix compiling with MSVC and `/analyze`.
- Make WinHTTP transport adapter to NOT use SSL/TLS for unsecured HTTP connections.
### Other Changes
- Updated source code to build with Clang 11. (A community contribution, courtesy of _[davidchisnall](https://github.com/davidchisnall)_)
### Acknowledgments
Thank you to our developer community members who helped to make Azure Core better with their contributions to this release:
- David Chisnall _([GitHub](https://github.com/davidchisnall))_
* update 2021-07-27
macOS -> 11.5.1, XCode -> 12.5.1
* update azure-pipelines
* update sha of macfuse
* change how macos-ci-base works
* fix build errors
* fix itpp:linux
* more fixes
* remove tab
* allow version changes in all the remove/rename-version patches
* fix libunistring for real
* robert CR
* [alembic] Enable release only and debug only build on alembic port
* Fix version database.
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
* Added a new port, apsi.
* Updated versioning.
* Added platform to a feature in apsi.
* Updated versioning.
Co-authored-by: Billy Robert ONeal III <bion@microsoft.com>
* Updated vulkan-headers, vulkan-hpp and vulkan-memory-allocator to new versions.
* Updated the port ashes to fix compilation errors with the new Vulkan headers. Added vk_video/ to the list of copied header files in the port vulkan-headers.
* Apply suggestions from code review regarding version strings
Update version strings in ports/ashes/vcpkg.json and ports/vulkan-headers/vcpkg.json.
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* Updated versioning information of modified ports.
* Update version strings after changes in vcpkg.json files.
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* [cli11] Update to 1.9.1
* Update version in CONTROL
* Add new port ADVobfuscator
* Format vcpkg.json
* Add version
* Update ports/advobfuscator/vcpkg.json
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
* Update versions/a-/advobfuscator.json
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
* Update versions/a-/advobfuscator.json
* version stuff
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
## 4.0.0-beta.4 (2021-07-20)
### Features Added
- Added `GetIv()` to `EncryptParameters` and `DecryptParameters`.
- Added `BackupKeyResult` for `BackupKey()` return type.
### Breaking Changes
- Removed `Azure::Security::KeyVault::Keys::ServiceVersion::V7_0` and `V7_1`.
- Removed `Azure::Security::KeyVault::Keys::Cryptography::ServiceVersion::V7_0` and `V7_1`.
- Removed `CryptographyClient::RemoteClient()` and `CryptographyClient::LocalOnly()`.
- Removed the general constructor from `EncryptParameters` and `DecryptParameters`.
- Removed access to `Iv` field member from `EncryptParameters` and `DecryptParameters`.
- Removed `Encrypt(EncryptionAlgorithm, std::vector, context)`.
- Removed `Decrypt(DecryptAlgorithm, std::vector, context)`.
- Removed `JsonWebKey::HasPrivateKey()`.
- Removed the `MaxPageResults` field from `GetPropertiesOfKeysOptions`, `GetPropertiesOfKeyVersionsOptions`, and `GetDeletedKeysOptions`.
- Renamed header `list_keys_single_page_result.hpp` to `list_keys_responses.hpp`.
- Updated `BackupKey()` API return type to `BackupKeyResult` model type.
- Renamed `KeyPropertiesPageResult` to `KeyPropertiesPagedResponse`.
- Renamed `DeletedKeyPageResult` to `DeletedKeyPagedResponse`.
- Changed the container for `KeyOperations` from `std::list` to `std::vector` within `CreateKeyOptions` and `UpdateKeyProperties()`.
- Changed the return type of `CrytographyClient` APIs like `Encrypt()` to return `Response<T>` rather than the `T` directly.
- Renamed high-level header from `key_vault_keys.hpp` to `keyvault_keys.hpp`.