AzurePipelinesCredential authenticates an Azure Pipelines service connection with
workload identity federation
Breaking Changes
These changes affect only code written against a beta version such as v1.7.0-beta.1
Removed the persistent token caching API. It will return in v1.8.0-beta.1
sdk/azidentity/v1.7.0-beta.1
1.7.0-beta.1 (2024-06-10)
Features Added
Restored AzurePipelinesCredential and persistent token caching API
Breaking Changes
These changes affect only code written against a beta version such as v1.6.0-beta.4
Values which NewAzurePipelinesCredential read from environment variables in
prior versions are now parameters
Renamed AzurePipelinesServiceConnectionCredentialOptions to AzurePipelinesCredentialOptions
Bugs Fixed
Managed identity bug fixes
sdk/azidentity/v1.6.0
1.6.0 (2024-06-10)
Features Added
NewOnBehalfOfCredentialWithClientAssertions creates an on-behalf-of credential
that authenticates with client assertions such as federated credentials
Breaking Changes
These changes affect only code written against a beta version such as v1.6.0-beta.4
Removed AzurePipelinesCredential and the persistent token caching API.
They will return in v1.7.0-beta.1
Bugs Fixed
Managed identity bug fixes
sdk/resourcemanager/storage/armstorage/v1.6.0
1.6.0 (2024-06-28)
Features Added
New value AccessTierCold added to enum type AccessTier
New value ExpirationActionBlock added to enum type ExpirationAction
New value MinimumTLSVersionTLS13 added to enum type MinimumTLSVersion
New value ProvisioningStateCanceled, ProvisioningStateDeleting, ProvisioningStateFailed, ProvisioningStateValidateSubscriptionQuotaBegin, ProvisioningStateValidateSubscriptionQuotaEnd added to enum type ProvisioningState
New value PublicNetworkAccessSecuredByPerimeter added to enum type PublicNetworkAccess
Type of DeploymentStackProperties.ActionOnUnmanage has been changed from *DeploymentStackPropertiesActionOnUnmanage to *ActionOnUnmanage
Type of DeploymentStackProperties.Error has been changed from *ErrorResponse to *ErrorDetail
Type of DeploymentStackProperties.Parameters has been changed from any to map[string]*DeploymentParameter
Type of ResourceReferenceExtended.Error has been changed from *ErrorResponse to *ErrorDetail
DeploymentStackProvisioningStateLocking from enum DeploymentStackProvisioningState has been removed
ResourceStatusModeNone from enum ResourceStatusMode has been removed
Struct DeploymentStackPropertiesActionOnUnmanage has been removed
Struct ErrorResponse has been removed
Features Added
New value DeploymentStackProvisioningStateUpdatingDenyAssignments added to enum type DeploymentStackProvisioningState
New function *Client.BeginValidateStackAtManagementGroup(context.Context, string, string, DeploymentStack, *ClientBeginValidateStackAtManagementGroupOptions) (*runtime.Poller[ClientValidateStackAtManagementGroupResponse], error)
New function *Client.BeginValidateStackAtResourceGroup(context.Context, string, string, DeploymentStack, *ClientBeginValidateStackAtResourceGroupOptions) (*runtime.Poller[ClientValidateStackAtResourceGroupResponse], error)
New function *Client.BeginValidateStackAtSubscription(context.Context, string, DeploymentStack, *ClientBeginValidateStackAtSubscriptionOptions) (*runtime.Poller[ClientValidateStackAtSubscriptionResponse], error)
New struct ActionOnUnmanage
New struct DeploymentParameter
New struct DeploymentStackValidateProperties
... (truncated)
Commits
7d73c79 Cosmos DB - 1.0.3 release changelog (#23079)
6aaef6b Increment package version after release of storage/azdatalake (#23074)
2584969 Increment package version after release of storage/azfile (#23072)
a2fa598 Increment package version after release of storage/azblob (#23070)
Processor.Run had unclear behavior for some cases:
Run() now returns an explicit error when called more than once on a single
Processor instance or if multiple Run calls are made concurrently. (PR#22833)
NextProcessorClient now properly terminates (and returns nil) if called on a
stopped Processor. (PR#22833)
New value ManagedClusterUpgradeTypeControlPlaneOnly added to enum type ManagedClusterUpgradeType
New enum type TargetType with values TargetTypeAfterStageWait, TargetTypeGroup, TargetTypeMember, TargetTypeStage
New function *UpdateRunsClient.BeginSkip(context.Context, string, string, string, SkipProperties, *UpdateRunsClientBeginSkipOptions) (*runtime.Poller[UpdateRunsClientSkipResponse], error)
New struct APIServerAccessProfile
New struct AgentProfile
New struct FleetHubProfile
New struct SkipProperties
New struct SkipTarget
New field HubProfile in struct FleetProperties
sdk/storage/azdatalake/v1.2.0
1.2.0 (2024-07-19)
Other Changes
Updated azblob version to 1.4.0
Updated azcore version to 1.13.0
sdk/data/azappconfig/v1.2.0-beta.1
1.2.0-beta.1 (2024-06-11)
Features Added
Support ETag-per-page
Added field MatchConditions to ListSettingsOptions which allows specifying request conditions when iterating over pages of settings.
Added field ETag to ListSettingsPageResponse which contains the ETag for a page of configuration settings.
Other Changes
Updated dependencies.
sdk/storage/azdatalake/v1.2.0-beta.1
1.2.0-beta.1 (2024-06-14)
Features Added
Added ACL response headers in GetBlobProperties API for Files.
Updated service version to 2024-05-04
... (truncated)
Commits
0fbd371 Merge pull request #33 from jen20/virtual-network-client
c95e423 Add a client for Virtual Network management
af6985d Merge pull request #35 from ahmetalpbalkan/CreateBlockBlob
c99fb1d make block.Size int64, add CreateBlockBlob
9abf8bf Merge pull request #28 from jen20/private-error-messages
New value UpdateStatusCancel, UpdateStatusCancelled, UpdateStatusNoUpdatesPending added to enum type UpdateStatus
New function *ApplyUpdatesClient.CreateOrUpdateOrCancel(context.Context, string, string, string, string, string, ApplyUpdate, *ApplyUpdatesClientCreateOrUpdateOrCancelOptions) (ApplyUpdatesClientCreateOrUpdateOrCancelResponse, error)
New function *ClientFactory.NewScheduledEventClient() *ScheduledEventClient
New function NewScheduledEventClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ScheduledEventClient, error)
New function *ScheduledEventClient.Acknowledge(context.Context, string, string, string, string, *ScheduledEventClientAcknowledgeOptions) (ScheduledEventClientAcknowledgeResponse, error)
New struct ScheduledEventApproveResponse
sdk/storage/azblob/v1.4.0-beta.1
1.4.0-beta.1 (2024-06-14)
Features Added
Updated service version to 2024-05-04.
Other Changes
Updated azidentity version to 1.6.0
Updated azcore version to 1.12.0
sdk/storage/azfile/v1.3.1-beta.1
1.3.1-beta.1 (2024-08-27)
Features Added
Snapshot management support via REST for NFS shares.
Upgraded service version to 2024-08-04.
Other Changes
Updated azcore version to 1.14.0
sdk/storage/azfile/v1.3.0
1.3.0 (2024-07-18)
Other Changes
GetProperties() was called twice in DownloadFile method. Enhanced to call it only once, reducing latency.
ConnError, SessionError and LinkError now work with errors.As(), making it easier to write generalized error handling code that wants to deal with *amqp.Error's.
1.0.5 (2024-03-04)
Bugs Fixed
Fixed an issue that could cause delays when parsing small frames.
Commits
58e8fd8 Allow for errors.As() to see the underlying AMQP error (#329)
Bumps the production-dependencies group with 58 updates in the / directory:
1.59.1
1.62.0
0.7.0
0.10.0
1.9.2
1.14.0
0.3.6
1.0.3
1.1.0
1.2.0
1.2.1
1.4.0
1.0.4
1.1.0
2.21.1
2.28.2
1.21.0
1.24.1
1.42.2
1.43.3
0.12.0
0.13.1
1.46.0
1.47.0
1.25.0
1.30.5
1.26.6
1.27.33
1.6.16
1.7.37
1.15.15
1.17.18
1.32.2
1.40.7
1.24.0
1.32.4
1.24.7
1.29.7
1.50.0
1.58.3
1.27.0
1.31.7
1.29.7
1.34.8
1.25.0
1.27.0
0.27.1
0.28.1
4.2.1
4.3.0
1.4.3
1.5.0
1.16.0
1.17.0
0.27.0
0.28.1
4.3.0
4.5.0
1.7.1
1.8.1
1.13.1
1.14.0
0.12.14
0.12.16
4.18.2
4.18.3
1.15.6
1.17.0
2.12.0
2.13.0
2.0.0
2.1.0
1.0.25
1.0.27
1.32.0
1.37.0
3.0.0
3.1.0
3.10.0
3.11.0
1.9.0
1.11.0
1.2.10
1.2.11
1.18.0
1.20.3
1.9.0
1.10.0
9.4.0
9.6.1
1.0.5
1.0.6
1.7.2
1.11.1
1.6.0
1.8.0
0.313.0
0.316.0
1.16.1
1.17.1
2.27.1
2.27.4
3.5.14
3.5.15
3.5.14
3.5.15
1.13.1
1.16.1
1.23.1
1.29.0
1.23.1
1.29.0
1.23.1
1.29.0
1.28.0
1.33.0
Updates
cloud.google.com/go/bigquery
from 1.59.1 to 1.62.0Commits
01df6e1
chore(main): release spanner 1.62.0 (#10073)8e675cd
fix(spanner): Add ARRAY keywords to keywords (#10079)db8216e
feat(pubsub/pstest): add support to register other servers into grpc.Server (...292e812
docs(maps/fleetengine): mark TerminalPointId as deprecated (#10130)0e6413d
feat(bigtable): Add ignore_warnings flag to SetGcPolicy (#9372)2d34bf3
chore(all): update deps (#10156)7371665
test(pubsub): make error checking of receive less brittle (#10165)fa3bfdb
fix(auth): handle non-Transport DefaultTransport (#10162)1320d7d
chore(main): release vertexai 0.9.0 (#10163)b452014
chore(vertexai): skip tests that check blocked inputs for model (#10152)Updates
cloud.google.com/go/pubsub
from 1.36.1 to 1.40.0Commits
b3a2cd2
chore(main): release pubsub 1.40.0 (#10407)a3d70ed
feat(pubsub): add client ID to initial streaming pull request (#10436)b76b4ee
chore(telcoautomation): release v1.0.0 (#10448)c8b65e4
chore(securitycentermanagement): release v1.0.0 (#10447)752601c
chore(securesourcemanager): release v1.0.0 (#10446)1cf83a8
chore(edgenetwork): release v1.0.0 (#10445)4f2cc2b
chore(cloudquotas): release v1.0.0 (#10444)2980bd1
chore(cloudcontrolspartner): release v1.0.0 (#10443)5e4167f
chore(backupdr): release v1.0.0 (#10442)b829327
feat(bigquery): support column name character map in load jobs (#10425)Updates
cloud.google.com/go/storage
from 1.37.0 to 1.42.0Commits
95ae207
chore(main): release pubsub 1.42.0 (#10656)bbd3366
feat(pubsub): add opentelemetry tracing support (#10709)106174a
chore(apihub): add config to generate apiv1 (#10701)2b7a912
chore(main): release auth 0.9.0 (#10693)d0b3890
chore: update issue template (#10695)48eb295
chore(main): release spanner 1.67.0 (#10657)bf9595e
vertexai: import go-sentencepiece to internal (#10689)5250a13
feat(auth): auth library can talk to S2A over mTLS (#10634)b02a9a1
chore: update readme about version support (#10691)b32cb37
feat(texttospeech): A new methodStreamingSynthesize
is added to service `T...Updates
cuelang.org/go
from 0.7.0 to 0.10.0Updates
github.com/Azure/azure-sdk-for-go/sdk/azcore
from 1.9.2 to 1.14.0Release notes
Sourced from github.com/Azure/azure-sdk-for-go/sdk/azcore's releases.
Commits
0495c20
Prep azcore 1.14.0 for release (#23293)217edee
fix(generator tool): filter tsp-client diagnostics log (#23292)023c88f
Increment package version after release of azidentity (#23290)17f3361
Sync eng/common directory with azure-sdk-tools for PR 8760 (#23271)f5f3234
bump proxy to one with an audit log and more correct locking (#23288)d707091
Prepare azidentity v1.8.0-beta.2 for release (#23289)84d213c
NewManagedIdentityCredential returns an error for unsupported ID options (#23...ea67e9c
azcontainerregistry: move method to function (#23270)40dad0a
fix (#23287)a368082
fix generator tool: ExecuteGoGenerate func (#23286)Updates
github.com/Azure/azure-sdk-for-go/sdk/azidentity
from 1.5.1 to 1.7.0Release notes
Sourced from github.com/Azure/azure-sdk-for-go/sdk/azidentity's releases.
... (truncated)
Commits
624baba
bump azcore version numberce7217c
Prep for azcore v1.7.0 release (#21149)62a8079
Add support for shallow cloning azcore.Client instances (#21065) (#21098)47286b0
Add flag to enable skipping of dependency checks (#21146)ee762d4
Fix populating module name in telemetry policy (#20967) (#20971)0243175
Prep azcore v1.6.1 for release (#20961)9c9d62a
Increment package version after release of azcore (#20740)36f766d
add sdk/resourcemanager/cosmos/armcosmos live test (#20705)c005ed6
sdk/resourcemanager/network/armnetwork live test (#20331)5fa7df4
add sdk/resourcemanager/compute/armcompute live test (#20048)Updates
github.com/Azure/azure-sdk-for-go/sdk/data/azcosmos
from 0.3.6 to 1.0.3Release notes
Sourced from github.com/Azure/azure-sdk-for-go/sdk/data/azcosmos's releases.
... (truncated)
Commits
7d73c79
Cosmos DB - 1.0.3 release changelog (#23079)6aaef6b
Increment package version after release of storage/azdatalake (#23074)2584969
Increment package version after release of storage/azfile (#23072)a2fa598
Increment package version after release of storage/azblob (#23070)0e48f88
[keyvault] update test-resources.json (#23078)72dd8fa
[azopenaiassistants] Regenerating to work with the new assistants v2 (beta) e...ea7c28b
[keyvault] add sovereign cloud testing (#22972)da9212e
Update CodeownersLinter version to 1.0.0-dev.20240614.4 (#23075)ce86693
Thread-Safe clientRetryPolicy (#23061)8d785f6
changelog updates for release of azdatalake (#23071)Updates
github.com/Azure/azure-sdk-for-go/sdk/data/aztables
from 1.1.0 to 1.2.0Release notes
Sourced from github.com/Azure/azure-sdk-for-go/sdk/data/aztables's releases.
... (truncated)
Commits
0fbd371
Merge pull request #33 from jen20/virtual-network-clientc95e423
Add a client for Virtual Network managementaf6985d
Merge pull request #35 from ahmetalpbalkan/CreateBlockBlobc99fb1d
make block.Size int64, add CreateBlockBlob9abf8bf
Merge pull request #28 from jen20/private-error-messagesc1f7c85
Merge pull request #24 from jf/codetweaks0d03132
Merge pull request #19 from jf/master24f03c1
Merge pull request #32 from jf/clean-currentTimeRfc1123Formatted30c4704
util.go: remove unused dateLayout from currentTimeRfc1123Formatted()acc54a2
Merge pull request #29 from jen20/location-concatenationUpdates
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob
from 1.2.1 to 1.4.0Release notes
Sourced from github.com/Azure/azure-sdk-for-go/sdk/storage/azblob's releases.
... (truncated)
Commits
988beb5
Prepare azcore v1.4.0 for release (#20310)a698b9b
Sync eng/common directory with azure-sdk-tools for PR 5540 (#20309)834001a
update proxy version to include Info/Active against individual sessions + all...330be67
[Release] sdk/resourcemanager/voiceservices/armvoiceservices/0.1.0 generation...80187b3
[azeventhubs] Client identifier support (#20045)2877174
Some minor refactoring of azcore (#20291)dae8ab4
add changelog for Azure/azure-sdk-for-go#20009 (#20049)29ba214
AddClone()
method forarm/policy.ClientOptions
(#20288)15aa35d
Sync eng/common directory with azure-sdk-tools for PR 5568 (#20290)09b540e
[Release] sdk/resourcemanager/cosmos/armcosmos/2.2.0 (#20018)Updates
github.com/Azure/go-amqp
from 1.0.4 to 1.1.0Release notes
Sourced from github.com/Azure/go-amqp's releases.
Changelog
Sourced from github.com/Azure/go-amqp's changelog.
Commits
58e8fd8
Allow for errors.As() to see the underlying AMQP error (#329)1003610
Add fake.NetConnOptions (#324)8d8ce79
Fake can split up response frames into chunks (#323)2dff4b3
Clean up some unused test variables (#321)24969a1
Update CI (#322)a819335
Fixing a bug where we were bottlenecking on frames that had bodies smaller th...Updates
github.com/ClickHouse/clickhouse-go/v2
from 2.21.1 to 2.28.2Release notes
Sourced from github.com/ClickHouse/clickhouse-go/v2's releases.
... (truncated)
Changelog
Sourced from github.com/ClickHouse/clickhouse-go/v2's changelog.
... (truncated)
Commits
b352f6e
Update release notes3e777af
Validate connection in bad state before query execution in the stdlib databas...2bd4c82
Update README with newer Go versions (#1393)25b8902
Bump github.com/docker/docker (#1390)4dd22ff
Update release notesdac3fdc
Merge pull request #1387 from ClickHouse/gg/recognize_empty_enum_key4e02b95
Recognize empty strings as a valid enum key5a3d28a
ClickHouse 24.8 (#1385)4e11dd1
Update release notes37afb6f
Fix panic on nil map append (#1383)Updates
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace
from 1.21.0 to 1.24.1Release notes
Sourced from github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace's releases.