documentai: Update protobuf dep to v1.33.0 (30b038d)
Documentation
documentai: A comment for field processor_version_source in message .google.cloud.documentai.v1beta3.ImportProcessorVersionRequest is changed (25c3f2d)
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/azidentity/v1.8.0-beta.1
1.8.0-beta.1 (2024-07-17)
Features Added
Restored persistent token caching feature
Breaking Changes
These changes affect only code written against a beta version such as v1.7.0-beta.1
Redesigned the persistent caching API. Encryption is now required in all cases
and persistent cache construction is separate from credential construction.
The PersistentUserAuthentication example in the package docs has been updated
to demonstrate the new API.
... (truncated)
Commits
42def97 Add breaking changes to release notes (#21696)
API Changes for Traffic Prices and Server Type Included Traffic
There will be a breaking change in the API regarding Traffic Prices and Server Type Included Traffic on 2024-08-05. This release marks the affected fields as Deprecated. Please check if this affects any of your code and switch to the replacement fields where necessary.
You can learn more about this change in our changelog.
Upgrading
Server Type Included Traffic
If you were using the field hcloud.ServerType.IncludedTraffic, you can now get the information through hcloud.ServerType.Pricings:
API Changes for Traffic Prices and Server Type Included Traffic
There will be a breaking change in the API regarding Traffic Prices and Server Type Included Traffic on 2024-08-05. This release marks the affected fields as Deprecated. Please check if this affects any of your code and switch to the replacement fields where necessary.
You can learn more about this change in our changelog.
Upgrading
Server Type Included Traffic
If you were using the field hcloud.ServerType.IncludedTraffic, you can now get the information through hcloud.ServerType.Pricings:
// now
locationOfInterest := "fsn1"
var includedTraffic uint64
for _, price := range serverType.Pricings {
if price.Location.Name == locationOfInterest {
includedTraffic = price.IncludedTraffic
break
}
}
}
Traffic Prices
If you were using the field hcloud.Pricing.Traffic, you can now get the information through hcloud.Pricing.ServerTypes or hcloud.Pricing.LoadBalancerTypes:
Support for window preferences on cloud automation tooling updates on ExaCC and ExaCS VM clusters in the Database service
Support for maintenance windows in the Stack Monitoring service
Renamed service OCI Container Engine to OCI Kubernetes Engine
Support for password as an optional parameter on creating admin users in the Fusion Apps as a Service
Support for IAM credentials for autonomous databases in the Operations Insights service
65.75.1 - 2024-10-01
Added
Support for calling Oracle Cloud Infrastructure services in the us-somerset-1 region
Support for calling Oracle Cloud Infrastructure services in the us-thames-1 region
Support for Security Attribute service
Support for Zero Trust Packet Routing service
Support for zero trust packet routing security attributes in the Database service
Support for zero trust packet routing security attributes in the Networking service
Support for zero trust packet routing security attributes in the Network Load Balancer service
Support for disaster recovery failover in the Integration Cloud service
65.75.0 - 2024-09-24
Added
Support for Generative AI Agent service
Support for undeleting autonomous databases in the Database service
Support for assigning key versions for the pluggable databases in the Database service
Support for lifecycle states on list autonomous database operation in the Database service
Support for data masking parameter on list refresh activity operation in the Fusion Application as a Service
Support for configuring custom endpoints on an instance in the Integration Cloud service
Support for updating channel schedules on instance create operation in the Analytics service
Support for ExaCC via management agents in the Operations Insights service
Support for appending and deleting allowed SQLs from SQL firewall policies in the Data Safe service
Support for alarm suppressions with compartment targets and recurring schedules in the Monitoring service
Breaking Changes
The Enum value STANDBY was removed from the models ListIntegrationInstancesLifecycleStateEnum, IntegrationInstanceLifecycleStateEnum, and IntegrationInstanceSummaryLifecycleStateEnum in the Integration Cloud service
The field Dimensions was made non-mandatory in the response model AlarmSuppressionSummary in the Monitoring service
65.74.0 - 2024-09-17
Added
Support for calling Oracle Cloud Infrastructure services in the eu-crissier-1 region
Support for dedicated AI cluster unit shapes in the Generative AI service
Support for ticket numbers when creating access requests in the Managed Access service
Support for 23ai database, cloud VM clusters and VM cluster patching in the Exadata Fleet Update service
Support for text to speech feature in the AI Speech service
Support for notifications and transfer of capacity requests in the OCI Control Center service
Breaking Changes
The field OccCustomerGroupId was made mandatory in the models ListOccAvailabilityCatalogsInternalRequest, ListOccCapacityRequestsInternalRequest, and ListInternalNamespaceOccOverviewsRequest in the OCI Control Center service
The MongoDB Go Driver Team is pleased to release version 1.17.0 of the official MongoDB Go driver.
Release Notes
This release adds support for client authentication using OpenID Connect (MONGODB-OIDC), and for the Queryable Encryption Range Protocol. The driver now supports MongoDB 8.0. Additionally, IndexView has been extended to include methods for dropping indexes by key (i.e. DropOneWithKey and DropWithKey).
[!NOTE]
This is the last planned minor release in the 1.x series. Future driver versions will be in the 2.x series. The v1.17.x will still receive security and bug fixes for a year.
Added support OpenID Connect (OIDC) authentication for workload identities. A workload identity is an identity you assign to a software workload, such as an application, service, script, or container, to authenticate and access other services and resources.
Bumps the go-dependencies group with 17 updates in the / directory:
1.27.1
1.28.1
1.7.0
1.8.0
1.30.1
1.32.2
1.27.23
1.27.43
1.14.7
1.15.12
1.167.1
1.182.0
1.57.1
1.65.3
2.8.1+incompatible
2.8.3+incompatible
10.22.0
10.22.1
1.57.0
1.59.1
65.68.0
65.75.2
1.17.1
1.18.0
1.16.0
1.17.1
1.34.2
1.35.1
0.30.2
0.31.1
0.18.4
0.19.0
1.19.1
1.20.4
Updates
cloud.google.com/go/compute
from 1.27.1 to 1.28.1Changelog
Sourced from cloud.google.com/go/compute's changelog.
... (truncated)
Commits
e992f09
chore: release main (#10792)22adc9a
chore(main): release firestore 1.17.0 (#10597)e9a551e
feat(firestore): Adding distance threshold and result field (#10802)839f30e
chore(main): release auth 0.9.4 (#10846)b9dfce5
chore: update gapic-generator-go to 0.47.0 (#10848)9b4b2fa
docs(pubsub): update documentation for 31 day subscription message retention ...2bdedef
fix(compute/metadata): check error chain for retryable error (#10840)2d5a9f9
feat(dataproc): add support for new Dataproc features (#10817)f9869f7
fix(auth): enable self-signed JWT for non-GDU universe domain (#10831)6720291
chore(main): release bigtable 1.32.0 (#10815)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/aws/aws-sdk-go-v2
from 1.30.1 to 1.32.2Commits
0cbb5aa
Release 2024-10-0854c1dd6
Regenerated Clients2cde144
Update endpoints model67fbd35
Update API modelaa04330
Allow non-nil but empty headers (#2826)5a4e5bb
add feature tracking for cbor protocol (#2821)183987c
add annotations to deprecated services and introduce codegen integration for ...b737dc9
Release 2024-10-077279a51
Regenerated Clientsa1b1f5a
Update endpoints modelUpdates
github.com/aws/aws-sdk-go-v2/config
from 1.27.23 to 1.27.43Commits
0cbb5aa
Release 2024-10-0854c1dd6
Regenerated Clients2cde144
Update endpoints model67fbd35
Update API modelaa04330
Allow non-nil but empty headers (#2826)5a4e5bb
add feature tracking for cbor protocol (#2821)183987c
add annotations to deprecated services and introduce codegen integration for ...b737dc9
Release 2024-10-077279a51
Regenerated Clientsa1b1f5a
Update endpoints modelUpdates
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
from 1.14.7 to 1.15.12Commits
3d809f4
Release 2022-06-29d4ec10b
Regenerated Clients79fe35a
Update SDK's smithy-go dependency to v1.12.0043b12a
Update endpoints model3147032
Update API model09372e1
aws/signer/v4: Fix signer to not double sign Content-Length header (#1743)3cc55fe
codegen: Remove protocol test skipping for supported features. (#1630)07e3d11
Release 2022-06-281ea26c6
Regenerated Clientsd1a2304
Update API modelUpdates
github.com/aws/aws-sdk-go-v2/service/dynamodb
from 1.34.1 to 1.36.2Commits
d0a2d1a
Release 2024-09-2585c956c
Regenerated Clientsc0e4d46
Update endpoints model3e3cdfa
Update API modele211ac0
Release 2024-09-24c00259a
Regenerated Clientsa6f2ceb
Update endpoints model9437d07
Update API model3f09c24
Release 2024-09-2363b1e7d
Regenerated ClientsUpdates
github.com/aws/aws-sdk-go-v2/service/ec2
from 1.167.1 to 1.182.0Commits
b34ecd4
Release 2024-10-10ead7ba3
Regenerated Clients26c58a0
Update API modelbcff115
Release 2024-10-095272445
Regenerated Clientsaa40118
Update endpoints model2f8e41d
Update API model5dc4057
run integration tests in GitHub CI (#2828)0cbb5aa
Release 2024-10-0854c1dd6
Regenerated ClientsUpdates
github.com/aws/aws-sdk-go-v2/service/s3
from 1.57.1 to 1.65.3Commits
071b493
Release 2024-10-11c70d011
Regenerated Clientsf98b7e1
Update API model10c8fe2
Remove requirement of internal tool to check for version on AWS models (#2832)28d943f
S3 ReplicationRuleFilter and LifecycleRuleFilter shapes are being changed fro...b34ecd4
Release 2024-10-10ead7ba3
Regenerated Clients26c58a0
Update API modelbcff115
Release 2024-10-095272445
Regenerated ClientsUpdates
github.com/docker/distribution
from 2.8.1+incompatible to 2.8.3+incompatibleRelease notes
Sourced from github.com/docker/distribution's releases.
... (truncated)
Commits
4772604
Merge pull request #4088 from distribution/2.8.3-release-notesa4fa699
Add v2.8.3 release notes1eb2c30
Merge pull request #4068 from milosgajdos/2_8-dont-close-request-body5e6b1b5
Do not close HTTP request body in HTTP handler2b76378
Merge pull request #4064 from thaJeztah/2.8_backport_nodigestset29b00e8
digestset: deprecate package in favor of go-digest/digestsetd1ab243
[release/2.8] vendor: github.com/opencontainers/go-digest v1.0.011eb419
Merge pull request #4063 from thaJeztah/2.8_backport_switch_reference3dda067
deprecate reference package, migrate to github.com/distribution/referenceda05539
Merge pull request #4053 from thaJeztah/2.8_backport_set-content-type-client-...Updates
github.com/go-playground/validator/v10
from 10.22.0 to 10.22.1Release notes
Sourced from github.com/go-playground/validator/v10's releases.
Commits
f1939ee
Update README.md4a073cc
fix(#1310): fix excluded_if for pointers (#1313)Updates
github.com/hetznercloud/hcloud-go
from 1.57.0 to 1.59.1Release notes
Sourced from github.com/hetznercloud/hcloud-go's releases.
... (truncated)
Changelog
Sourced from github.com/hetznercloud/hcloud-go's changelog.
... (truncated)
Commits
f531ce8
chore(release-1.x): release 1.59.1 (#510)bfa3803
fix:invalid_input
API errors may not return details [Backport release-1.x]...be7345b
chore(release-1.x): release 1.59.0 (#503)0104ec0
feat(network): add new network zone ap-southeast [release-1.x] (#502)108237d
chore(release-1.x): release 1.58.0 (#497)90c3110
feat: new APIs for traffic pricings (#496)Updates
github.com/oracle/oci-go-sdk/v65
from 65.68.0 to 65.75.2Release notes
Sourced from github.com/oracle/oci-go-sdk/v65's releases.
... (truncated)
Changelog
Sourced from github.com/oracle/oci-go-sdk/v65's changelog.
... (truncated)
Commits
3b5c377
Releasing version 65.75.2d29b674
Merge remote-tracking branch 'bitbucket/github' into release_2024-10-084c1461b
Releasing version 65.75.24576a42
Releasing version 65.75.1d998dc4
Merge remote-tracking branch 'bitbucket/github' into release_2024-10-01c844d0a
Releasing version 65.75.1e52741b
Releasing version 65.75.08c42f37
Merge remote-tracking branch 'bitbucket/github' into release_2024-09-24d14f927
Releasing version 65.75.053d2644
Releasing version 65.74.0Updates
github.com/tidwall/gjson
from 1.17.1 to 1.18.0Commits
133f42c
Generally faster parsing92dff34
Update README.md5ab551f
Add flag for disabling HTML escaping28d458b
Disable html escapingc2bc5a4
dark mode logo2ba56cc
Merge pull request #354 from rustfix/master5d0d40c
chore: fix some typos in commentsUpdates
go.mongodb.org/mongo-driver
from 1.16.0 to 1.17.1Release notes
Sourced from go.mongodb.org/mongo-driver's releases.
... (truncated)
Commits
070817d
BUMP v1.17.1b45e5d9
GODRIVER-3156 Detect and discard closed idle connections. (#1815) [release/1....b473d1b
GODRIVER-3313 [release/1.17] Skip CSOT spec tests on Windows and macOS. (#1838)c0afeee
GODRIVER-3358 [release/1.17] Do not override authSource from TXT record (#1840)bd39092
GODRIVER-2589 [release/1.17] Clarify*Cursor.All()
behavior in comment. (#1...b7e6686
DEVPROD-10453 Use assume_role for s3 uploads [release/1.17] (#1824) (#1837)3911a1b
update repo metadata5484657
BUMP v1.17.0be25b9a
GODRIVER-3302 Handle malformatted message length properly. (#1758)4757f44
GODRIVER-3312 Use remaining test secrets from the vault [v1] (#1811)Updates
golang.org/x/crypto
from 0.26.0 to 0.27.0Commits
c9da6b9
all: fix printf(var) mistakes detected by latest printf checkerb35ab4f
go.mod: update golang.org/x dependenciesbcb0f91
internal/poly1305: Port sum_amd64.s to Avo7eace71
chacha20poly1305: Avo port of chacha20poly1305_amd64.s620dfbc
salsa20/salsa: Port salsa20_amd64.s to Avo82942cf
blake2b: port blake2b_amd64.s to Avo0484c26
blake2b: port blake2bAVX2_amd64.s to Avo38ed1bc
blake2s: port blake2s_amd64.s to Avo38a0b5d
argon2: Avo port of blamka_amd64.sbf5f14f
x509roots/fallback: update bundleUpdates
google.golang.org/api
from 0.186.0 to 0.196.0Release notes
Sourced from google.golang.org/api's releases.