-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Core April GA Release #4515
Core April GA Release #4515
Conversation
## 1.8.1 (2023-04-06) | ||
|
||
### Bugs Fixed | ||
|
||
- [[#4213]](https://github.com/Azure/azure-sdk-for-cpp/issues/4213) Fixed a bug where `Host` request header is not set for non-default port (80, 443). | ||
- [[#4443]](https://github.com/Azure/azure-sdk-for-cpp/issues/4443) Fixed potentially high CPU usage on Windows. | ||
|
||
### Other Changes | ||
|
||
- Libcurl transport doesn't add `Content-Length` request header for GET/HEAD/DELETE requests anymore. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@RickWinter, it includes Other Changes/Content-Length header
because it is the part of the same commit as Bugs Fixed/Host header
(084a9f2#diff-cc1b46c667702f97b0f4104c7637ccca9da686d2df0cd9e47a39f12ced659897)
* Increment package version after release of azure-core * Increment package version after release of azure-core-tracing-opentelemetry
…o install OpenSSL (#4336)
* update artifacts * remove error * try * gfd * folderlist * put back core
* add Files Datalake README.md * add file share README.md * add queues README.md
* Modify files by adding an extra space to trigger spell check on all. * Modify newer files. * Modify new files that got added. * Modify all markdown files to trigger spell check on those. * Fix spelling errors and update cspell to remove out-dated exceptions. * Add back mypgrogram exception for the readme from azure-core. * Revert test edits to markdown files. * Revert test changes to source and header files. * Remove modification to leftover source files.
* kv release * ds * Update sdk/keyvault/azure-security-keyvault-administration/CHANGELOG.md Co-authored-by: Ahson Khan <[email protected]> * core to latest GA * 1.8.0 * update folder list * put to stable versions * put back to last GA * put back to original * try core 1.8.0 * Revert "try core 1.8.0" This reverts commit 1e0b612. --------- Co-authored-by: Ahson Khan <[email protected]>
* lll * sss * oipio * vcvc * enable test proxy start at test suite start for KV and storage , example created for attestation, we cannot find the base definitions for the test suites, * Contrib * clangs * clangs * test logs * pipeline * more clangs * pipeline * clang * try try again * try try again * try again * try again * again * update paths , moved to macro , call macro in target code * core * capitalization
* Identity February Release * Accumulate changelog entries from previous Beta releases * Update core minimum version requirement * Best way to fix which may not work in CI * Drop version from cmakelists --------- Co-authored-by: Anton Kolesnyk <[email protected]>
* Attestation February Release * Changelog (repeat Beta changes) * Update azure core minimum version dependency --------- Co-authored-by: Anton Kolesnyk <[email protected]>
* storage february release * fix conversation * fix conversation
* Increment package version after release of azure-storage-blobs * Increment package version after release of azure-storage-files-shares
* Remove language from profile zip * Revert "Remove language from profile zip" This reverts commit 2f670435b25f89955338170a7bdfbe4432cbe23f. * Remove Services parameter * Fix path to tests-file * Run both sync and async tests by default * Add LanguageVersion to common perf.yml --------- Co-authored-by: Mike Harder <[email protected]>
Co-authored-by: Wes Haggard <[email protected]>
Co-authored-by: archerzz <[email protected]>
Co-authored-by: Konrad Jamrozik <[email protected]>
…script (#4481) https://learn.microsoft.com/en-us/powershell/scripting/learn/experimental-features?view=powershell-7.3#psnativecommandargumentpassing Do to that breaking change in PS 7.3 we need to opt into the legacy arg parsing. Co-authored-by: Wes Haggard <[email protected]>
* rerun flag * rerun failed stress test * naming & commenting * update * function and var renaming for better readability * readability & exit on error --------- Co-authored-by: Albert Cheng <[email protected]>
… suffix in the value, when using `CryptographyClient`. (#4467) * Fixed the user-agent string sent to the service to include the "keys" suffix in the value, when using `CryptographyClient`. * Fix clang format.
* ongoing * Move get-codeowners scripts and tests to their own dirs * address PR remarks * Fix CodeOwnerFileLocation path, fix casing, and dedup param defaults * fix param names * add todos on needed changes in cpp repo * Add CodeownersFileLocation to Get-Codeowners and use $null for default param values * move get-codeowners back to scripts/ and rename -functions to .lib * fix: use empty string as defaults instead of $nulls, to fix invocation * fix bug with invocation of Get-Codeowners + add support for passing IncludeNonUserAliases as switch * fix path iin Metadata-Helpers.ps1 * fix typo * Update archetype-cpp-release.yml --------- Co-authored-by: Konrad Jamrozik <[email protected]>
* First attempt at fixing nlohmann doctest compilation error * fixed compilation issue * Fixed ApiView generation for azure core
* First cut at migrating Ubuntu 18 to 22 directly in the matricses * Try 20.04 * Remove azure.list from apt configuration on 22.04 * Parens * gpp-8 on Ubuntu 20.04 * Remove g++-5 * Move config changes to steps/ * Remove g++-5 from live tests * Update eng/pipelines/templates/steps/fix-linux-1es-configs.yml Co-authored-by: Ben Broderick Phillips <[email protected]> * Review feedback * Finish renaming * Setting line coverage target to 91% --------- Co-authored-by: Ben Broderick Phillips <[email protected]>
* Removed 'using namespace' directive from public header * Shortened namespace names (Thanks Antkmsft) * Update sdk/keyvault/azure-security-keyvault-administration/inc/azure/keyvault/administration/settings_client.hpp Co-authored-by: Anton Kolesnyk <[email protected]> --------- Co-authored-by: Anton Kolesnyk <[email protected]>
1501169
to
98e9c4f
Compare
Co-authored-by: Ben Broderick Phillips <[email protected]>
72e1bbb
to
c539cb6
Compare
Co-authored-by: Ben Broderick Phillips <[email protected]>
051f08b
to
ea97acc
Compare
ea97acc
to
0a881eb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am a bit worried we have non-core commits in here (identity, keyvault, storage and their tests), even though core is at the bottom of the object dependency graph, but not sure if there's a "cleaner" alternative.
Can you please share the list of commits that aren't included in the release? |
@ahsonkhan, the command is The
|
@ahsonkhan and I think the reason it has |
This PR is for review purposes only. It is not meant to be merged to
main
.The GA release will be cut from this,
hotfix/azure-core_1.8.1
branch.This PR contains cherry-picked commits for the entire repo, except the few ones that we don't want to release.
As of the public features in the Core SDK code - it only includes bug fixes.
It also includes test/CI infrastructure improvements (so that the release pipelines run well when we release).
And finally, it includes one unique commit with the changelog update.
You can see the individual commits just below this PR description.
See also #4516.