Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 10, 2023

Bumps github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.1.3 to 1.7.0.

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/azcore's releases.

sdk/azcore/v1.7.0

1.7.0 (2023-07-12)

Features Added

  • Added method WithClientName() to type azcore.Client to support shallow cloning of a client with a new name used for tracing.

Breaking Changes

These changes affect only code written against beta versions v1.7.0-beta.1 or v1.7.0-beta.2

  • The beta features for CAE, tracing, and fakes have been omitted for this release.

sdk/azcore/v1.7.0-beta.2

1.7.0-beta.2 (2023-06-06)

Breaking Changes

These changes affect only code written against beta version v1.7.0-beta.1

  • Method SpanFromContext() on type tracing.Tracer had the bool return value removed.
    • This includes the field SpanFromContext in supporting type tracing.TracerOptions.
  • Method AddError() has been removed from type tracing.Span.
  • Method Span.End() now requires an argument of type *tracing.SpanEndOptions.

Bugs Fixed

  • Fixed an issue in azcore.NewClient() and arm.NewClient() that could cause an incorrect module name to be used in telemetry.

sdk/azcore/v1.7.0-beta.1

1.7.0-beta.1 (2023-05-24)

Features Added

  • Restored CAE support for ARM clients.
  • Added supporting features to enable distributed tracing.
    • Added func runtime.StartSpan() for use by SDKs to start spans.
    • Added method WithContext() to runtime.Request to support shallow cloning with a new context.
    • Added field TracingNamespace to runtime.PipelineOptions.
    • Added field Tracer to runtime.NewPollerOptions and runtime.NewPollerFromResumeTokenOptions types.
    • Added field SpanFromContext to tracing.TracerOptions.
    • Added methods Enabled(), SetAttributes(), and SpanFromContext() to tracing.Tracer.
    • Added supporting pipeline policies to include HTTP spans when creating clients.
  • Added package fake to support generated fakes packages in SDKs.
    • The package contains public surface area exposed by fake servers and supporting APIs intended only for use by the fake server implementations.
    • Added an internal fake poller implementation.

Bugs Fixed

  • Retry policy always clones the underlying *http.Request before invoking the next policy.
  • Added some non-standard error codes to the list of error codes for unregistered resource providers.

sdk/azcore/v1.6.1

1.6.1 (2023-06-06)

Bugs Fixed

  • Retry policy always clones the underlying *http.Request before invoking the next policy.
  • Added some non-standard error codes to the list of error codes for unregistered resource providers.

... (truncated)

Commits

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 <dependency name> 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)

@dependabot dependabot bot requested a review from a team as a code owner August 10, 2023 09:49
@dependabot dependabot bot requested a review from kmurudi August 10, 2023 09:49
@dependabot dependabot bot added dependencies Dependencies only. go Pull requests that update Go code labels Aug 10, 2023
@dependabot dependabot bot assigned matmerr and rbtr Aug 10, 2023
Bumps [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go) from 1.1.3 to 1.7.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md)
- [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.1.3...sdk/azcore/v1.7.0)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the d3ecdependabot/go_modules/github.com/Azure/azure-sdk-for-go/sdk/azcore-1.7.0 branch from 6ecdb36 to e705ac0 Compare August 10, 2023 22:33
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 15, 2023

Superseded by #2145.

@dependabot dependabot bot closed this Aug 15, 2023
@dependabot dependabot bot deleted the d3ecdependabot/go_modules/github.com/Azure/azure-sdk-for-go/sdk/azcore-1.7.0 branch August 15, 2023 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependencies only. go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants