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)
Bug Fix: Fixes a bug in LoadDefaultConfig to correctly assign ConfigSources so all config resolvers have access to the config sources. This fixes the feature/ec2/imds client not having configuration applied via config.LoadOptions such as EC2IMDSClientEnableState. PR #1682
Feature: Introduces new field 'LoadSampleData' in CreateCluster operation. Customers can now specify 'LoadSampleData' option during creation of a cluster, which results in loading of sample data in the cluster that is created.
Feature: Updates the *InstanceStorageConfig APIs to support a new ResourceType: SCREEN_RECORDINGS to enable screen recording and specify the storage configurations for publishing the recordings. Also updates DescribeInstance and ListInstances APIs to include InstanceAccessUrl attribute in the API response.
Feature: This release adds SDK support for request-payer request header and request-charged response header in the "GetBucketAccelerateConfiguration", "ListMultipartUploads", "ListObjects", "ListObjectsV2" and "ListObjectVersions" S3 APIs.
Release (2023-06-15)
General Highlights
Dependency Update: Updated to the latest SDK module versions
Feature: This release introduces 2 Audit Manager features: CSV exports and new manual evidence options. You can now export your evidence finder results in CSV format. In addition, you can now add manual evidence to a control by entering free-form text or uploading a file from your browser.
Feature: Amazon Location Service adds categories to places, including filtering on those categories in searches. Also, you can now add metadata properties to your geofences.
Release (2023-06-13)
General Highlights
Dependency Update: Updated to the latest SDK module versions
Feature: This release introduces a new feature, EC2 Instance Connect Endpoint, that enables you to connect to a resource over TCP, without requiring the resource to have a public IPv4 address.
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 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
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
65.73.0 - 2024-08-27
Added
Support for Delegate Access Control service
Support for upgrade and downgrade of shapes of high performance mount targets in the File Storage service
Support for private endpoints in the Object Storage service
Support for create, update, list and delete operations on scheduling policies and scheduling windows in the Database service
Support for specifying domains while creating data guard associations in the Database service
Support for provision of developer autonomous databases in the Database service
Support for upgrade of developer autonomous databases to paid autonomous databases in the Database service
Support for scheduling plans, actions, execution windows and execution actions for maintenance scheduling in the Database service
Support for cross-region replication of virtual vaults in the Key Management service
Support for listing all active service summaries in the Announcements service
Support for VMware major and minor version upgrades in VMware Solution service
Support for updating protected database subscriptions in the Autonomous Recovery service
Support for health insurance id as an allowed document type in the Document Understanding service
Support for advanced database management features for autonomous databases in the Database Management service
Support for propagating request ids to load balancer servers in the Load balancer service
Support for automatic update orders in Fusion Application as a Service
Breaking Changes
Constant DocumentTypeInsuranceClaim was renamed to DocumentTypeHealthInsuranceId in models AnalyzeDocumentDetails and GeneralProcessorConfig in the Document Understanding service
Property DocumentId was removed from model DetectedDocumentType in the Document Understanding service
Property TenancyId was removed from models DocumentClassificationFeature and DocumentKeyValueExtractionFeature in the Document Understanding service
65.72.0 - 2024-08-20
Added
Support for Fleet Application Management service
Support for creating maintenance runs using autonomous database software images in the Database service
Support for Object Storage buckets, Oracle databases, Oracle databases on exascale Infrastructure, autonomous container databases, and autonomous container databases on Cloud at Customer in the Disaster Recovery service
Support for multiple sharing modes in the OCI Cache service
Support for extended data retention periods for instances in the Integration Cloud service
Support for SQL watch and lifecycle management in the Database management service
Support for identity domains and feature sets in the Analytics Cloud service
Support for automatically extending the storage space for MySQL DB systems in pre-defined increments in the MySQL Database service
Breaking Changes
The property DrPlanExecutionType has been removed from the model ListDrPlanExecutionsRequest in the Disaster Recovery 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 16 updates in the / directory:
1.27.1
1.28.1
1.30.1
1.31.0
1.27.23
1.27.36
1.14.7
1.15.5
1.167.1
1.178.0
1.57.1
1.63.0
2.8.1+incompatible
2.8.3+incompatible
10.22.0
10.22.1
1.57.0
1.59.1
65.68.0
65.74.0
1.17.1
1.17.3
1.16.0
1.17.0
0.26.0
0.27.0
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/aws/aws-sdk-go-v2
from 1.30.1 to 1.31.0Commits
2f44586
Release 2024-09-2022d0876
Regenerated Clients5454ab9
Update API model06150d9
add tracing and metrics support (#2798)18f7b40
Release 2024-09-19e91c9c4
Regenerated Clients6df0a09
Update API model98ae688
Release 2024-09-18222928c
Regenerated Clients887c4de
Update API modelUpdates
github.com/aws/aws-sdk-go-v2/config
from 1.27.23 to 1.27.36Commits
2f44586
Release 2024-09-2022d0876
Regenerated Clients5454ab9
Update API model06150d9
add tracing and metrics support (#2798)18f7b40
Release 2024-09-19e91c9c4
Regenerated Clients6df0a09
Update API model98ae688
Release 2024-09-18222928c
Regenerated Clients887c4de
Update API modelUpdates
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
from 1.14.7 to 1.15.5Changelog
Sourced from github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue's changelog.
... (truncated)
Commits
ab8d7ed
Release 2022-05-09c6c6446
Regenerated Clients6953b57
Update endpoints modela15e6b9
Update API model8afaa75
Fully populatesaws.Config
before callingresolveCredentials
(#1682)6074cb3
Release 2022-05-066335237
Regenerated Clients1da8762
Update endpoints model2b40302
Update API model11aebce
service/s3: Update hostCompatibleBucketName doc to reflect #848 changes (#1683)Updates
github.com/aws/aws-sdk-go-v2/service/dynamodb
from 1.34.1 to 1.35.0Changelog
Sourced from github.com/aws/aws-sdk-go-v2/service/dynamodb's changelog.
... (truncated)
Commits
d26d492
Release 2023-06-16c3dc991
Regenerated Clientscd5b3f0
Update API modelUpdates
github.com/aws/aws-sdk-go-v2/service/ec2
from 1.167.1 to 1.178.0Commits
2f44586
Release 2024-09-2022d0876
Regenerated Clients5454ab9
Update API model06150d9
add tracing and metrics support (#2798)18f7b40
Release 2024-09-19e91c9c4
Regenerated Clients6df0a09
Update API model98ae688
Release 2024-09-18222928c
Regenerated Clients887c4de
Update API modelUpdates
github.com/aws/aws-sdk-go-v2/service/s3
from 1.57.1 to 1.63.0Commits
2f44586
Release 2024-09-2022d0876
Regenerated Clients5454ab9
Update API model06150d9
add tracing and metrics support (#2798)18f7b40
Release 2024-09-19e91c9c4
Regenerated Clients6df0a09
Update API model98ae688
Release 2024-09-18222928c
Regenerated Clients887c4de
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.74.0Release 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
53d2644
Releasing version 65.74.0335cb67
Merge remote-tracking branch 'bitbucket/github' into release_2024-09-17e4f9340
Releasing version 65.74.06e5612d
Releasing version ..c019500
Merge remote-tracking branch 'bitbucket/github' into release_2024-08-272c37fed
Releasing version 65.73.0bbb03b2
Releasing version 65.72.02b2033e
Merge remote-tracking branch 'bitbucket/github' into release_2024-08-201374e0f
Releasing version 65.72.002c4d9f
Releasing version 65.71.1Updates
github.com/tidwall/gjson
from 1.17.1 to 1.17.3Commits
5ab551f
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.0Release notes
Sourced from go.mongodb.org/mongo-driver's releases.