christianhelle / apiclientcodegen

A collection of Visual Studio custom tool code generators for Swagger / OpenAPI specification files
http://bit.ly/restapicodegen
GNU General Public License v3.0
177 stars 23 forks source link

Bump Azure.Core from 1.35.0 to 1.36.0 #670

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

Bumps Azure.Core from 1.35.0 to 1.36.0.

Release notes

Sourced from Azure.Core's releases.

Azure.Core_1.36.0

1.36.0 (2023-11-10)

Features Added

  • Added RequiresUnreferencedCode attribute to RequestContent.Create(object) overloads that use reflection to serialize the input object. This provides support for native AOT compilation when Azure.Core is used for diagnostics.
  • Use System.Text.Json source generation to deserialize the error response in RequestFailedException on net6.0 and above targets.

Breaking Changes

  • Updated tracing attributes names to conform to OpenTelemetry semantic conventions version 1.23.0.
  • Suppress client activity creation by Azure clients if it happens in scope of another activity created by an Azure client.
  • Changed how ActivitySource name is constructed for clients that use single-worded activity names (without dot). We now append provided activity name as is to the client namespace name. Previously, the provided activity name was omitted and the ActivitySource name matched the provided client namespace.
  • Distributed tracing with ActivitySource for HTTP and REST-based client libraries is declared stable. Experimental feature-flag is no longer required for most of the newly released libraries. Tracing for messaging libraries remains experimental.
  • Added nullable annotation to ResourceIdentifier.TryParse parameter input.
Commits
  • 94c717a add CHANGELOG entries for binary-affecting Core.Experimental changes since 20...
  • a3e04bd Preparation for Core release 1.36.0 (#39899)
  • d9ba47f Remove tracing feature-flag from HTTP spans and add option for libs to mark t...
  • 19c5fd2 Datamovement tests ShareUploadDirectory (#39718)
  • bb20017 Increment version for communication releases (#39844)
  • 96a4401 Increment version for hybridnetwork releases (#39727)
  • f76b173 Increment version for netapp releases (#39788)
  • 77f6b15 Include SMS specific int configuration to livetest pipeline (#39894)
  • f0971e2 [RecoveryServicesBackup] Fix for issue 39837 (#39838)
  • 5577054 Update AutoRest C# version to 3.0.0-beta.20231109.3 (#39893)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
sonarcloud[bot] commented 11 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication