Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependencies (#365)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://github.com/actions/setup-node) | action | minor | `v3.6.0` -> `v3.8.1` | | [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | require | minor | `v1.44.292` -> `v1.45.4` | | [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) | require | minor | `v10.14.1` -> `v10.15.3` | | [golang](https://github.com/golang/go) | | minor | `1.20.5` -> `1.21.1` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>actions/setup-node (actions/setup-node)</summary> ### [`v3.8.1`](https://github.com/actions/setup-node/releases/tag/v3.8.1) [Compare Source](https://github.com/actions/setup-node/compare/v3.8.0...v3.8.1) #### What's Changed In scope of this release, the filter was removed within the cache-save step by [@​dmitry-shibanov](https://github.com/dmitry-shibanov) in [https://github.com/actions/setup-node/pull/831](https://github.com/actions/setup-node/pull/831). It is filtered and checked in the toolkit/cache library. **Full Changelog**: https://github.com/actions/setup-node/compare/v3...v3.8.1 ### [`v3.8.0`](https://github.com/actions/setup-node/releases/tag/v3.8.0) [Compare Source](https://github.com/actions/setup-node/compare/v3.7.0...v3.8.0) ##### What's Changed ##### Bug fixes: - Add check for existing paths by [@​dmitry-shibanov](https://github.com/dmitry-shibanov) in [https://github.com/actions/setup-node/pull/803](https://github.com/actions/setup-node/pull/803) - Resolve SymbolicLink by [@​dmitry-shibanov](https://github.com/dmitry-shibanov) in [https://github.com/actions/setup-node/pull/809](https://github.com/actions/setup-node/pull/809) - Change passing logic for cache input by [@​dmitry-shibanov](https://github.com/dmitry-shibanov) in [https://github.com/actions/setup-node/pull/816](https://github.com/actions/setup-node/pull/816) - Fix armv7 cache issue by [@​louislam](https://github.com/louislam) in [https://github.com/actions/setup-node/pull/794](https://github.com/actions/setup-node/pull/794) - Update check-dist workflow name by [@​sinchang](https://github.com/sinchang) in [https://github.com/actions/setup-node/pull/710](https://github.com/actions/setup-node/pull/710) ##### Feature implementations: - feat: handling the case where "node" is used for tool-versions file. by [@​xytis](https://github.com/xytis) in [https://github.com/actions/setup-node/pull/812](https://github.com/actions/setup-node/pull/812) ##### Documentation changes: - Refer to semver package name in README.md by [@​olleolleolle](https://github.com/olleolleolle) in [https://github.com/actions/setup-node/pull/808](https://github.com/actions/setup-node/pull/808) ##### Update dependencies: - Update toolkit cache to fix zstd by [@​dmitry-shibanov](https://github.com/dmitry-shibanov) in [https://github.com/actions/setup-node/pull/804](https://github.com/actions/setup-node/pull/804) - Bump tough-cookie and [@​azure/ms-rest-js](https://github.com/azure/ms-rest-js) by [@​dependabot](https://github.com/dependabot) in [https://github.com/actions/setup-node/pull/802](https://github.com/actions/setup-node/pull/802) - Bump semver from 6.1.2 to 6.3.1 by [@​dependabot](https://github.com/dependabot) in [https://github.com/actions/setup-node/pull/807](https://github.com/actions/setup-node/pull/807) - Bump word-wrap from 1.2.3 to 1.2.4 by [@​dependabot](https://github.com/dependabot) in [https://github.com/actions/setup-node/pull/815](https://github.com/actions/setup-node/pull/815) ##### New Contributors - [@​olleolleolle](https://github.com/olleolleolle) made their first contribution in [https://github.com/actions/setup-node/pull/808](https://github.com/actions/setup-node/pull/808) - [@​louislam](https://github.com/louislam) made their first contribution in [https://github.com/actions/setup-node/pull/794](https://github.com/actions/setup-node/pull/794) - [@​sinchang](https://github.com/sinchang) made their first contribution in [https://github.com/actions/setup-node/pull/710](https://github.com/actions/setup-node/pull/710) - [@​xytis](https://github.com/xytis) made their first contribution in [https://github.com/actions/setup-node/pull/812](https://github.com/actions/setup-node/pull/812) **Full Changelog**: https://github.com/actions/setup-node/compare/v3...v3.8.0 ### [`v3.7.0`](https://github.com/actions/setup-node/releases/tag/v3.7.0) [Compare Source](https://github.com/actions/setup-node/compare/v3.6.0...v3.7.0) #### What's Changed In scope of this release we added a logic to save an additional cache path for yarn 3 ([related pull request](https://github.com/actions/setup-node/pull/744) and [feature request](https://github.com/actions/setup-node/issues/325)). Moreover, we added functionality to use all the sub directories derived from `cache-dependency-path` input and add detect all dependencies directories to cache (related [pull request](https://github.com/actions/setup-node/pull/735) and [feature request](https://github.com/actions/setup-node/issues/488)). ##### Besides, we made such changes as: - Replace workflow badge with new badge by [@​jongwooo](https://github.com/jongwooo) in [https://github.com/actions/setup-node/pull/653](https://github.com/actions/setup-node/pull/653) - Fix a minor typo by [@​phanan](https://github.com/phanan) in [https://github.com/actions/setup-node/pull/662](https://github.com/actions/setup-node/pull/662) - docs: fix typo in advanced-usage.md by [@​remarkablemark](https://github.com/remarkablemark) in [https://github.com/actions/setup-node/pull/697](https://github.com/actions/setup-node/pull/697) - bugfix: Don't attempt to use Windows fallbacks on non-Windows OSes by [@​domdomegg](https://github.com/domdomegg) in [https://github.com/actions/setup-node/pull/718](https://github.com/actions/setup-node/pull/718) - Update to node 18.x by [@​feelepxyz](https://github.com/feelepxyz) in [https://github.com/actions/setup-node/pull/751](https://github.com/actions/setup-node/pull/751) - Remove implicit dependencies by [@​nikolai-laevskii](https://github.com/nikolai-laevskii) in [https://github.com/actions/setup-node/pull/758](https://github.com/actions/setup-node/pull/758) - Fix description about ensuring workflow access to private package by [@​x86chi](https://github.com/x86chi) in [https://github.com/actions/setup-node/pull/704](https://github.com/actions/setup-node/pull/704) #### New Contributors - [@​jongwooo](https://github.com/jongwooo) made their first contribution in [https://github.com/actions/setup-node/pull/653](https://github.com/actions/setup-node/pull/653) - [@​phanan](https://github.com/phanan) made their first contribution in [https://github.com/actions/setup-node/pull/662](https://github.com/actions/setup-node/pull/662) - [@​remarkablemark](https://github.com/remarkablemark) made their first contribution in [https://github.com/actions/setup-node/pull/697](https://github.com/actions/setup-node/pull/697) - [@​domdomegg](https://github.com/domdomegg) made their first contribution in [https://github.com/actions/setup-node/pull/718](https://github.com/actions/setup-node/pull/718) - [@​feelepxyz](https://github.com/feelepxyz) made their first contribution in [https://github.com/actions/setup-node/pull/751](https://github.com/actions/setup-node/pull/751) - [@​nikolai-laevskii](https://github.com/nikolai-laevskii) made their first contribution in [https://github.com/actions/setup-node/pull/758](https://github.com/actions/setup-node/pull/758) - [@​x86chi](https://github.com/x86chi) made their first contribution in [https://github.com/actions/setup-node/pull/704](https://github.com/actions/setup-node/pull/704) **Full Changelog**: https://github.com/actions/setup-node/compare/v3...v3.7.0 </details> <details> <summary>aws/aws-sdk-go (github.com/aws/aws-sdk-go)</summary> ### [`v1.45.4`](https://github.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v1454-2023-09-06) [Compare Source](https://github.com/aws/aws-sdk-go/compare/v1.45.3...v1.45.4) \=== ##### Service Client Updates - `service/appflow`: Updates service API and documentation - `service/ec2`: Updates service API - This release adds 'outpost' location type to the DescribeInstanceTypeOfferings API, allowing customers that have been allowlisted for outpost to query their offerings in the API. - `service/elasticloadbalancingv2`: Updates service documentation - `service/medialive`: Updates service API and documentation - Adds advanced Output Locking options for Epoch Locking: Custom Epoch and Jam Sync Time - `service/wafv2`: Updates service API and documentation ### [`v1.45.3`](https://github.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v1453-2023-09-05) [Compare Source](https://github.com/aws/aws-sdk-go/compare/v1.45.2...v1.45.3) \=== ##### Service Client Updates - `service/billingconductor`: Updates service API and documentation - `service/cloud9`: Updates service documentation - Added support for Ubuntu 22.04 that was not picked up in a previous Trebuchet request. Doc-only update. - `service/compute-optimizer`: Updates service API and documentation - `service/ec2`: Updates service API - Introducing Amazon EC2 C7gd, M7gd, and R7gd Instances with up to 3.8 TB of local NVMe-based SSD block-level storage. These instances are powered by AWS Graviton3 processors, delivering up to 25% better performance over Graviton2-based instances. - `service/ecs`: Updates service documentation - Documentation only update for Amazon ECS. - `service/eventbridge`: Adds new service - `service/rds`: Updates service API, documentation, waiters, paginators, and examples - Add support for feature integration with AWS Backup. - `service/sagemaker`: Updates service API and documentation - SageMaker Neo now supports data input shape derivation for Pytorch 2.0 and XGBoost compilation job for cloud instance targets. You can skip DataInputConfig field during compilation job creation. You can also access derived information from model in DescribeCompilationJob response. - `service/vpc-lattice`: Updates service API and documentation ### [`v1.45.2`](https://github.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v1452-2023-09-01) [Compare Source](https://github.com/aws/aws-sdk-go/compare/v1.45.1...v1.45.2) \=== ##### Service Client Updates - `service/chime-sdk-media-pipelines`: Updates service API and documentation - `service/connect`: Updates service API, documentation, and paginators - `service/identitystore`: Updates service API and documentation - `service/neptunedata`: Updates service documentation ### [`v1.45.1`](https://github.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v1451-2023-08-31) [Compare Source](https://github.com/aws/aws-sdk-go/compare/v1.45.0...v1.45.1) \=== ##### Service Client Updates - `service/chime-sdk-media-pipelines`: Updates service API and documentation - `service/cloudhsm`: Updates service API - Deprecating CloudHSM Classic API Service. - `service/connectcampaigns`: Updates service API and documentation - `service/connectparticipant`: Updates service API and documentation - `service/customer-profiles`: Updates service API and documentation - `service/ecs`: Updates service API and documentation - This release adds support for an account-level setting that you can use to configure the number of days for AWS Fargate task retirement. - `service/events`: Updates service documentation - Documentation updates for CloudWatch Events. - `service/grafana`: Updates service API - `service/health`: Updates service API and documentation - Adds new API DescribeEntityAggregatesForOrganization that retrieves entity aggregates across your organization. Also adds support for resource status filtering in DescribeAffectedEntitiesForOrganization, resource status aggregates in the DescribeEntityAggregates response, and new resource statuses. - `service/ivs`: Updates service documentation - `service/kafkaconnect`: Updates service API and documentation - `service/payment-cryptography-data`: Updates service API and documentation - `service/runtime.sagemaker`: Updates service API and documentation ### [`v1.45.0`](https://github.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v1450-2023-08-30) [Compare Source](https://github.com/aws/aws-sdk-go/compare/v1.44.334...v1.45.0) \=== ##### Service Client Updates - `service/appflow`: Updates service API and documentation - `service/apprunner`: Updates service API and documentation - `service/auditmanager`: Updates service API - `service/cleanrooms`: Updates service API and documentation - `service/datasync`: Updates service API and documentation - `service/neptunedata`: Adds new service - `service/network-firewall`: Updates service API and documentation - `service/pca-connector-ad`: Adds new service - `service/sagemaker`: Updates service API and documentation - Amazon SageMaker Canvas adds IdentityProviderOAuthSettings support for CanvasAppSettings ##### SDK Features - `aws/corehandlers`: Add internal flag in user agent functionality - Added handler which will add aws internal metadata to the user agent string ### [`v1.44.334`](https://github.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v144334-2023-08-29) [Compare Source](https://github.com/aws/aws-sdk-go/compare/v1.44.333...v1.44.334) \=== ##### Service Client Updates - `service/cognito-idp`: Updates service API, documentation, and examples - `service/fsx`: Updates service documentation - `service/omics`: Updates service API and documentation - `service/sesv2`: Updates service API, documentation, paginators, and examples ### [`v1.44.333`](https://github.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v144333-2023-08-28) [Compare Source](https://github.com/aws/aws-sdk-go/compare/v1.44.332...v1.44.333) \=== ##### Service Client Updates - `service/backup`: Updates service API and documentation - `service/compute-optimizer`: Updates service API and documentation - `service/organizations`: Updates service documentation - Documentation updates for permissions and links. - `service/securitylake`: Updates service API - `service/service-quotas`: Updates service API and documentation - `service/workspaces-web`: Updates service API and documentation ### [`v1.44.332`](https://github.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v144332-2023-08-25) [Compare Source](https://github.com/aws/aws-sdk-go/compare/v1.44.331...v1.44.332) \=== ##### Service Client Updates - `service/cloudtrail`: Updates service API and documentation - Add ThrottlingException with error code 429 to handle CloudTrail Delegated Admin request rate exceeded on organization resources. - `service/detective`: Updates service API - `service/monitoring`: Updates service documentation - Doc-only update to get doc bug fixes into the SDK docs ### [`v1.44.331`](https://github.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v144331-2023-08-24) [Compare Source](https://github.com/aws/aws-sdk-go/compare/v1.44.330...v1.44.331) \=== ##### Service Client Updates - `service/ec2`: Updates service API - Amazon EC2 M7a instances, powered by 4th generation AMD EPYC processors, deliver up to 50% higher performance compared to M6a instances. Amazon EC2 Hpc7a instances, powered by 4th Gen AMD EPYC processors, deliver up to 2.5x better performance compared to Amazon EC2 Hpc6a instances. - `service/glue`: Updates service API and documentation - Added API attributes that help in the monitoring of sessions. - `service/mediaconvert`: Updates service API and documentation - This release includes additional audio channel tags in Quicktime outputs, support for film grain synthesis for AV1 outputs, ability to create audio-only FLAC outputs, and ability to specify Amazon S3 destination storage class. - `service/medialive`: Updates service API and documentation - MediaLive now supports passthrough of KLV data to a HLS output group with a TS container. MediaLive now supports setting an attenuation mode for AC3 audio when the coding mode is 3/2 LFE. MediaLive now supports specifying whether to include filler NAL units in RTMP output group settings. - `service/mediatailor`: Updates service API and documentation - `service/quicksight`: Updates service API, documentation, and paginators - Excel support in Snapshot Export APIs. Removed Required trait for some insight Computations. Namespace-shared Folders support. Global Filters support. Table pin Column support. - `service/rds`: Updates service API, documentation, waiters, paginators, and examples - This release updates the supported versions for Percona XtraBackup in Aurora MySQL. - `service/s3`: Updates service examples - Updates to endpoint ruleset tests to address Smithy validation issues. - `service/s3control`: Adds new service - Updates to endpoint ruleset tests to address Smithy validation issues and standardize the capitalization of DualStack. - `service/verifiedpermissions`: Updates service documentation ### [`v1.44.330`](https://github.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v144330-2023-08-23) [Compare Source](https://github.com/aws/aws-sdk-go/compare/v1.44.329...v1.44.330) \=== ##### Service Client Updates - `service/apigateway`: Updates service API and documentation - This release adds RootResourceId to GetRestApi response. - `service/ec2`: Updates service API and documentation - Marking fields as sensitive on BundleTask and GetPasswordData - `service/polly`: Updates service API - Amazon Polly adds 1 new voice - Zayd (ar-AE) ### [`v1.44.329`](https://github.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v144329-2023-08-22) [Compare Source](https://github.com/aws/aws-sdk-go/compare/v1.44.328...v1.44.329) \=== ##### Service Client Updates - `service/ce`: Updates service API and documentation - `service/globalaccelerator`: Updates service documentation - `service/rds`: Updates service API, documentation, waiters, paginators, and examples - Adding parameters to CreateCustomDbEngineVersion reserved for future use. - `service/verifiedpermissions`: Updates service API and documentation ### [`v1.44.328`](https://github.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v144328-2023-08-21) [Compare Source](https://github.com/aws/aws-sdk-go/compare/v1.44.327...v1.44.328) \=== ##### Service Client Updates - `service/cloud9`: Adds new service - Doc only update to add Ubuntu 22.04 as an Image ID option for Cloud9 - `service/ec2`: Updates service API and documentation - The DeleteKeyPair API has been updated to return the keyPairId when an existing key pair is deleted. - `service/finspace`: Updates service API and documentation - `service/rds`: Updates service API, documentation, waiters, paginators, and examples - Adding support for RDS Aurora Global Database Unplanned Failover - `service/route53domains`: Updates service documentation - Fixed typos in description fields ### [`v1.44.327`](https://github.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v144327-2023-08-18) [Compare Source](https://github.com/aws/aws-sdk-go/compare/v1.44.326...v1.44.327) \=== ##### Service Client Updates - `service/codecommit`: Updates service API, documentation, and paginators - Add new ListFileCommitHistory operation to retrieve commits which introduced changes to a specific file. - `service/securityhub`: Updates service API and documentation ##### SDK Bugs - `aws/credentials/ssocreds`: Modify sso token provider logic to handle possible nil val returned by CreateToken. - Fixes [4947](https://github.com/aws/aws-sdk-go/issues/4947) ### [`v1.44.326`](https://github.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v144326-2023-08-17) [Compare Source](https://github.com/aws/aws-sdk-go/compare/v1.44.325...v1.44.326) \=== ##### Service Client Updates - `service/ec2`: Updates service API and documentation - Adds support for SubnetConfigurations to allow users to select their own IPv4 and IPv6 addresses for Interface VPC endpoints - `service/gamelift`: Updates service API and documentation - Amazon GameLift updates its instance types support. ##### SDK Bugs - `aws/signer/v4`: Sign `X-Amz-Server-Side-Encryption-Context` header. - Fixes signing for PutObject requests that set `SSEKMSEncryptionContext`. ### [`v1.44.325`](https://github.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v144325-2023-08-16) [Compare Source](https://github.com/aws/aws-sdk-go/compare/v1.44.324...v1.44.325) \=== ##### Service Client Updates - `service/models.lex.v2`: Updates service API - `service/monitoring`: Updates service documentation - Doc-only update to incorporate several doc bug fixes ### [`v1.44.324`](https://github.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v144324-2023-08-15) [Compare Source](https://github.com/aws/aws-sdk-go/compare/v1.44.323...v1.44.324) \=== ##### Service Client Updates - `service/chime-sdk-meetings`: Updates service API - `service/ec2`: Updates service documentation - Documentation updates for Elastic Compute Cloud (EC2). - `service/glue`: Updates service API and documentation - AWS Glue Crawlers can now accept SerDe overrides from a custom csv classifier. The two SerDe options are LazySimpleSerDe and OpenCSVSerDe. In case, the user wants crawler to do the selection, "None" can be selected for this purpose. - `service/pi`: Updates service API, documentation, and paginators - `service/route53domains`: Updates service API and documentation - Provide explanation if CheckDomainTransferability return false. Provide requestId if a request is already submitted. Add sensitive protection for customer information - `service/sagemaker`: Updates service API and documentation - SageMaker Inference Recommender now provides SupportedResponseMIMETypes from DescribeInferenceRecommendationsJob response ### [`v1.44.323`](https://github.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v144323-2023-08-14) [Compare Source](https://github.com/aws/aws-sdk-go/compare/v1.44.322...v1.44.323) \=== ##### Service Client Updates - `service/mediapackage`: Updates service API - Fix SDK logging of certain fields. - `service/omics`: Updates service API, documentation, waiters, and paginators - `service/transfer`: Updates service documentation - Documentation updates for AWS Transfer Family ### [`v1.44.322`](https://github.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v144322-2023-08-11) [Compare Source](https://github.com/aws/aws-sdk-go/compare/v1.44.321...v1.44.322) \=== ##### Service Client Updates - `service/amplifybackend`: Updates service API - `service/config`: Updates service API - `service/ec2`: Updates service API - Amazon EC2 P5 instances, powered by the latest NVIDIA H100 Tensor Core GPUs, deliver the highest performance in EC2 for deep learning (DL) and HPC applications. M7i-flex and M7i instances are next-generation general purpose instances powered by custom 4th Generation Intel Xeon Scalable processors. - `service/email`: Updates service documentation - Doc only updates to include: 1) Clarified which part of an email address where it's okay to have Punycode when it contains non-ASCII characters for the SendRawEmail action and other actions where this is applicable. 2) Updated S3Action description with new MB max bucket size from 30 to 40. - `service/quicksight`: Updates service API and documentation - New Authentication method for Account subscription - IAM Identity Center. Hierarchy layout support, default column width support and related style properties for pivot table visuals. Non-additive topic field aggregations for Topic API - `service/swf`: Updates service API and documentation - This release adds new API parameters to override workflow task list for workflow executions. ### [`v1.44.321`](https://github.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v144321-2023-08-10) [Compare Source](https://github.com/aws/aws-sdk-go/compare/v1.44.320...v1.44.321) \=== ##### Service Client Updates - `service/cloudtrail`: Updates service documentation - Documentation updates for CloudTrail. - `service/connect`: Updates service API, documentation, and paginators - `service/elasticloadbalancingv2`: Updates service API and documentation - `service/omics`: Updates service API and documentation - `service/secretsmanager`: Updates service API - Add additional InvalidRequestException to list of possible exceptions for ListSecret. - `service/transfer`: Updates service documentation - Documentation updates for AW Transfer Family ### [`v1.44.320`](https://github.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v144320-2023-08-09) [Compare Source](https://github.com/aws/aws-sdk-go/compare/v1.44.319...v1.44.320) \=== ##### Service Client Updates - `service/chime-sdk-voice`: Updates service API and documentation - `service/fsx`: Updates service API and documentation - `service/globalaccelerator`: Updates service documentation - `service/guardduty`: Updates service API and documentation - Added autoEnable ALL to UpdateOrganizationConfiguration and DescribeOrganizationConfiguration APIs. - `service/sagemaker`: Updates service API and documentation - This release adds support for cross account access for SageMaker Model Cards through AWS RAM. ### [`v1.44.319`](https://github.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v144319-2023-08-08) [Compare Source](https://github.com/aws/aws-sdk-go/compare/v1.44.318...v1.44.319) \=== ##### Service Client Updates - `service/backup`: Updates service API, documentation, and paginators - `service/elasticache`: Updates service API and documentation - Added support for cluster mode in online migration and test migration API - `service/servicecatalog`: Updates service API and documentation - Introduce support for HashiCorp Terraform Cloud in Service Catalog by addying TERRAFORM_CLOUD product type in CreateProduct and CreateProvisioningArtifact API. ### [`v1.44.318`](https://github.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v144318-2023-08-07) [Compare Source](https://github.com/aws/aws-sdk-go/compare/v1.44.317...v1.44.318) \=== ##### Service Client Updates - `service/detective`: Updates service API - `service/ivs-realtime`: Updates service API and documentation - `service/kinesis-video-archived-media`: Updates service API and documentation - `service/kinesisvideo`: Updates service API and documentation - This release enables minimum of Images SamplingInterval to be as low as 200 milliseconds in Kinesis Video Stream Image feature. - `service/rekognition`: Updates service documentation and examples - This release adds code snippets for Amazon Rekognition Custom Labels. ### [`v1.44.317`](https://github.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v144317-2023-08-04) [Compare Source](https://github.com/aws/aws-sdk-go/compare/v1.44.316...v1.44.317) \=== ##### Service Client Updates - `service/acm-pca`: Updates service documentation - `service/connect`: Updates service API and documentation - `service/datasync`: Updates service API and documentation - `service/ecs`: Updates service documentation - This is a documentation update to address various tickets. - `service/sagemaker`: Updates service API and documentation - Including DataCaptureConfig key in the Amazon Sagemaker Search's transform job object ### [`v1.44.316`](https://github.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v144316-2023-08-03) [Compare Source](https://github.com/aws/aws-sdk-go/compare/v1.44.315...v1.44.316) \=== ##### Service Client Updates - `service/autoscaling`: Updates service documentation and examples - Documentation changes related to Amazon EC2 Auto Scaling APIs. - `service/cloud9`: Updates service documentation - Updated the deprecation date for Amazon Linux. Doc only update. - `service/dms`: Updates service API, documentation, and paginators - The release makes public API for DMS Schema Conversion feature. - `service/ec2`: Updates service API and documentation - This release adds new parameter isPrimaryIPv6 to allow assigning an IPv6 address as a primary IPv6 address to a network interface which cannot be changed to give equivalent functionality available for network interfaces with primary IPv4 address. - `service/sagemaker`: Updates service API - Amazon SageMaker now supports running training jobs on p5.48xlarge instance types. ### [`v1.44.315`](https://github.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v144315-2023-08-02) [Compare Source](https://github.com/aws/aws-sdk-go/compare/v1.44.314...v1.44.315) \=== ##### Service Client Updates - `service/budgets`: Updates service API and documentation - As part of CAE tagging integration we need to update our budget names regex filter to prevent customers from using "/action/" in their budget names. - `service/cognito-idp`: Updates service API and documentation - `service/glue`: Updates service API and documentation - This release includes additional Glue Streaming KAKFA SASL property types. - `service/resiliencehub`: Updates service API, documentation, and paginators - `service/sagemaker`: Updates service API and documentation - SageMaker Inference Recommender introduces a new API GetScalingConfigurationRecommendation to recommend auto scaling policies based on completed Inference Recommender jobs. ### [`v1.44.314`](https://github.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v144314-2023-08-01) [Compare Source](https://github.com/aws/aws-sdk-go/compare/v1.44.313...v1.44.314) \=== ##### Service Client Updates - `service/batch`: Updates service API and documentation - This release adds support for price capacity optimized allocation strategy for Spot Instances. - `service/dms`: Updates service API, documentation, and paginators - Adding new API describe-engine-versions which provides information about the lifecycle of a replication instance's version. - `service/internetmonitor`: Updates service API and documentation - `service/medialive`: Updates service API and documentation - AWS Elemental Link devices now report their Availability Zone. Link devices now support the ability to change their Availability Zone. - `service/polly`: Updates service API - Amazon Polly adds new French Belgian voice - Isabelle. Isabelle is available as Neural voice only. - `service/rds`: Updates service API, documentation, waiters, paginators, and examples - Added support for deleted clusters PiTR. - `service/sagemaker`: Updates service API and documentation - Add Stairs TrafficPattern and FlatInvocations to RecommendationJobStoppingConditions ### [`v1.44.313`](https://github.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v144313-2023-07-31) [Compare Source](https://github.com/aws/aws-sdk-go/compare/v1.44.312...v1.44.313) \=== ##### Service Client Updates - `service/amplifyuibuilder`: Updates service API and documentation - `service/autoscaling`: Updates service API, documentation, and examples - You can now configure an instance refresh to set its status to 'failed' when it detects that a specified CloudWatch alarm has gone into the ALARM state. You can also choose to roll back the instance refresh automatically when the alarm threshold is met. - `service/cleanrooms`: Updates service API, documentation, and paginators - `service/codestar-connections`: Updates service API and documentation - `service/drs`: Updates service API - `service/inspector2`: Updates service API and documentation - `service/lookoutequipment`: Updates service API, documentation, and paginators - `service/omics`: Updates service API and documentation - `service/rds`: Updates service API, documentation, waiters, paginators, and examples - This release adds support for Aurora MySQL local write forwarding, which allows for forwarding of write operations from reader DB instances to the writer DB instance. - `service/route53`: Updates service API and documentation - Amazon Route 53 now supports the Israel (Tel Aviv) Region (il-central-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region. - `service/scheduler`: Updates service API and documentation ### [`v1.44.312`](https://github.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v144312-2023-07-28) [Compare Source](https://github.com/aws/aws-sdk-go/compare/v1.44.311...v1.44.312) \=== ##### Service Client Updates - `service/application-insights`: Updates service API, documentation, and paginators - `service/cloudformation`: Updates service API and documentation - This SDK release is for the feature launch of AWS CloudFormation RetainExceptOnCreate. It adds a new parameter retainExceptOnCreate in the following APIs: CreateStack, UpdateStack, RollbackStack, ExecuteChangeSet. - `service/cloudfront`: Updates service API and documentation - Add a new JavaScript runtime version for CloudFront Functions. - `service/connect`: Updates service API - `service/kafka`: Updates service API, documentation, and paginators - `service/pinpoint`: Updates service API, documentation, and examples - Added support for sending push notifications using the FCM v1 API with json credentials. Amazon Pinpoint customers can now deliver messages to Android devices using both FCM v1 API and the legacy FCM/GCM API ### [`v1.44.311`](https://github.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v144311-2023-07-28) [Compare Source](https://github.com/aws/aws-sdk-go/compare/v1.44.310...v1.44.311) \=== ##### Service Client Updates - `service/sqs`: Updates service documentation - Documentation changes related to SQS APIs. ##### SDK Bugs - `aws/session`: Modify resolving sso credential logic to fix stack overflow bug while configuring shared config profile via env var. - Fixes [4912](https://github.com/aws/aws-sdk-go/issues/4912) ### [`v1.44.310`](https://github.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v144310-2023-07-27) [Compare Source](https://github.com/aws/aws-sdk-go/compare/v1.44.309...v1.44.310) \=== ##### Service Client Updates - `service/autoscaling`: Updates service API, documentation, paginators, and examples - This release updates validation for instance types used in the AllowedInstanceTypes and ExcludedInstanceTypes parameters of the InstanceRequirements property of a MixedInstancesPolicy. - `service/ebs`: Updates service API and documentation - `service/ec2`: Updates service API, documentation, and waiters - SDK and documentation updates for Amazon Elastic Block Store APIs - `service/eks`: Updates service API - `service/sagemaker`: Updates service API and documentation - Expose ProfilerConfig attribute in SageMaker Search API response. ### [`v1.44.309`](https://github.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v144309-2023-07-26) [Compare Source](https://github.com/aws/aws-sdk-go/compare/v1.44.308...v1.44.309) \=== ##### Service Client Updates - `service/cloudcontrol`: Updates service documentation - `service/entityresolution`: Adds new service - `service/glue`: Updates service API and documentation - Release Glue Studio Snowflake Connector Node for SDK/CLI - `service/healthlake`: Updates service documentation - `service/managedblockchain-query`: Adds new service - `service/mediaconvert`: Updates service API and documentation - This release includes general updates to user documentation. - `service/omics`: Updates service documentation - `service/opensearchserverless`: Updates service API and documentation - `service/polly`: Updates service API - Amazon Polly adds 1 new voice - Lisa (nl-BE) - `service/route53`: Updates service documentation - Update that corrects the documents for received feedback. ### [`v1.44.308`](https://github.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v144308-2023-07-25) [Compare Source](https://github.com/aws/aws-sdk-go/compare/v1.44.307...v1.44.308) \=== ##### Service Client Updates - `service/billingconductor`: Updates service API and documentation - `service/customer-profiles`: Updates service API and documentation - `service/datasync`: Updates service API and documentation - `service/dynamodb`: Updates service API, documentation, waiters, paginators, and examples - Documentation updates for DynamoDB - `service/ec2`: Updates service API and documentation - This release adds an instance's peak and baseline network bandwidth as well as the memory sizes of an instance's inference accelerators to DescribeInstanceTypes. - `service/emr-serverless`: Updates service API and documentation - `service/lambda`: Updates service API - Add Python 3.11 (python3.11) support to AWS Lambda - `service/rds`: Updates service API, documentation, waiters, paginators, and examples - This release adds support for monitoring storage optimization progress on the DescribeDBInstances API. - `service/sagemaker`: Updates service API and documentation - Mark ContentColumn and TargetLabelColumn as required Targets in TextClassificationJobConfig in CreateAutoMLJobV2API - `service/securityhub`: Updates service API and documentation - `service/sts`: Updates service API and documentation - API updates for the AWS Security Token Service - `service/transfer`: Updates service API and documentation - This release adds support for SFTP Connectors. - `service/wisdom`: Updates service API and documentation ### [`v1.44.307`](https://github.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v144307-2023-07-24) [Compare Source](https://github.com/aws/aws-sdk-go/compare/v1.44.306...v1.44.307) \=== ##### Service Client Updates - `service/apigatewayv2`: Adds new service - Documentation updates for Amazon API Gateway. - `service/ce`: Updates service API and documentation - `service/chime-sdk-media-pipelines`: Updates service API and documentation - `service/cloudformation`: Updates service API and documentation - This release supports filtering by DRIFT_STATUS for existing API ListStackInstances and adds support for a new API ListStackInstanceResourceDrifts. Customers can now view resource drift information from their StackSet management accounts. - `service/ec2`: Updates service API - Add "disabled" enum value to SpotInstanceState. - `service/glue`: Updates service API and documentation - Added support for Data Preparation Recipe node in Glue Studio jobs - `service/quicksight`: Updates service API, documentation, and paginators - This release launches new Snapshot APIs for CSV and PDF exports, adds support for info icon for filters and parameters in Exploration APIs, adds modeled exception to the DeleteAccountCustomization API, and introduces AttributeAggregationFunction's ability to add UNIQUE_VALUE aggregation in tooltips. ### [`v1.44.306`](https://github.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v144306-2023-07-21) [Compare Source](https://github.com/aws/aws-sdk-go/compare/v1.44.305...v1.44.306) \=== ##### Service Client Updates - `service/glue`: Updates service API and documentation - This release adds support for AWS Glue Crawler with Apache Hudi Tables, allowing Crawlers to discover Hudi Tables in S3 and register them in Glue Data Catalog for query engines to query against. - `service/mediaconvert`: Updates service documentation - This release includes improvements to Preserve 444 handling, compatibility of HEVC sources without frame rates, and general improvements to MP4 outputs. - `service/rds`: Updates service API, documentation, waiters, paginators, and examples - Adds support for the DBSystemID parameter of CreateDBInstance to RDS Custom for Oracle. - `service/workspaces`: Updates service documentation - Fixed VolumeEncryptionKey descriptions ##### SDK Bugs - `codegen`: Prevent unused imports from being generated for event streams. - Potentially-unused `"time"` import was causing vet failures on generated code. ### [`v1.44.305`](https://github.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v144305-2023-07-20) [Compare Source](https://github.com/aws/aws-sdk-go/compare/v1.44.304...v1.44.305) \=== ##### Service Client Updates - `service/connectcases`: Updates service API and documentation - `service/models.lex.v2`: Updates service API and documentation - `service/route53resolver`: Updates service API, documentation, and paginators - `service/s3`: Updates service examples - Improve performance of S3 clients by simplifying and optimizing endpoint resolution. - `service/sagemaker`: Updates service API, documentation, and paginators - Cross account support for SageMaker Feature Store - `service/sagemaker-featurestore-runtime`: Updates service API and documentation - `service/securitylake`: Updates service API and documentation - `service/transcribe`: Updates service API and documentation ### [`v1.44.304`](https://github.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v144304-2023-07-20) [Compare Source](https://github.com/aws/aws-sdk-go/compare/v1.44.303...v1.44.304) \=== ##### Service Client Updates - `service/savingsplans`: Updates service documentation ### [`v1.44.303`](https://github.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v144303-2023-07-19) [Compare Source](https://github.com/aws/aws-sdk-go/compare/v1.44.302...v1.44.303) \=== ##### Service Client Updates - `service/cloudformation`: Updates service API and documentation - SDK and documentation updates for GetTemplateSummary API (unrecognized resources) - `service/ec2`: Updates service documentation - Amazon EC2 documentation updates. - `service/grafana`: Updates service API, documentation, and paginators - `service/medical-imaging`: Adds new service - `service/ram`: Updates service API and documentation - `service/ssm-sap`: Updates service API and documentation - `service/wafv2`: Updates service API and documentation ### [`v1.44.302`](https://github.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v144302-2023-07-18) [Compare Source](https://github.com/aws/aws-sdk-go/compare/v1.44.301...v1.44.302) \=== ##### Service Client Updates - `service/codeguru-security`: Updates service documentation - `service/connect`: Updates service documentation - `service/es`: Updates service API - Regex Validation on the ElasticSearch Engine Version attribute - `service/m2`: Updates service API and documentation - `service/models.lex.v2`: Updates service API, documentation, and paginators - `service/snowball`: Updates service API, documentation, paginators, and examples - Adds support for RACK\_5U_C. This is the first AWS Snow Family device designed to meet U.S. Military Ruggedization Standards (MIL-STD-810H) with 208 vCPU device in a portable, compact 5U, half-rack width form-factor. - `service/translate`: Updates service documentation ### [`v1.44.301`](https://github.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v144301-2023-07-17) [Compare Source](https://github.com/aws/aws-sdk-go/compare/v1.44.300...v1.44.301) \=== ##### Service Client Updates - `service/codeartifact`: Updates service documentation - `service/docdb`: Updates service API and documentation - Added major version upgrade option in ModifyDBCluster API - `service/ec2`: Updates service API and documentation - Add Nitro TPM support on DescribeInstanceTypes - `service/glue`: Updates service API - Adding new supported permission type flags to get-unfiltered endpoints that callers may pass to indicate support for enforcing Lake Formation fine-grained access control on nested column attributes. - `service/ivs`: Updates service API and documentation - `service/lakeformation`: Updates service API and documentation ### [`v1.44.300`](https://github.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v144300-2023-07-13) [Compare Source](https://github.com/aws/aws-sdk-go/compare/v1.44.299...v1.44.300) \=== ##### Service Client Updates - `service/cognito-idp`: Updates service API - `service/connect`: Updates service API and documentation - `service/datasync`: Updates service API and documentation - `service/dms`: Updates service API and documentation - Enhanced PostgreSQL target endpoint settings for providing Babelfish support. - `service/ec2`: Updates service API - This release adds support for the C7gn and Hpc7g instances. C7gn instances are powered by AWS Graviton3 processors and the fifth-generation AWS Nitro Cards. Hpc7g instances are powered by AWS Graviton 3E processors and provide up to 200 Gbps network bandwidth. - `service/fsx`: Updates service API and documentation - `service/iam`: Updates service documentation - Documentation updates for AWS Identity and Access Management (IAM). - `service/mediatailor`: Updates service API and documentation - `service/personalize`: Updates service API and documentation - `service/proton`: Updates service API, documentation, and paginators - `service/s3`: Updates service API, documentation, and examples - S3 Inventory now supports Object Access Control List and Object Owner as available object metadata fields in inventory reports. - `service/sagemaker`: Updates service API and documentation - Amazon SageMaker Canvas adds WorkspeceSettings support for CanvasAppSettings - `service/secretsmanager`: Updates service documentation and examples - Documentation updates for Secrets Manager ### [`v1.44.299`](https://github.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v144299-2023-07-11) [Compare Source](https://github.com/aws/aws-sdk-go/compare/v1.44.298...v1.44.299) \=== ##### Service Client Updates - `service/cognito-idp`: Updates service API ### [`v1.44.298`](https://github.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v144298-2023-07-07) [Compare Source](https://github.com/aws/aws-sdk-go/compare/v1.44.297...v1.44.298) \=== ##### Service Client Updates - `service/dms`: Updates service API, documentation, and paginators - Releasing DMS Serverless. Adding support for PostgreSQL 15.x as source and target endpoint. Adding support for DocDB Elastic Clusters with sharded collections, PostgreSQL datatype mapping customization and disabling hostname validation of the certificate authority in Kafka endpoint settings - `service/glue`: Updates service API and documentation - This release enables customers to create new Apache Iceberg tables and associated metadata in Amazon S3 by using native AWS Glue CreateTable operation. - `service/logs`: Updates service API and documentation - Add CMK encryption support for CloudWatch Logs Insights query result data - `service/medialive`: Updates service API and documentation - This release enables the use of Thumbnails in AWS Elemental MediaLive. - `service/mediatailor`: Updates service API and documentation ##### SDK Bugs - `aws/credentials/ssocreds`: Implement SSO token provider support for `sso-session` in AWS shared config. - Fixes [4649](https://github.com/aws/aws-sdk-go/issues/4649) ### [`v1.44.297`](https://github.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v144297-2023-07-06) [Compare Source](https://github.com/aws/aws-sdk-go/compare/v1.44.296...v1.44.297) \=== ##### Service Client Updates - `service/ec2`: Updates service API and documentation - Add Nitro Enclaves support on DescribeInstanceTypes - `service/location`: Updates service API and documentation - `service/outposts`: Updates service API, documentation, and paginators - `service/quicksight`: Updates service API and documentation - This release includes below three changes: small multiples axes improvement, field based coloring, removed required trait from Aggregation function for TopBottomFilter. - `service/rds`: Updates service API, documentation, waiters, paginators, and examples - Updates Amazon RDS documentation for creating DB instances and creating Aurora global clusters. ### [`v1.44.296`](https://github.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v144296-2023-07-05) [Compare Source](https://github.com/aws/aws-sdk-go/compare/v1.44.295...v1.44.296) \=== ##### Service Client Updates - `service/comprehendmedical`: Updates service documentation - `service/connect`: Updates service documentation - `service/kms`: Updates service API and documentation - Added Dry Run Feature to cryptographic and cross-account mutating KMS APIs (14 in all). This feature allows users to test their permissions and parameters before making the actual API call. - `service/mgn`: Updates service API, documentation, and paginators - `service/securityhub`: Updates service documentation ### [`v1.44.295`](https://github.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v144295-2023-07-03) [Compare Source](https://github.com/aws/aws-sdk-go/compare/v1.44.294...v1.44.295) \=== ##### Service Client Updates - `service/batch`: Updates service API and documentation - This feature allows customers to use AWS Batch with Linux with ARM64 CPU Architecture and X86\_64 CPU Architecture with Windows OS on Fargate Platform. - `service/sagemaker`: Updates service API and documentation - SageMaker Inference Recommender now accepts new fields SupportedEndpointType and ServerlessConfiguration to support serverless endpoints. ### [`v1.44.294`](https://github.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v144294-2023-06-30) [Compare Source](https://github.com/aws/aws-sdk-go/compare/v1.44.293...v1.44.294) \=== ##### Service Client Updates - `service/amp`: Updates service API and documentation - `service/ecs`: Updates service API and documentation - Added new field "credentialspecs" to the ecs task definition to support gMSA of windows/linux in both domainless and domain-joined mode - `service/ivs`: Updates service API - `service/mediaconvert`: Updates service documentation - This release includes improved color handling of overlays and general updates to user documentation. - `service/sagemaker`: Updates service API and documentation - This release adds support for rolling deployment in SageMaker Inference. - `service/transfer`: Updates service API and documentation - Add outbound Basic authentication support to AS2 connectors - `service/verifiedpermissions`: Updates service documentation ### [`v1.44.293`](https://github.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v144293-2023-06-29) [Compare Source](https://github.com/aws/aws-sdk-go/compare/v1.44.292...v1.44.293) \=== ##### Service Client Updates - `service/appstream`: Updates service API, documentation, and paginators - This release introduces app block builder, allowing customers to provision a resource to package applications into an app block - `service/chime`: Updates service API and documentation - The Amazon Chime SDK APIs in the Chime namespace are no longer supported. Customers should use APIs in the dedicated Amazon Chime SDK namespaces: ChimeSDKIdentity, ChimeSDKMediaPipelines, ChimeSDKMeetings, ChimeSDKMessaging, and ChimeSDKVoice. - `service/cleanrooms`: Updates service API and documentation - `service/dynamodb`: Updates service API, documentation, waiters, paginators, and examples - This release adds ReturnValuesOnConditionCheckFailure parameter to PutItem, UpdateItem, DeleteItem, ExecuteStatement, BatchExecuteStatement and ExecuteTransaction APIs. When set to ALL_OLD, API returns a copy of the item as it was when a conditional write failed - `service/gamelift`: Updates service API and documentation - Amazon GameLift now supports game builds that use the Amazon Linux 2023 (AL2023) operating system. - `service/glue`: Updates service API and documentation - This release adds support for AWS Glue Crawler with Iceberg Tables, allowing Crawlers to discover Iceberg Tables in S3 and register them in Glue Data Catalog for query engines to query against. - `service/sagemaker`: Updates service API and documentation - Adding support for timeseries forecasting in the CreateAutoMLJobV2 API. ##### SDK Bugs - `private/protocol`: Fix header serialization of empty enum lists in restxml. - Header was serialized as the empty string if list was nil/empty. </details> <details> <summary>go-playground/validator (github.com/go-playground/validator/v10)</summary> ### [`v10.15.3`](https://github.com/go-playground/validator/releases/tag/v10.15.3): Release 10.15.3 [Compare Source](https://github.com/go-playground/validator/compare/v10.15.2...v10.15.3) #### What was fixed? Fix regression for invalid type check before calling reflect values type. Thank you [@​MysteriousPotato](https://github.com/MysteriousPotato) for the [PR](https://github.com/go-playground/validator/pull/1156) ### [`v10.15.2`](https://github.com/go-playground/validator/releases/tag/v10.15.2): Release 10.15.2 [Compare Source](https://github.com/go-playground/validator/compare/v10.15.1...v10.15.2) ##### What was fixed? - Refactored [#​1122](https://github.com/go-playground/validator/issues/1122) to support `or`'s in tags + updated to `required` behaving the same as before `v10.50.0` to support the community as there was a lot of code relying on the before behaviour, correct or not. - Added a way to opt-in to the new functionality, which is recommended, using [WithRequiredStructEnabled](https://github.com/go-playground/validator/blob/master/\_examples/simple/main.go#L33) ### [`v10.15.1`](https://github.com/go-playground/validator/releases/tag/v10.15.1): Release 10.15.1 [Compare Source](https://github.com/go-playground/validator/compare/v10.15.0...v10.15.1) ##### What was fixed? Corrected a few validations including `gt`, `lt`, ... when using floating point values, specifically `float32`, in this [PR](https://github.com/go-playground/validator/pull/1146) ### [`v10.15.0`](https://github.com/go-playground/validator/releases/tag/v10.15.0): Release 10.15.0 [Compare Source](https://github.com/go-playground/validator/compare/v10.14.1...v10.15.0) ##### What's new? - Applying `tag` validations on `structs` is now a reality thank to [@​MysteriousPotato](https://github.com/MysteriousPotato) in this [PR](https://github.com/go-playground/validator/pull/1122) - Added `oneof` tag to examples in this [PR](https://github.com/go-playground/validator/pull/1135) - Added `Spice DB` validations in this [PR](https://github.com/go-playground/validator/pull/1125) #### What was fixed? - Fixed the REAMD logo link in this [PR](https://github.com/go-playground/validator/pull/1134) - Fixed `filepath` validation when path is a directory in this [PR](https://github.com/go-playground/validator/pull/1133) - Correct to docs in this [PR](https://github.com/go-playground/validator/pull/1121) </details> <details> <summary>golang/go (golang)</summary> ### [`v1.21.1`](https://github.com/golang/go/compare/go1.21.0...go1.21.1) [Compare Source](https://github.com/golang/go/compare/go1.21.0...go1.21.1) ### [`v1.21.0`](https://github.com/golang/go/compare/go1.20.8...go1.21.0) [Compare Source](https://github.com/golang/go/compare/go1.20.8...go1.21.0) ### [`v1.20.8`](https://github.com/golang/go/compare/go1.20.7...go1.20.8) [Compare Source](https://github.com/golang/go/compare/go1.20.7...go1.20.8) ### [`v1.20.7`](https://github.com/golang/go/compare/go1.20.6...go1.20.7) [Compare Source](https://github.com/golang/go/compare/go1.20.6...go1.20.7) ### [`v1.20.6`](https://github.com/golang/go/compare/go1.20.5...go1.20.6) [Compare Source](https://github.com/golang/go/compare/go1.20.5...go1.20.6) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekday,after 9am and before 5pm" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/trussworks/setup-new-aws-user). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDQuMiIsInVwZGF0ZWRJblZlciI6IjM2LjgzLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->
- Loading branch information