build(gomod): ⚡ patch gomod
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| github.com/Azure/go-autorest/autorest | v0.11.29 -> v0.11.30 |
||||
| github.com/DelineaXPM/dsv-sdk-go/v2 | v2.1.2 -> v2.2.0 |
||||
| github.com/aws/aws-sdk-go | v1.53.21 -> v1.55.8 |
||||
| github.com/aws/aws-sdk-go-v2 | v1.27.2 -> v1.39.6 |
||||
| github.com/aws/aws-sdk-go-v2/config | v1.27.18 -> v1.31.20 |
||||
| github.com/aws/aws-sdk-go-v2/service/s3 | v1.55.1 -> v1.90.2 |
||||
| github.com/bitfield/script | v0.22.1 -> v0.24.1 |
||||
| github.com/creack/pty | v1.1.21 -> v1.1.24 |
||||
| github.com/danieljoos/wincred | v1.2.1 -> v1.2.3 |
||||
| github.com/fatih/color | v1.17.0 -> v1.18.0 |
||||
| github.com/jarcoal/httpmock | v1.3.1 -> v1.4.1 |
||||
| github.com/maxbrunsfeld/counterfeiter/v6 | v6.8.1 -> v6.12.0 |
||||
| github.com/pterm/pterm | v0.12.79 -> v0.12.82 |
||||
| github.com/spf13/pflag | v1.0.5 -> v1.0.10 |
||||
| github.com/spf13/viper | v1.19.0 -> v1.21.0 |
||||
| github.com/stretchr/testify | v1.9.0 -> v1.11.1 |
||||
| golang.org/x/oauth2 | v0.27.0 -> v0.33.0 |
||||
| golang.org/x/sys | v0.31.0 -> v0.38.0 |
||||
| google.golang.org/api | v0.183.0 -> v0.256.0 |
Release Notes
DelineaXPM/dsv-sdk-go (github.com/DelineaXPM/dsv-sdk-go/v2)
v2.2.0
- ci-and-build: Migrate to latest changie config, which should eliminate problems with go mod. Go modules seem to have issue in vendored supporting files having emoji in the file name. This will no longer occur with latest config.
- ci-and-build: Add goreleaser config for releasing library, eliminating the need to chain multiple commands together. Now, push an updated changelog file by using the changie-trigger-release, merge that PR, and and the release workflow will release and tag.
- ci-and-build: Remove vendor directory to support go work usage, which isolates the mage/build automation from the SBOM generation for the library.
- new-product-feature: added simple caching for access tokens
- new-product-feature: Add Azure authentication
- dependencies: Maintenance release due to updated dependencies.
aws/aws-sdk-go (github.com/aws/aws-sdk-go)
v1.55.8
SDK Features
- Mark the module and all packages as deprecated.
- This SDK has entered end-of-support.
v1.55.7
===
SDK Bugs
-
service/s3/s3manager: Abort multipart download if object is modified during download- Fixes 4986
v1.55.6
===
SDK Bugs
- Fix broken printf for go1.24
v1.55.5
===
Service Client Updates
-
service/appstream: Updates service API and documentation- Added support for Red Hat Enterprise Linux 8 on Amazon AppStream 2.0
-
service/autoscaling: Updates service API and documentation- Increase the length limit for VPCZoneIdentifier from 2047 to 5000
-
service/codepipeline: Updates service API, documentation, and paginators- AWS CodePipeline V2 type pipelines now support stage level conditions to enable development teams to safely release changes that meet quality and compliance requirements.
-
service/elasticache: Updates service documentation- Doc only update for changes to deletion API.
-
service/elasticloadbalancing: Updates service API -
service/eventbridge: Updates service API -
service/logs: Updates service API- Add v2 smoke tests and smithy smokeTests trait for SDK testing.
-
service/models.lex.v2: Updates service API and documentation -
service/rolesanywhere: Updates service API and documentation -
service/tnb: Updates service API and documentation -
service/workspaces: Updates service documentation- Removing multi-session as it isn't supported for pools
v1.55.4
===
Service Client Updates
-
service/elasticache: Updates service documentation- Renaming full service name as it appears in developer documentation.
-
service/memorydb: Updates service API and documentation
v1.55.3
===
Service Client Updates
-
service/application-autoscaling: Updates service API -
service/application-signals: Updates service API and documentation -
service/bedrock-runtime: Updates service API and documentation -
service/codecommit: Updates service API and documentation- CreateRepository API now throws OperationNotAllowedException when the account has been restricted from creating a repository.
-
service/datazone: Updates service API and documentation -
service/ec2: Updates service API and documentation- EC2 Fleet now supports using custom identifiers to reference Amazon Machine Images (AMI) in launch requests that are configured to choose from a diversified list of instance types.
-
service/ecr: Updates service API, documentation, paginators, and examples- API and documentation updates for Amazon ECR, adding support for creating, updating, describing and deleting ECR Repository Creation Template.
-
service/eks: Updates service API and documentation -
service/elasticloadbalancingv2: Updates service API, documentation, and examples -
service/network-firewall: Updates service API and documentation -
service/outposts: Updates service API and documentation -
service/states: Updates service API and documentation- This release adds support to customer managed KMS key encryption in AWS Step Functions.
SDK Bugs
- Remove broken integration test.
- Remove integration test broken by cloudsearch service.
v1.55.2
===
Service Client Updates
-
service/cleanrooms: Updates service API and documentation -
service/dynamodb: Updates service API, documentation, waiters, paginators, and examples- DynamoDB doc only update for July
-
service/iotsitewise: Updates service API and documentation -
service/mediapackagev2: Updates service API -
service/medical-imaging: Updates service API and documentation -
service/pinpoint-sms-voice-v2: Updates service API and documentation
SDK Bugs
- Add missing bool error matching.
- This enables waiters defined to match on presence/absence of errors.
v1.55.1
===
Service Client Updates
-
service/appsync: Updates service API and paginators -
service/cleanrooms: Updates service API, documentation, and paginators -
service/cleanroomsml: Updates service API, documentation, and waiters -
service/connect: Updates service API and documentation -
service/connect-contact-lens: Updates service API and documentation -
service/datazone: Updates service API and documentation -
service/entityresolution: Updates service API and documentation
v1.55.0
===
Service Client Updates
-
service/datazone: Updates service API, documentation, and paginators -
service/ivs: Updates service API and documentation -
service/redshift-serverless: Updates service API and documentation
SDK Features
-
service/mobile: Remove Mobile- This change removes the Mobile service, which has been deprecated.
SDK Bugs
- Apply sensitive struct tag to lists/maps with sensitive members.
- This change propagates existing sensitive protection to lists/maps.
v1.54.20
===
Service Client Updates
-
service/acm-pca: Updates service waiters -
service/connect: Updates service API, documentation, and paginators -
service/ec2: Updates service API and documentation- Amazon VPC IP Address Manager (IPAM) now supports Bring-Your-Own-IP (BYOIP) for IP addresses registered with any Internet Registry. This feature uses DNS TXT records to validate ownership of a public IP address range.
-
service/firehose: Updates service API and documentation- This release 1) Add configurable buffering hints for Snowflake as destination. 2) Add ReadFromTimestamp for MSK As Source. Firehose will start reading data from MSK Cluster using offset associated with this timestamp. 3) Gated public beta release to add Apache Iceberg tables as destination.
-
service/ivschat: Updates service API, documentation, and waiters -
service/medialive: Updates service API and documentation- AWS Elemental MediaLive now supports the SRT protocol via the new SRT Caller input type.
-
service/rds: Updates service API, documentation, waiters, paginators, and examples- Updates Amazon RDS documentation to specify an eventual consistency model for DescribePendingMaintenanceActions.
-
service/sagemaker: Updates service API- SageMaker Training supports R5, T3 and R5D instances family. And SageMaker Processing supports G5 and R5D instances family.
-
service/secretsmanager: Updates service documentation- Doc only update for Secrets Manager
-
service/taxsettings: Updates service API -
service/timestream-query: Updates service API and documentation -
service/workspaces-thin-client: Updates service API and documentation
v1.54.19
===
Service Client Updates
-
service/acm-pca: Updates service API, documentation, waiters, and paginators -
service/arc-zonal-shift: Updates service API and documentation -
service/autoscaling: Adds new service- Add v2 smoke tests and smithy smokeTests trait for SDK testing.
-
service/codebuild: Adds new service- Add v2 smoke tests and smithy smokeTests trait for SDK testing.
-
service/dynamodb: Updates service API, documentation, waiters, paginators, and examples- Add v2 smoke tests and smithy smokeTests trait for SDK testing.
-
service/globalaccelerator: Updates service API -
service/pinpoint: Updates service API and documentation- Add v2 smoke tests and smithy smokeTests trait for SDK testing.
-
service/quicksight: Updates service API and documentation- Vega ally control options and Support for Reviewed Answers in Topics
-
service/rds: Updates service API, documentation, waiters, paginators, and examples- Update path for CreateDBCluster resource identifier, and Add v2 smoke tests and smithy smokeTests trait for SDK testing.
-
service/sns: Adds new service- Add v2 smoke tests and smithy smokeTests trait for SDK testing.
v1.54.18
===
Service Client Updates
-
service/batch: Updates service API and documentation- This feature allows AWS Batch Jobs with EKS container orchestration type to be run as Multi-Node Parallel Jobs.
-
service/bedrock: Updates service API and documentation -
service/bedrock-agent: Updates service API, documentation, and paginators -
service/bedrock-agent-runtime: Updates service API, documentation, and paginators -
service/bedrock-runtime: Updates service API and documentation -
service/ec2: Updates service API and documentation- Add parameters to enable provisioning IPAM BYOIPv4 space at a Local Zone Network Border Group level
-
service/glue: Updates service API and documentation- Add recipe step support for recipe node
-
service/groundstation: Updates service API and documentation -
service/license-manager-linux-subscriptions: Updates service API, documentation, and paginators -
service/mediaconnect: Updates service API and documentation
v1.54.17
===
Service Client Updates
-
service/datazone: Updates service API -
service/fsx: Updates service API and documentation -
service/opensearch: Updates service API and documentation -
service/sagemaker: Updates service API, documentation, and paginators- This release 1/ enables optimization jobs that allows customers to perform Ahead-of-time compilation and quantization. 2/ allows customers to control access to Amazon Q integration in SageMaker Studio. 3/ enables AdditionalModelDataSources for CreateModel action.
v1.54.16
===
Service Client Updates
-
service/codedeploy: Updates service API- Add v2 smoke tests and smithy smokeTests trait for SDK testing.
-
service/devicefarm: Updates service API- Add v2 smoke tests and smithy smokeTests trait for SDK testing.
-
service/dms: Updates service API- Add v2 smoke tests and smithy smokeTests trait for SDK testing.
-
service/elasticbeanstalk: Updates service API- Add v2 smoke tests and smithy smokeTests trait for SDK testing.
-
service/email: Updates service API- Add v2 smoke tests and smithy smokeTests trait for SDK testing.
-
service/es: Updates service API- Add v2 smoke tests and smithy smokeTests trait for SDK testing.
-
service/firehose: Updates service API- Add v2 smoke tests and smithy smokeTests trait for SDK testing.
-
service/gamelift: Updates service API- Add v2 smoke tests and smithy smokeTests trait for SDK testing.
-
service/qapps: Updates service API, documentation, waiters, paginators, and examples -
service/route53resolver: Updates service API
v1.54.15
===
Service Client Updates
-
service/acm: Updates service API and documentation- Documentation updates, including fixes for xml formatting, broken links, and ListCertificates description.
-
service/ecr: Updates service API- This release for Amazon ECR makes change to bring the SDK into sync with the API.
-
service/payment-cryptography-data: Updates service API and documentation -
service/qbusiness: Updates service API and documentation
v1.54.14
===
Service Client Updates
-
service/application-autoscaling: Updates service documentation -
service/directconnect: Updates service documentation- This update includes documentation for support of new native 400 GBps ports for Direct Connect.
-
service/organizations: Updates service API and documentation- Added a new reason under ConstraintViolationException in RegisterDelegatedAdministrator API to prevent registering suspended accounts as delegated administrator of a service.
-
service/rekognition: Updates service API and documentation- This release adds support for tagging projects and datasets with the CreateProject and CreateDataset APIs.
-
service/workspaces: Updates service API- Fix create workspace bundle RootStorage/UserStorage to accept non null values
v1.54.13
===
Service Client Updates
-
service/ec2: Updates service API and documentation- Documentation updates for Elastic Compute Cloud (EC2).
-
service/fms: Updates service API -
service/s3: Updates service API, documentation, and examples- Added response overrides to Head Object requests.
v1.54.12
===
Service Client Updates
-
service/apigateway: Updates service API- Add v2 smoke tests and smithy smokeTests trait for SDK testing.
-
service/cognito-identity: Updates service API -
service/connect: Updates service API, documentation, and paginators -
service/docdb: Updates service API- Add v2 smoke tests and smithy smokeTests trait for SDK testing.
-
service/eks: Updates service API -
service/payment-cryptography: Updates service API and documentation -
service/payment-cryptography-data: Updates service API, documentation, and waiters -
service/states: Updates service API- Add v2 smoke tests and smithy smokeTests trait for SDK testing.
-
service/swf: Updates service API- Add v2 smoke tests and smithy smokeTests trait for SDK testing.
-
service/wafv2: Updates service API and documentation
v1.54.11
===
Service Client Updates
-
service/acm-pca: Updates service API -
service/cloudhsmv2: Updates service API and documentation- Added 3 new APIs to support backup sharing: GetResourcePolicy, PutResourcePolicy, and DeleteResourcePolicy. Added BackupArn to the output of the DescribeBackups API. Added support for BackupArn in the CreateCluster API.
-
service/connect: Updates service API and documentation -
service/elasticmapreduce: Updates service API and documentation- This release provides the support for new allocation strategies i.e. CAPACITY_OPTIMIZED_PRIORITIZED for Spot and PRIORITIZED for On-Demand by taking input of priority value for each instance type for instance fleet clusters.
-
service/glue: Updates service API and documentation- Added AttributesToGet parameter to Glue GetDatabases, allowing caller to limit output to include only the database name.
-
service/kinesisanalyticsv2: Updates service API and documentation -
service/opensearch: Updates service API and documentation -
service/pi: Updates service API and documentation -
service/workspaces: Updates service API and documentation- Added support for Red Hat Enterprise Linux 8 on Amazon WorkSpaces Personal.
v1.54.10
===
Service Client Updates
-
service/application-autoscaling: Updates service API and documentation -
service/chime-sdk-media-pipelines: Updates service API and documentation -
service/cloudfront: Updates service API and documentation- Doc only update for CloudFront that fixes customer-reported issue
-
service/datazone: Updates service API, documentation, and paginators -
service/elasticache: Updates service API- Add v2 smoke tests and smithy smokeTests trait for SDK testing.
-
service/mq: Updates service API and documentation- This release makes the EngineVersion field optional for both broker and configuration and uses the latest available version by default. The AutoMinorVersionUpgrade field is also now optional for broker creation and defaults to 'true'.
-
service/qconnect: Updates service API, documentation, and paginators -
service/quicksight: Updates service API and documentation- Adding support for Repeating Sections, Nested Filters
-
service/rds: Updates service API, documentation, waiters, paginators, and examples- Updates Amazon RDS documentation for TAZ export to S3.
-
service/sagemaker: Updates service API and documentation- Add capability for Admins to customize Studio experience for the user by showing or hiding Apps and MLTools.
-
service/workspaces: Updates service API and documentation- Added support for WorkSpaces Pools.
v1.54.9
===
Service Client Updates
-
service/controltower: Updates service API, documentation, and paginators -
service/eks: Updates service API and documentation -
service/ivs-realtime: Updates service API, documentation, and paginators -
service/kinesisanalyticsv2: Updates service API, documentation, and paginators -
service/opensearch: Updates service API and documentation
v1.54.8
===
Service Client Updates
-
service/autoscaling: Updates service API and documentation- Doc only update for Auto Scaling's TargetTrackingMetricDataQuery
-
service/ec2: Updates service API- This release is for the launch of the new u7ib-12tb.224xlarge, R8g, c7gn.metal and mac2-m1ultra.metal instance types
-
service/networkmanager: Updates service API and documentation -
service/workspaces-thin-client: Updates service API and documentation
v1.54.7
===
Service Client Updates
-
service/bedrock-runtime: Updates service API -
service/customer-profiles: Updates service API and documentation -
service/ec2: Updates service API- Fix EC2 multi-protocol info in models.
-
service/qbusiness: Updates service API and documentation -
service/ssm: Updates service API- Add sensitive trait to SSM IPAddress property for CloudTrail redaction
-
service/workspaces-web: Updates service API and documentation
v1.54.6
===
Service Client Updates
-
service/bedrock-runtime: Updates service API and documentation -
service/codeartifact: Updates service API and documentation -
service/compute-optimizer: Updates service API and documentation -
service/cost-optimization-hub: Updates service API, documentation, and waiters -
service/dynamodb: Updates service API, documentation, waiters, paginators, and examples- Doc-only update for DynamoDB. Fixed Important note in 6 Global table APIs - CreateGlobalTable, DescribeGlobalTable, DescribeGlobalTableSettings, ListGlobalTables, UpdateGlobalTable, and UpdateGlobalTableSettings.
-
service/glue: Updates service paginators- Fix Glue paginators for Jobs, JobRuns, Triggers, Blueprints and Workflows.
-
service/ivs-realtime: Updates service API, documentation, and waiters -
service/sagemaker: Updates service API and documentation- Adds support for model references in Hub service, and adds support for cross-account access of Hubs
-
service/securityhub: Updates service API and documentation
v1.54.5
===
Service Client Updates
-
service/artifact: Updates service API, documentation, waiters, and examples -
service/athena: Updates service API- Add v2 smoke tests and smithy smokeTests trait for SDK testing.
-
service/cur: Updates service API- Add v2 smoke tests and smithy smokeTests trait for SDK testing.
-
service/directconnect: Updates service API- Add v2 smoke tests and smithy smokeTests trait for SDK testing.
-
service/elastictranscoder: Updates service API- Add v2 smoke tests and smithy smokeTests trait for SDK testing.
-
service/opensearch: Updates service API and documentation
v1.54.4
===
Service Client Updates
-
service/bedrock-runtime: Updates service API and documentation -
service/cloudtrail: Updates service API- Add v2 smoke tests and smithy smokeTests trait for SDK testing.
-
service/config: Updates service API -
service/eks: Updates service API and documentation -
service/lightsail: Updates service API- Add v2 smoke tests and smithy smokeTests trait for SDK testing.
-
service/polly: Updates service API- Add v2 smoke tests and smithy smokeTests trait for SDK testing.
-
service/rekognition: Updates service API- Add v2 smoke tests and smithy smokeTests trait for SDK testing.
-
service/sagemaker: Updates service API, documentation, and paginators- Launched a new feature in SageMaker to provide managed MLflow Tracking Servers for customers to track ML experiments. This release also adds a new capability of attaching additional storage to SageMaker HyperPod cluster instances.
-
service/shield: Updates service API- Add v2 smoke tests and smithy smokeTests trait for SDK testing.
-
service/snowball: Updates service API- Add v2 smoke tests and smithy smokeTests trait for SDK testing.
v1.54.3
===
Service Client Updates
-
service/acm-pca: Updates service API and documentation -
service/batch: Updates service API- Add v2 smoke tests and smithy smokeTests trait for SDK testing.
-
service/codebuild: Updates service API and documentation- AWS CodeBuild now supports global and organization GitHub webhooks
-
service/cognito-idp: Updates service API -
service/ds: Updates service API- Add v2 smoke tests and smithy smokeTests trait for SDK testing.
-
service/elasticfilesystem: Updates service API- Add v2 smoke tests and smithy smokeTests trait for SDK testing.
-
service/glue: Updates service API, documentation, and paginators- This release introduces a new feature, Usage profiles. Usage profiles allow the AWS Glue admin to create different profiles for various classes of users within the account, enforcing limits and defaults for jobs and sessions.
-
service/kms: Updates service examples- Updating SDK example for KMS DeriveSharedSecret API.
-
service/mediaconvert: Updates service API and documentation- This release includes support for creating I-frame only video segments for DASH trick play.
-
service/secretsmanager: Updates service documentation- Doc only update for Secrets Manager
-
service/waf: Updates service API- Add v2 smoke tests and smithy smokeTests trait for SDK testing.
v1.54.2
===
Service Client Updates
-
service/acm-pca: Updates service waiters -
service/connect: Updates service API, documentation, and paginators -
service/ec2: Updates service API and documentation- Amazon VPC IP Address Manager (IPAM) now supports Bring-Your-Own-IP (BYOIP) for IP addresses registered with any Internet Registry. This feature uses DNS TXT records to validate ownership of a public IP address range.
-
service/firehose: Updates service API and documentation- This release 1) Add configurable buffering hints for Snowflake as destination. 2) Add ReadFromTimestamp for MSK As Source. Firehose will start reading data from MSK Cluster using offset associated with this timestamp. 3) Gated public beta release to add Apache Iceberg tables as destination.
-
service/ivschat: Updates service API, documentation, and waiters -
service/medialive: Updates service API and documentation- AWS Elemental MediaLive now supports the SRT protocol via the new SRT Caller input type.
-
service/rds: Updates service API, documentation, waiters, paginators, and examples- Updates Amazon RDS documentation to specify an eventual consistency model for DescribePendingMaintenanceActions.
-
service/sagemaker: Updates service API- SageMaker Training supports R5, T3 and R5D instances family. And SageMaker Processing supports G5 and R5D instances family.
-
service/secretsmanager: Updates service documentation- Doc only update for Secrets Manager
-
service/taxsettings: Updates service API -
service/timestream-query: Updates service API and documentation -
service/workspaces-thin-client: Updates service API and documentation
v1.54.1
===
Service Client Updates
-
service/acm-pca: Updates service API, documentation, waiters, and paginators -
service/arc-zonal-shift: Updates service API and documentation -
service/autoscaling: Adds new service- Add v2 smoke tests and smithy smokeTests trait for SDK testing.
-
service/codebuild: Adds new service- Add v2 smoke tests and smithy smokeTests trait for SDK testing.
-
service/dynamodb: Updates service API, documentation, waiters, paginators, and examples- Add v2 smoke tests and smithy smokeTests trait for SDK testing.
-
service/globalaccelerator: Updates service API -
service/pinpoint: Updates service API and documentation- Add v2 smoke tests and smithy smokeTests trait for SDK testing.
-
service/quicksight: Updates service API and documentation- Vega ally control options and Support for Reviewed Answers in Topics
-
service/rds: Updates service API, documentation, waiters, paginators, and examples- Update path for CreateDBCluster resource identifier, and Add v2 smoke tests and smithy smokeTests trait for SDK testing.
-
service/sns: Adds new service- Add v2 smoke tests and smithy smokeTests trait for SDK testing.
v1.54.0
===
Service Client Updates
-
service/apptest: Updates service API, documentation, waiters, paginators, and examples -
service/ec2: Updates service API and documentation- Tagging support for Traffic Mirroring FilterRule resource
-
service/osis: Updates service API and documentation -
service/redshift: Updates service API and documentation- Updates to remove DC1 and DS2 node types.
-
service/secretsmanager: Updates service API and documentation- Introducing RotationToken parameter for PutSecretValue API
-
service/securitylake: Updates service API and documentation -
service/sesv2: Updates service API and documentation
SDK Features
-
service/backupstorage: Remove Backupstorage- This change removes the Backupstorage service, which has been deprecated.
aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2)
v1.39.6
v1.39.5
General Highlights
- Dependency Update: Updated to the latest SDK module versions
Module Highlights
-
github.com/aws/aws-sdk-go-v2/service/accessanalyzer: v1.34.5- Bug Fix: Adds case-insensitive handling of error message fields in service responses
-
github.com/aws/aws-sdk-go-v2/service/account: v1.21.5- Bug Fix: Adds case-insensitive handling of error message fields in service responses
-
github.com/aws/aws-sdk-go-v2/service/acm: v1.30.5- Bug Fix: Adds case-insensitive handling of error message fields in service responses
-
github.com/aws/aws-sdk-go-v2/service/acmpca: v1.37.6- Bug Fix: Adds case-insensitive handling of error message fields in service responses
-
github.com/aws/aws-sdk-go-v2/service/amp: v1.30.2- Bug Fix: Adds case-insensitive handling of error message fields in service responses
-
github.com/aws/aws-sdk-go-v2/service/amplify: v1.27.3- Bug Fix: Adds case-insensitive handling of error message fields in service responses
-
github.com/aws/aws-sdk-go-v2/service/amplifybackend: v1.27.5- Bug Fix: Adds case-insensitive handling of error message fields in service responses
-
github.com/aws/aws-sdk-go-v2/service/amplifyuibuilder: v1.23.5- Bug Fix: Adds case-insensitive handling of error message fields in service responses
-
github.com/aws/aws-sdk-go-v2/service/apigateway: v1.27.5- Bug Fix: Adds case-insensitive handling of error message fields in service responses
-
github.com/aws/aws-sdk-go-v2/service/apigatewaymanagementapi: v1.23.5- Bug Fix: Adds case-insensitive handling of error message fields in service responses
-
github.com/aws/aws-sdk-go-v2/service/apigatewayv2: v1.24.5- Bug Fix: Adds case-insensitive handling of error message fields in service responses
-
github.com/aws/aws-sdk-go-v2/service/appconfig: v1.35.3- Bug Fix: Adds case-insensitive handling of error message fields in service responses
-
github.com/aws/aws-sdk-go-v2/service/appconfigdata: v1.18.5- Bug Fix: Adds case-insensitive handling of error message fields in service responses
-
github.com/aws/aws-sdk-go-v2/service/appfabric: v1.11.5- Bug Fix: Adds case-insensitive handling of error message fields in service responses
-
github.com/aws/aws-sdk-go-v2/service/appflow: v1.45.6- Bug Fix: Adds case-insensitive handling of error message fields in service responses
-
github.com/aws/aws-sdk-go-v2/service/appintegrations: v1.30.5- Bug Fix: Adds case-insensitive handling of error message fields in service responses
-
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling: v1.33.5- Bug Fix: Adds case-insensitive handling of error message fields in service responses
-
github.com/aws/aws-sdk-go-v2/service/applicationcostprofiler: v1.21.5- Bug Fix: Adds case-insensitive handling of error message fields in service responses
-
github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice: v1.28.5- Bug Fix: Adds case-insensitive handling of error message fields in service responses
-
github.com/aws/aws-sdk-go-v2/service/applicationinsights: v1.29.3- Bug Fix: Adds case-insensitive handling of error message fields in service responses
-
github.com/aws/aws-sdk-go-v2/service/applicationsignals: v1.6.5- Bug Fix: Adds case-insensitive handling of error message fields in service responses
-
github.com/aws/aws-sdk-go-v2/service/appmesh: v1.29.5- Bug Fix: Adds case-insensitive handling of error message fields in service responses
-
github.com/aws/aws-sdk-go-v2/service/apprunner: v1.32.5- Bug Fix: Adds case-insensitive handling of error message fields in service responses
-
github.com/aws/aws-sdk-go-v2/service/appstream: v1.41.5- Bug Fix: Adds case-insensitive handling of error message fields in service responses
-
github.com/aws/aws-sdk-go-v2/service/appsync: v1.39.2- Bug Fix: Adds case-insensitive handling of error message fields in service responses
-
github.com/aws/aws-sdk-go-v2/service/apptest: v1.4.5- Bug Fix: Adds case-insensitive handling of error message fields in service responses
-
github.com/aws/aws-sdk-go-v2/service/arczonalshift: v1.14.5- Bug Fix: Adds case-insensitive handling of error message fields in service responses
-
github.com/aws/aws-sdk-go-v2/service/artifact: v1.6.5- Bug Fix: Adds case-insensitive handling of error message fields in service responses
-
github.com/aws/aws-sdk-go-v2/service/athena: v1.48.3- Bug Fix: Adds case-insensitive handling of error message fields in service responses
-
github.com/aws/aws-sdk-go-v2/service/auditmanager: v1.37.5- Bug Fix: Adds case-insensitive handling of error message fields in service responses
-
github.com/aws/aws-sdk-go-v2/service/autoscaling: v1.48.0- Feature: Auto Scaling groups now support the ability to strictly balance instances across Availability Zones by configuring the AvailabilityZoneDistribution parameter. If balanced-only is configured for a group, launches will always be attempted in the under scaled Availability Zone even if it is unhealthy.
-
github.com/aws/aws-sdk-go-v2/service/autoscalingplans: v1.24.5- Bug Fix: Adds case-insensitive handling of error message fields in service responses
-
github.com/aws/aws-sdk-go-v2/service/b2bi: v1.0.0-preview.51- Bug Fix: Adds case-insensitive handling of error message fields in service responses
-
github.com/aws/aws-sdk-go-v2/service/backup: v1.39.6- Bug Fix: Adds case-insensitive handling of error message fields in service responses
-
github.com/aws/aws-sdk-go-v2/service/backupgateway: v1.20.5- Bug Fix: Adds case-insensitive handling of error message fields in service responses
-
github.com/aws/aws-sdk-go-v2/service/batch: v1.47.2- Bug Fix: Adds case-insensitive handling of error message fields in service responses
-
github.com/aws/aws-sdk-go-v2/service/bcmdataexports: v1.7.5- Bug Fix: Adds case-insensitive handling of error message fields in service responses
-
github.com/aws/aws-sdk-go-v2/service/bedrock: v1.22.2- Bug Fix: Adds case-insensitive handling of error message fields in service responses
-
github.com/aws/aws-sdk-go-v2/service/bedrockagent: v1.27.0- Feature: Add prompt support for chat template configuration and agent generative AI resource. Add support for configuring an optional guardrail in Prompt and Knowledge Base nodes in Prompt Flows. Add API to validate flow definition
- Bug Fix: Adds case-insensitive handling of error message fields in service responses
-
github.com/aws/aws-sdk-go-v2/service/bedrockagentruntime: v1.23.3- Bug Fix: Adds case-insensitive handling of error message fields in service responses
-
github.com/aws/aws-sdk-go-v2/service/bedrockruntime: v1.20.0- Feature: Add Prompt management support to Bedrock runtime APIs: Converse, ConverseStream, InvokeModel, InvokeModelWithStreamingResponse
- Bug Fix: Adds case-insensitive handling of error message fields in service responses
-
github.com/aws/aws-sdk-go-v2/service/billingconductor: v1.20.5- Bug Fix: Adds case-insensitive handling of error message fields in service responses
-
github.com/aws/aws-sdk-go-v2/service/braket: v1.31.5- Bug Fix: Adds case-insensitive handling of error message fields in service responses
-
github.com/aws/aws-sdk-go-v2/service/budgets: v1.28.5- Bug Fix: Adds case-insensitive handling of error message fields in service responses
- `github.com/aws/aws-sdk-go-v2/service/chat
Configuration
📅 Schedule: Branch creation - "after 10pm,before 3am" in timezone America/Chicago, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.
ℹ Artifact update notice
File name: go.mod
In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):
- 46 additional dependencies were updated
- The
godirective was updated for compatibility reasons
Details:
| Package | Change |
|---|---|
go |
1.23.0 -> 1.24.0 |
cloud.google.com/go/auth |
v0.5.1 -> v0.17.0 |
cloud.google.com/go/auth/oauth2adapt |
v0.2.2 -> v0.2.8 |
cloud.google.com/go/compute/metadata |
v0.3.0 -> v0.9.0 |
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream |
v1.6.2 -> v1.7.3 |
github.com/aws/aws-sdk-go-v2/credentials |
v1.17.18 -> v1.19.1 |
github.com/aws/aws-sdk-go-v2/feature/ec2/imds |
v1.16.5 -> v1.18.14 |
github.com/aws/aws-sdk-go-v2/internal/configsources |
v1.3.9 -> v1.4.14 |
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 |
v2.6.9 -> v2.7.14 |
github.com/aws/aws-sdk-go-v2/internal/ini |
v1.8.0 -> v1.8.4 |
github.com/aws/aws-sdk-go-v2/internal/v4a |
v1.3.9 -> v1.4.14 |
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding |
v1.11.2 -> v1.13.3 |
github.com/aws/aws-sdk-go-v2/service/internal/checksum |
v1.3.11 -> v1.9.5 |
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url |
v1.11.11 -> v1.13.14 |
github.com/aws/aws-sdk-go-v2/service/internal/s3shared |
v1.17.9 -> v1.19.14 |
github.com/aws/aws-sdk-go-v2/service/sso |
v1.20.11 -> v1.30.4 |
github.com/aws/aws-sdk-go-v2/service/ssooidc |
v1.24.5 -> v1.35.9 |
github.com/aws/aws-sdk-go-v2/service/sts |
v1.28.12 -> v1.41.1 |
github.com/aws/smithy-go |
v1.20.2 -> v1.23.2 |
github.com/containerd/console |
v1.0.3 -> v1.0.5 |
github.com/fsnotify/fsnotify |
v1.7.0 -> v1.9.0 |
github.com/go-logr/logr |
v1.4.1 -> v1.4.3 |
github.com/google/s2a-go |
v0.1.7 -> v0.1.9 |
github.com/googleapis/enterprise-certificate-proxy |
v0.3.2 -> v0.3.7 |
github.com/googleapis/gax-go/v2 |
v2.12.4 -> v2.15.0 |
github.com/mattn/go-colorable |
v0.1.13 -> v0.1.14 |
github.com/mattn/go-runewidth |
v0.0.15 -> v0.0.16 |
github.com/pelletier/go-toml/v2 |
v2.2.2 -> v2.2.4 |
github.com/rivo/uniseg |
v0.4.4 -> v0.4.7 |
github.com/sagikazarmark/locafero |
v0.4.0 -> v0.11.0 |
github.com/sourcegraph/conc |
v0.3.0 -> v0.3.1-0.20240121214520-5f936abd7ae8 |
github.com/spf13/afero |
v1.11.0 -> v1.15.0 |
github.com/spf13/cast |
v1.6.0 -> v1.10.0 |
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp |
v0.49.0 -> v0.61.0 |
go.opentelemetry.io/otel |
v1.24.0 -> v1.37.0 |
go.opentelemetry.io/otel/metric |
v1.24.0 -> v1.37.0 |
go.opentelemetry.io/otel/trace |
v1.24.0 -> v1.37.0 |
golang.org/x/crypto |
v0.36.0 -> v0.43.0 |
golang.org/x/mod |
v0.17.0 -> v0.28.0 |
golang.org/x/net |
v0.38.0 -> v0.46.0 |
golang.org/x/sync |
v0.12.0 -> v0.18.0 |
golang.org/x/term |
v0.30.0 -> v0.36.0 |
golang.org/x/text |
v0.23.0 -> v0.30.0 |
golang.org/x/tools |
v0.21.1-0.20240508182429-e35e4ccd0d2d -> v0.37.0 |
google.golang.org/genproto/googleapis/rpc |
v0.0.0-20240528184218-531527333157 -> v0.0.0-20251103181224-f26f9409b101 |
google.golang.org/grpc |
v1.64.1 -> v1.76.0 |
google.golang.org/protobuf |
v1.34.1 -> v1.36.10 |
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 25.29%. Comparing base (a2521eb) to head (baddc84).
:warning: Report is 131 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #190 +/- ##
==========================================
- Coverage 32.61% 25.29% -7.32%
==========================================
Files 80 79 -1
Lines 10855 11088 +233
==========================================
- Hits 3540 2805 -735
- Misses 7027 8012 +985
+ Partials 288 271 -17
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
:white_check_mark: Snyk checks have passed. No issues have been found so far.
| Status | Scanner | Total (0) | ||||
|---|---|---|---|---|---|---|
| :white_check_mark: | Open Source Security | 0 | 0 | 0 | 0 | 0 issues |
| :white_check_mark: | Licenses | 0 | 0 | 0 | 0 | 0 issues |
| :white_check_mark: | Code Security | 0 | 0 | 0 | 0 | 0 issues |
:computer: Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.