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)
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 resource locking in the File storage service
Support for customer managed keys via Azure key vault and Amazon Web Services key vault in the Database service
Support for generated tokens on create secret operations in the Identity Domains service
Support for creating and updating Amazon Web Services asset-sources, EC2 and EBS assets in the Cloud Bridge service
Support for listing Amazon Web Services regions which are available for discovery and migration in the Cloud Bridge service
Support for model backup retention and restore in the Datascience service
Support for host capacity planning for host IO metrics in the Operations Insight service
Support for FastConnect redundancy in the Compute service
Support for create, publish, clone and delete operations on runbooks in the Fleet Application Management service
Support for platform configurations and metadata management in the Fleet Application Management service
Support for management of compliance policy rules in the Fleet Application Management service
Support for compliance report details based on compliance policy in the Fleet Application Management service
Support for administrative settings like auto discovery frequency in the Fleet Application Management service
Breaking Changes
The operation UpdatePlugin was removed from the OcbAgentSvcClient client in the Cloud Bridge service
The properties Compute, VmwareVM, and VmwareVCenter were made mandatory in the request model CreateVmwareVmAssetDetails in the Cloud Bridge service
The property Data was made mandatory in the request model ImportInventoryViaAssetsDetail in the Cloud Bridge service
The enum HOST_CONTAINERS was removed from the enum MetricNameEnum in the model HostPerformanceMetricGroup in the Operations Insight service
65.76.0 - 2024-10-15
Added
Support for open id connect discovery in the Oracle Kubernetes Engine service
Support for DNS security extensions (DNSSEC) in the DNS service
Support for restoring delta between backups to a new volume in the Block Volume service
Support for cross region backup copy and replication for volumes encrypted with customer keys in the Block Volume service
Support for list operation on deployment environments in the GoldenGate service
Support for defining environment types for deployments in the GoldenGate service
Breaking Changes
The type of property Category was changed from DeploymentTypeSummaryCategoryEnum to DeploymentCategoryEnum in the model DeploymentTypeSummary in the GoldenGate service
65.75.2 - 2024-10-08
Added
Support for OCI Secure Desktops service
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
... (truncated)
Commits
739e435 Merge pull request #536 from oracle/AddBackUpdatePluginAPI
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 16 updates in the / directory:
1.27.1
1.28.2
1.7.0
1.8.0
1.30.1
1.32.2
1.27.23
1.28.0
1.14.7
1.15.12
1.167.1
1.186.0
1.57.1
1.66.1
2.8.1+incompatible
2.8.3+incompatible
10.22.0
10.22.1
1.57.0
1.59.1
65.68.0
65.77.1
1.17.1
1.18.0
1.16.0
1.17.1
0.30.2
0.31.2
0.18.4
0.19.1
1.19.1
1.20.5
Updates
cloud.google.com/go/compute
from 1.27.1 to 1.28.2Commits
47bb902
chore: release main (#10988)2b8ca4b
chore: add Protobuf warning to release notes (#11025)8bb87d5
chore: update google.golang.org/api to v0.203.0 (#11022)d40fbff
fix(storage): Skip only specific transport tests. (#11016)ff06fc2
fix: Fix default service account tests on GCE. (#11021)6071167
feat(alloydb): add new PSC instance configuration setting and output the PSC ...15eacb9
chore: update SA used for tests (#11018)e78389d
chore: fix doc publish creds (#11019)1d7ee9f
chore(main): release auth 0.9.9 (#11003)6e69d2e
feat(texttospeech): add brand voice lite, which lets you clone a voice with j...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.28.0Commits
54f11c0
Release 2024-06-17d5c4ad0
Regenerated Clientse7057a6
Update API model374440d
Merge pull request #2490 from aws/feat-aid-endpoints3133994
fix changelog5ceabb7
merge from mainb0e0b9f
resolve merge conflictaa796dc
drop x/net codegen dependency (#2680)bc5bd7c
Release 2024-06-14215d328
Regenerated ClientsUpdates
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.186.0Commits
866d441
Release 2024-10-24c6e68a6
Regenerated Clients4cb6c27
Update endpoints model08f35b9
Update API modelbe3cc3e
Release 2024-10-23ffaf890
Regenerated Clientsf0a6d85
Update endpoints modela17f7f8
Update API modele2fedd1
Release 2024-10-22a5b1aa4
Regenerated ClientsUpdates
github.com/aws/aws-sdk-go-v2/service/s3
from 1.57.1 to 1.66.1Commits
896793a
Release 2024-10-256984687
Regenerated Clientsa978642
Update endpoints modelc69f1ce
Update API modeldbab935
deprecate service/nimble (#2850)63c2a37
Update presign post URL resolution to use the exact result from EndpointResol...866d441
Release 2024-10-24c6e68a6
Regenerated Clients4cb6c27
Update endpoints model08f35b9
Update API modelUpdates
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.77.1Release 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
739e435
Merge pull request #536 from oracle/AddBackUpdatePluginAPIa94bc50
Revert cloud bridge changes57faae8
Releasing version 65.77.083a9a45
Merge remote-tracking branch 'bitbucket/github' into release_2024-10-228911176
Releasing version 65.77.06b26b32
Releasing version 65.76.09f9d811
Merge remote-tracking branch 'bitbucket/github' into release_2024-10-151d12f26
Releasing version 65.76.03b5c377
Releasing version 65.75.2d29b674
Merge remote-tracking branch 'bitbucket/github' into release_2024-10-08Updates
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.28.0Commits
adef4cc
go.mod: update golang.org/x dependenciesa0819fb
sha3: fix cSHAKE initialization for extremely large N and or S42ee18b
ssh: return ServerAuthError after too many auth failures9e92970
bn256: add missing symbols in commentc9da6b9
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 AvoUpdates
google.golang.org/api
from 0.186.0 to 0.203.0Release notes
Sourced from google.golang.org/api's releases.