bigquery: Parse negative NUMERIC from arrow (#11052) (83352c4)
bigquery: Update google.golang.org/api to v0.203.0 (8bb87d5)
bigquery: WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see googleapis/google-cloud-go#11020. (8bb87d5)
Documentation
bigquery: Link types on package docs (#11036) (c4af6fe)
AzurePipelinesCredential sets an additional OIDC request header so that it
receives a 401 instead of a 302 after presenting an invalid system access token
Allow logging of debugging headers for AzurePipelinesCredential and include
them in error messages
sdk/azidentity/v1.8.0-beta.3
1.8.0-beta.3 (2024-09-17)
Features Added
Added ObjectID type for ManagedIdentityCredentialOptions.ID
Other Changes
Removed redundant content from error messages
sdk/azidentity/v1.8.0-beta.2
1.8.0-beta.2 (2024-08-06)
Breaking Changes
NewManagedIdentityCredential now returns an error when a user-assigned identity
is specified on a platform whose managed identity API doesn't support that.
ManagedIdentityCredential.GetToken() formerly logged a warning in these cases.
Returning an error instead prevents the credential authenticating an unexpected
identity, causing a client to act with unexpected privileges. The affected
platforms are:
Azure Arc
Azure ML (when a resource ID is specified; client IDs are supported)
Cloud Shell
Service Fabric
Other Changes
If DefaultAzureCredential receives a non-JSON response when probing IMDS before
attempting to authenticate a managed identity, it continues to the next credential
in the chain instead of immediately returning an error.
sdk/messaging/azservicebus/v1.7.3
1.7.3 (2024-10-14)
Bugs Fixed
Apply fix from @bcho for overflows with retries. (PR#23562)
sdk/messaging/azservicebus/v1.7.2
1.7.2 (2024-09-11)
Bugs Fixed
... (truncated)
Commits
42def97 Add breaking changes to release notes (#21696)
New enum type PolicyType with values PolicyTypeWAF
New function *ClientFactory.NewSecurityPoliciesInterfaceClient() *SecurityPoliciesInterfaceClient
New function NewSecurityPoliciesInterfaceClient(string, azcore.TokenCredential, *arm.ClientOptions) (*SecurityPoliciesInterfaceClient, error)
New function *SecurityPoliciesInterfaceClient.BeginCreateOrUpdate(context.Context, string, string, string, SecurityPolicy, *SecurityPoliciesInterfaceClientBeginCreateOrUpdateOptions) (*runtime.Poller[SecurityPoliciesInterfaceClientCreateOrUpdateResponse], error)
New function *SecurityPoliciesInterfaceClient.BeginDelete(context.Context, string, string, string, *SecurityPoliciesInterfaceClientBeginDeleteOptions) (*runtime.Poller[SecurityPoliciesInterfaceClientDeleteResponse], error)
New function *SecurityPoliciesInterfaceClient.Get(context.Context, string, string, string, *SecurityPoliciesInterfaceClientGetOptions) (SecurityPoliciesInterfaceClientGetResponse, error)
New function *SecurityPoliciesInterfaceClient.NewListByTrafficControllerPager(string, string, *SecurityPoliciesInterfaceClientListByTrafficControllerOptions) *runtime.Pager[SecurityPoliciesInterfaceClientListByTrafficControllerResponse]
New function *SecurityPoliciesInterfaceClient.Update(context.Context, string, string, string, SecurityPolicyUpdate, *SecurityPoliciesInterfaceClientUpdateOptions) (SecurityPoliciesInterfaceClientUpdateResponse, error)
Added type Null used to send an AMQP null message value.
Added method Properties to Conn, Session, Receiver, and Sender which contains the peer's respective properties.
Bugs Fixed
Fixed a rare race in Conn.start that could cause goroutines to be leaked if the provided context was canceld/expired.
Other Changes
The field MessageHeader.Durable is not omitted when it's false.
1.1.0 (2024-08-20)
Features Added
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.
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You have signed the CLA already but the status is still pending? Let us recheck it.
Bumps the production-dependencies group with 54 updates in the / directory:
1.62.0
1.64.0
0.12.0
0.13.1
1.14.0
1.16.0
1.7.0
1.8.0
1.0.3
1.1.0
1.0.5
1.2.0
2.27.1
2.30.0
1.24.1
1.25.0
1.2.2
1.2.3
0.13.1
0.14.0
1.30.4
1.32.3
1.27.27
1.28.1
1.7.32
1.7.48
1.17.10
1.17.35
1.15.1
1.19.3
1.40.3
1.42.3
1.32.0
1.34.3
1.29.3
1.32.3
1.56.3
1.64.1
1.31.3
1.33.3
1.34.3
1.36.3
1.27.0
1.29.0
2.9.1
2.9.2
0.1.1
0.2.0
0.28.1
0.29.1
4.4.2
4.5.0
1.6.0
1.7.0
1.16.0
1.17.0
5.24.0
5.26.0
0.3.5
0.3.14
1.0.0
1.1.1
1.13.6
1.13.7
1.19.1
1.20.5
0.55.0
0.60.1
1.11.1
1.12.0
9.6.1
9.7.0
1.5.0
1.6.0
1.28.3
1.32.5
2.8.19
2.8.22
1.3.3
1.3.4
1.11.0
1.12.0
0.32.0
0.34.0
0.32.0
0.34.0
1.7.3
1.8.1
0.315.0
0.320.0
1.17.1
1.18.0
1.13.0
1.14.0
1.16.1
1.17.1
1.28.0
1.31.0
1.28.0
1.31.0
1.28.0
1.31.0
1.32.0
1.33.1
2.11.0
2.12.0
2.27.4
2.27.5
Updates
cloud.google.com/go/bigquery
from 1.62.0 to 1.64.0Release notes
Sourced from cloud.google.com/go/bigquery's releases.
Commits
b425993
chore(main): release spanner 1.64.0 (#10275)6a9c12a
feat(aiplatform): add UpdateDeploymentResourcePool method to DeploymentResour...c6dfdcf
fix(auth): Update http and grpc transports to support token exchange over mTL...a1e198a
fix(spanner): fix negative values for max_in_use_sessions metrics (#10449)fc4c910
fix(logging): Skip automatic resource detection if a CommonResource (#10441)eec7a3b
feat(dataplex): expose data scan execution create time to customers (#10438)6a46dca
docs(compute/metadata): update OnGCE description (#10408)64bdcb1
feat(spanner): add LockHint feature (#10382)b53c5fb
chore: release main (#10406)b3a2cd2
chore(main): release pubsub 1.40.0 (#10407)Updates
cloud.google.com/go/pubsub
from 1.40.0 to 1.44.0Release notes
Sourced from cloud.google.com/go/pubsub's releases.
Commits
de56670
chore(main): release pubsub 1.44.0 (#10850)0f0bf2d
fix(auth): try talk to plaintext S2A if credentials can not be found for mTLS...1a11675
feat(pubsub): add support for cloud storage ingestion topics (#10959)3377a3c
test(auth): use the same now when checking tokenstate (#10952)e7c85ac
chore(main): release spanner 1.69.0 (#10928)6b433e0
chore(main): release storage 1.44.0 (#10522)aeba28f
perf(storage): gRPC zerocopy codec (#10888)c7a55a2
feat(storage): GA gRPC client (#10859)9e964dd
perf(spanner): use passthrough with emulator endpoint (#10947)c67f964
fix(spanner): handle errors (#10943)Updates
cloud.google.com/go/storage
from 1.42.0 to 1.43.0Release notes
Sourced from cloud.google.com/go/storage's releases.
Commits
58df9c3
chore(main): release pubsub 1.43.0 (#10714)6685397
chore(.github): pin golang.org/x/mod and golang.org/x/tools in renovate (#10835)f0958b0
chore(all): update deps (#10834)ce82b22
vertexai(test): add corpora_test in tokenizer module (#10784)8d008de
feat(bigtable): add "TypeUnspecified" to represent an unspecified type (#10820)caa826c
feat(pubsub): allow trace extraction from protobuf message (#10827)48addbf
fix(pubsub): add attributes before startSpan (#10800)79a0e11
fix(pubsub): close grpc streams on retry (#10624)02b2d12
feat(bigtable): Add client side metrics to feature flag (#10678)0d732cc
fix(datastore): do not delay on final transaction attempt (#10824)Updates
cloud.google.com/go/vertexai
from 0.12.0 to 0.13.1Release notes
Sourced from cloud.google.com/go/vertexai's releases.
Changelog
Sourced from cloud.google.com/go/vertexai's changelog.
... (truncated)
Commits
c083dfd
chore: release main (#7890)c4c9863
chore(changefinder): add -base flag (#7889)1147ce0
chore(all): release update to grpc v1.55.0 (#7888)482ff7b
chore(internal/actions): refactor changefinder (#7884)9fc48a9
fix(deps): update grpc to v1.55.0 (#7885)63e336d
chore(internal/postprocessor): migrate all clients to OwlBot snippets (#7883)36f56c8
docs(storage): WithXMLReads should mention XML instead of JSON API (#7881)b1ae3ca
chore(main): release bigquery 1.51.1 (#7858)402e365
fix(bigquery): upgrade arrow to v12 to fix build error (#7870)02584dd
chore(main): release 0.110.1 (#7867)Updates
github.com/Azure/azure-sdk-for-go/sdk/azcore
from 1.14.0 to 1.16.0Release notes
Sourced from github.com/Azure/azure-sdk-for-go/sdk/azcore's releases.
Commits
32f5e82
BearerTokenPolicy rewinds bodies before retrying (#23597)546e099
Sync eng/common directory with azure-sdk-tools for PR 9177 (#23591)068ef3d
Handle missing artifacts without exception (#23592)c6c9acc
Fix missing CloseAddressedIssues in gh event processor (#23593)07c1fcb
Set resource group env variable early so remove always works (#23594)1e3b3f1
Sync eng/common directory with azure-sdk-tools for PR 9147 (#23595)7a626d2
Allow the span kind to be set via StartSpanOptions (#23590)40dcd1b
fixing the compareHeaders sorting algorithm (#23545)7e59111
Sync .github/workflows directory with azure-sdk-tools for PR 9134 (#23589)b9db671
[Release] sdk/resourcemanager/hybridcompute/armhybridcompute/2.0.0 (#23566)Updates
github.com/Azure/azure-sdk-for-go/sdk/azidentity
from 1.7.0 to 1.8.0Release notes
Sourced from github.com/Azure/azure-sdk-for-go/sdk/azidentity's releases.
... (truncated)
Commits
42def97
Add breaking changes to release notes (#21696)112db83
Azcore v1.8.0 (#21694)204a3c4
Prep azcore v1.7.2 for release (#21506)89497f5
Add changelog entry for WASM fix (#21493)0414a4b
Transport dialer: setting nil for wasm build (#21451)b1db0be
Enable TLS renegotiation (#21182)Updates
github.com/Azure/azure-sdk-for-go/sdk/data/azcosmos
from 1.0.3 to 1.1.0Release notes
Sourced from github.com/Azure/azure-sdk-for-go/sdk/data/azcosmos's releases.
... (truncated)
Commits
8a1a75e
Merge remote-tracking branch 'origin/dev'c25453f
Refactored and fixed few bugs7daeb26
Merge pull request #1 from bfirsh/gofmt1aa8e81
Tidy up with gofmt9907835
Update README.mdb2a95a7
Add License.1988e0c
Aded DeleteDisk method72aed89
Added CheckHostedServiceNameAvailability method, fixed minor bugs84da83b
Update README.md2edf9b0
Added parameters validationUpdates
github.com/Azure/go-amqp
from 1.0.5 to 1.2.0Release notes
Sourced from github.com/Azure/go-amqp's releases.
Changelog
Sourced from github.com/Azure/go-amqp's changelog.
Commits
fff23c3
Prep v1.2.0 for release (#344)2c88249
Update CI to latest two versions of Go (#343)950c965
Add doc comments for buffer type and methods (#342)9540ce9
Always encode MessageHeader.Durable field (#341)d426635
Add Properties methods (#340)202ee6f
Fix race in Conn.start (#337)f631e69
Add Null type for sending an AMQP null (#336)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)Updates
github.com/ClickHouse/clickhouse-go/v2
from 2.27.1 to 2.30.0Release 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
fcf5831
Update release notes43d09d8
CI changes (#1425)dc13f5d
Default implementation of column.IterableOrderedMap (#1417)02efdee
Retry on broken pipe in batch (#1423)269b0f3
Extended support for HTTP proxy in driver options (#1424)28b2f5d
Fix serialization for slices of OrderedMap/IterableOrderedMap (#1365) (#1418)a7f1fc4
Bump github.com/andybalholm/brotli from 1.1.0 to 1.1.1 (#1419)3d23805
Bump golang.org/x/net from 0.28.0 to 0.30.0 (#1415)90581f5
docs: add clickhouse-go-rows-utils to third-party libraries (#1413)b616168
Update release notesUpdates
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace
from 1.24.1 to 1.25.0Release notes
Sourced from github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace's releases.
Looks like these dependencies are updatable in another way, so this is no longer needed.