chore(deps): bump the minor-updates group across 1 directory with 44 updates
Type: Pull Request
State: Closed
Association: Contributor
Comments: 3
(11 months ago)
(10 months ago)
(10 months ago)
Bumps the minor-updates group with 19 updates in the / directory:
| Package | From | To |
|---|---|---|
| github.com/aws/aws-sdk-go-v2 | 1.36.5 |
1.37.1 |
| github.com/aws/aws-sdk-go-v2/config | 1.29.17 |
1.30.2 |
| github.com/aws/aws-sdk-go-v2/service/s3 | 1.83.0 |
1.85.1 |
| github.com/golang-jwt/jwt/v5 | 5.2.2 |
5.3.0 |
| github.com/prometheus/client_golang | 1.22.0 |
1.23.0 |
| github.com/valyala/fasthttp | 1.63.0 |
1.64.0 |
| github.com/boombuler/barcode | 1.0.1-0.20190219062509-6c824513bacc |
1.1.0 |
| github.com/cpuguy83/go-md2man/v2 | 2.0.6 |
2.0.7 |
| github.com/gabriel-vasile/mimetype | 1.4.8 |
1.4.9 |
| github.com/go-viper/mapstructure/v2 | 2.2.1 |
2.4.0 |
| github.com/mattn/go-colorable | 0.1.13 |
0.1.14 |
| github.com/pelletier/go-toml/v2 | 2.2.3 |
2.2.4 |
| github.com/philhofer/fwd | 1.1.3-0.20240916144458-20a13a1f6b7c |
1.2.0 |
| github.com/rivo/uniseg | 0.2.0 |
0.4.7 |
| github.com/sagikazarmark/locafero | 0.7.0 |
0.10.0 |
| github.com/spf13/cast | 1.7.1 |
1.9.2 |
| github.com/spf13/pflag | 1.0.6 |
1.0.7 |
| github.com/tinylib/msgp | 1.2.5 |
1.3.0 |
| go.uber.org/multierr | 1.10.0 |
1.11.0 |
Updates github.com/aws/aws-sdk-go-v2 from 1.36.5 to 1.37.1
Commits
67148dbRelease 2025-07-30b21029eRegenerated Clients6c2dde6Update endpoints model7b710acUpdate API model179df1cupdate CONTRIBUTING.md456e51afix changelog4ce8fecJoin errors when retry token is unavailable (#3121)1eea3dbRelease 2025-07-29b63d556Regenerated Clients1258955Update endpoints model- Additional commits viewable in compare view
Updates github.com/aws/aws-sdk-go-v2/config from 1.29.17 to 1.30.2
Commits
383fd26Release 2024-07-104a055f9Regenerated Clientse345795Update endpoints model52a10acUpdate API modeladab0deremove unused jmespath dependency from main module (#2707)0e07cc8Release 2024-07-095e35834Regenerated Clientsa2a28a1Update endpoints modelf548973Update API modele7aad56Release 2024-07-08- Additional commits viewable in compare view
Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.83.0 to 1.85.1
Commits
67148dbRelease 2025-07-30b21029eRegenerated Clients6c2dde6Update endpoints model7b710acUpdate API model179df1cupdate CONTRIBUTING.md456e51afix changelog4ce8fecJoin errors when retry token is unavailable (#3121)1eea3dbRelease 2025-07-29b63d556Regenerated Clients1258955Update endpoints model- Additional commits viewable in compare view
Updates github.com/golang-jwt/jwt/v5 from 5.2.2 to 5.3.0
Release notes
Sourced from github.com/golang-jwt/jwt/v5's releases.
v5.3.0
This release is almost identical to to
v5.2.3but now correctly indicates Go 1.21 as minimum requirement.What's Changed
- Create CODEOWNERS by
@oxistoin golang-jwt/jwt#449- Bump Go version to indicate correct minimum requirement by
@oxistoin golang-jwt/jwt#452Full Changelog: https://github.com/golang-jwt/jwt/compare/v5.2.3...v5.3.0
v5.2.3
What's Changed
- Bump GitHub workflows and Go versions by
@mfridmanin golang-jwt/jwt#438- Implementing validation of multiple audiences by
@oxistoin golang-jwt/jwt#433- Bump golangci/golangci-lint-action from 7 to 8 by
@dependabot[bot] in golang-jwt/jwt#440- replaced interface{} to any by
@aachexin golang-jwt/jwt#445- Fix bug in validation of multiple audiences by
@sfinnman-cotnin golang-jwt/jwt#441New Contributors
@aachexmade their first contribution in golang-jwt/jwt#445@sfinnman-cotnmade their first contribution in golang-jwt/jwt#441Full Changelog: https://github.com/golang-jwt/jwt/compare/v5.2.2...v5.2.3
Commits
e9547a1Bump Go version to indicate correct minimum requirement (#452)3839817Create CODEOWNERS (#449)d83e545Fix bug in validation of multiple audiences (#441)75740f1replaced interface{} to any (#445)048854fBump golangci/golangci-lint-action from 7 to 8 (#440)497a38eImplementing validation of multiple audiences (#433)12384eaBump GitHub workflows and Go versions (#438)- See full diff in compare view
Updates github.com/prometheus/client_golang from 1.22.0 to 1.23.0
Release notes
Sourced from github.com/prometheus/client_golang's releases.
v1.23.0 - 2025-07-30
- [CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. #1812
- [FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix #1766
- [FEATURE] Add exemplars for native histograms #1686
- [ENHANCEMENT] exp/api: Bubble up status code from writeResponse #1823
- [ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 #1833
- [BUGFIX] exp/api: client prompt return on context cancellation #1729
... (truncated)
Changelog
Sourced from github.com/prometheus/client_golang's changelog.
1.23.0 / 2025-07-30
- [CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. #1812
- [FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix #1766
- [FEATURE] Add exemplars for native histograms #1686
- [ENHANCEMENT] exp/api: Bubble up status code from writeResponse #1823
- [ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 #1833
- [BUGFIX] exp/api: client prompt return on context cancellation #1729
Commits
e4b2208Cut v1.23.0 (#1848)d9492afcut v1.23.0-rc.1 (#1842)aeae8a0Cut v1.23.0-rc.0 (#1837)b157309Update common Prometheus files (#1832)a704e28build(deps): bump the github-actions group with 3 updates (#1826)c774311Fix errNotImplemented reference (#1835)db4db7bUpdate runtime metrics for Go v1.23 and v1.24 (#1833)99d380eUpdate common Prometheus files (#1831)f3ef320Merge pull request #1828 from prometheus/dependabot/go_modules/exp/github.com...520c91abuild(deps): bump github.com/prometheus/common in /exp- Additional commits viewable in compare view
Updates github.com/valyala/fasthttp from 1.63.0 to 1.64.0
Release notes
Sourced from github.com/valyala/fasthttp's releases.
v1.64.0
⚠️ Deprecation warning! ⚠️
In the next version of fasthttp headers delimited by just
\n(instead of\r\n) are no longer supported!What's Changed
- Add warning for deprecated newline separator by
@erikdubbelboerin valyala/fasthttp#2031- refact: eliminate duplication in Request/Response via struct embedding by
@ksw2000in valyala/fasthttp#2027- chore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 by
@dependabot[bot] in valyala/fasthttp#2034- chore(deps): bump golang.org/x/crypto from 0.39.0 to 0.40.0 by
@dependabot[bot] in valyala/fasthttp#2036- chore(deps): bump golang.org/x/net from 0.41.0 to 0.42.0 by
@dependabot[bot] in valyala/fasthttp#2035Full Changelog: https://github.com/valyala/fasthttp/compare/v1.63.0...v1.64.0
Commits
b1a54c8chore(deps): bump golang.org/x/net from 0.41.0 to 0.42.0 (#2035)7ac856fchore(deps): bump golang.org/x/crypto from 0.39.0 to 0.40.0 (#2036)2a917b6chore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 (#2034)a3c9dabAdd warning for deprecated newline separator (#2031)eb1f908refact: eliminate duplication in Request/Response via struct embedding (#2027)- See full diff in compare view
Updates golang.org/x/term from 0.32.0 to 0.33.0
Commits
30da5ddgo.mod: update golang.org/x dependencies- See full diff in compare view
Updates golang.org/x/text from 0.26.0 to 0.27.0
Commits
b6d2645go.mod: update golang.org/x dependencies- See full diff in compare view
Updates github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream from 1.6.11 to 1.7.0
Changelog
Sourced from github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream's changelog.
Release (2021-06-25)
General Highlights
- Feature: Updated
github.com/aws/smithy-goto latest version- Dependency Update: Updated to the latest SDK module versions
Module Highlights
github.com/aws/aws-sdk-go-v2: v1.7.0
- Feature: Adds configuration values for enabling endpoint discovery.
- Bug Fix: Keep Object-Lock headers a header when presigning Sigv4 signing requests
github.com/aws/aws-sdk-go-v2/config: v1.4.0
- Feature: Adds configuration setting for enabling endpoint discovery.
github.com/aws/aws-sdk-go-v2/credentials: v1.3.0
- Bug Fix: Fixed example usages of aws.CredentialsCache (#1275)
github.com/aws/aws-sdk-go-v2/feature/cloudfront/sign: v1.2.0
- Feature: Add UnmarshalJSON for AWSEpochTime to correctly unmarshal AWSEpochTime, (#1298)
github.com/aws/aws-sdk-go-v2/internal/configsources: v1.0.0
- Release: Release new modules
github.com/aws/aws-sdk-go-v2/service/amp: v1.2.0
- Feature: API client updated
github.com/aws/aws-sdk-go-v2/service/amplify: v1.3.0
- Feature: API client updated
github.com/aws/aws-sdk-go-v2/service/amplifybackend: v1.2.0
- Feature: API client updated
github.com/aws/aws-sdk-go-v2/service/appflow: v1.5.0
- Feature: API client updated
github.com/aws/aws-sdk-go-v2/service/appmesh: v1.4.0
- Feature: API client updated
github.com/aws/aws-sdk-go-v2/service/chime: v1.5.0
- Feature: API client updated
github.com/aws/aws-sdk-go-v2/service/cloud9: v1.5.0
- Feature: API client updated
github.com/aws/aws-sdk-go-v2/service/cloudformation: v1.6.0
- Feature: API client updated
github.com/aws/aws-sdk-go-v2/service/cloudfront: v1.6.0
- Feature: API client updated
github.com/aws/aws-sdk-go-v2/service/cloudsearch: v1.4.0
- Feature: API client updated
github.com/aws/aws-sdk-go-v2/service/cloudwatch: v1.5.0
- Feature: API client updated
github.com/aws/aws-sdk-go-v2/service/cloudwatchevents: v1.5.0
- Feature: API client updated
github.com/aws/aws-sdk-go-v2/service/codebuild: v1.5.0
- Feature: API client updated
github.com/aws/aws-sdk-go-v2/service/codegurureviewer: v1.5.0
- Feature: API client updated
github.com/aws/aws-sdk-go-v2/service/cognitoidentity: v1.4.0
- Feature: API client updated
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider: v1.4.0
- Feature: API client updated
... (truncated)
Commits
431a408Release 2021-06-255393f4aUpdated smithy-go dependency versiond96de3aUpdate API Models, adds change log for release, pins protocol test to exclude...e216071aws/signer/v4: Keep Object-Lock headers a header in presigning signing reques...77ed784feature/cloudfront/sign: Add json Unmarshal for AWSEpochTime (#1298)d00f3dacredentials: Fix aws.CredentialsCache code usage examples (#1275)7cdbfceUpdate README to point to the consolidated Changelog file (#1305)cd60ebcfeature/s3/manager: Fix typo in Downloader (#1304)1d868dfEndpoint discovery support (#1263)39470b2Release 2021-06-11- Additional commits viewable in compare view
Updates github.com/aws/aws-sdk-go-v2/credentials from 1.17.70 to 1.18.2
Changelog
Sourced from github.com/aws/aws-sdk-go-v2/credentials's changelog.
Release (2022-11-17)
General Highlights
- Dependency Update: Updated to the latest SDK module versions
Module Highlights
github.com/aws/aws-sdk-go-v2/service/amplify: v1.12.0
- Feature: Adds a new value (WEB_COMPUTE) to the Platform enum that allows customers to create Amplify Apps with Server-Side Rendering support.
github.com/aws/aws-sdk-go-v2/service/appflow: v1.19.0
- Feature: AppFlow simplifies the preparation and cataloging of SaaS data into the AWS Glue Data Catalog where your data can be discovered and accessed by AWS analytics and ML services. AppFlow now also supports data field partitioning and file size optimization to improve query performance and reduce cost.
github.com/aws/aws-sdk-go-v2/service/appsync: v1.16.0
- Feature: This release introduces the APPSYNC_JS runtime, and adds support for JavaScript in AppSync functions and AppSync pipeline resolvers.
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice: v1.22.0
- Feature: Adds support for Internet Protocol Version 6 (IPv6) on DMS Replication Instances
github.com/aws/aws-sdk-go-v2/service/ec2: v1.71.0
- Feature: This release adds a new optional parameter "privateIpAddress" for the CreateNatGateway API. PrivateIPAddress will allow customers to select a custom Private IPv4 address instead of having it be auto-assigned.
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2: v1.18.25
- Documentation: Provides new target group attributes to turn on/off cross zone load balancing and configure target group health for Network Load Balancers and Application Load Balancers. Provides improvements to health check configuration for Network Load Balancers.
github.com/aws/aws-sdk-go-v2/service/emrserverless: v1.4.0
- Feature: Adds support for AWS Graviton2 based applications. You can now select CPU architecture when creating new applications or updating existing ones.
github.com/aws/aws-sdk-go-v2/service/ivschat: v1.1.0
- Feature: Adds LoggingConfiguration APIs for IVS Chat - a feature that allows customers to store and record sent messages in a chat room to S3 buckets, CloudWatch logs, or Kinesis firehose.
github.com/aws/aws-sdk-go-v2/service/lambda: v1.25.0
- Feature: Add Node 18 (nodejs18.x) support to AWS Lambda.
github.com/aws/aws-sdk-go-v2/service/personalize: v1.22.0
- Feature: This release provides support for creation and use of metric attributions in AWS Personalize
github.com/aws/aws-sdk-go-v2/service/polly: v1.20.0
- Feature: Add two new neural voices - Ola (pl-PL) and Hala (ar-AE).
github.com/aws/aws-sdk-go-v2/service/rum: v1.8.0
- Feature: CloudWatch RUM now supports custom events. To use custom events, create an app monitor or update an app monitor with CustomEvent Status as ENABLED.
github.com/aws/aws-sdk-go-v2/service/s3control: v1.26.0
- Feature: Added 34 new S3 Storage Lens metrics to support additional customer use cases.
github.com/aws/aws-sdk-go-v2/service/secretsmanager: v1.16.7
- Documentation: Documentation updates for Secrets Manager.
github.com/aws/aws-sdk-go-v2/service/securityhub: v1.24.0
- Feature: Added SourceLayerArn and SourceLayerHash field for security findings. Updated AwsLambdaFunction Resource detail
github.com/aws/aws-sdk-go-v2/service/servicecatalogappregistry: v1.15.0
- Feature: This release adds support for tagged resource associations, which allows you to associate a group of resources with a defined resource tag key and value to the application.
github.com/aws/aws-sdk-go-v2/service/sts: v1.17.4
- Documentation: Documentation updates for AWS Security Token Service.
github.com/aws/aws-sdk-go-v2/service/textract: v1.18.0
- Feature: This release adds support for specifying and extracting information from documents using the Signatures feature within Analyze Document API
github.com/aws/aws-sdk-go-v2/service/workspaces: v1.27.0
- Feature: The release introduces CreateStandbyWorkspaces, an API that allows you to create standby WorkSpaces associated with a primary WorkSpace in another Region. DescribeWorkspaces now includes related WorkSpaces properties. DescribeWorkspaceBundles and CreateWorkspaceBundle now return more bundle details.
Release (2022-11-16)
General Highlights
- Dependency Update: Updated to the latest SDK module versions
... (truncated)
Commits
c38daedRelease 2022-11-178166439Regenerated Clients9a8dc62Update endpoints modelcb64caeUpdate API model163bba0Release 2022-11-1651ff054Regenerated Clients76bd751Update endpoints model00c5ca0Update API model0b04fedRelease 2022-11-15f9c367aRegenerated Clients- Additional commits viewable in compare view
Updates github.com/aws/aws-sdk-go-v2/feature/ec2/imds from 1.16.32 to 1.18.1
Changelog
Sourced from github.com/aws/aws-sdk-go-v2/feature/ec2/imds's changelog.
Release (2023-06-13)
General Highlights
- Dependency Update: Updated to the latest SDK module versions
Module Highlights
github.com/aws/aws-sdk-go-v2/service/cloudtrail: v1.27.0
- Feature: This feature allows users to view dashboards for CloudTrail Lake event data stores.
github.com/aws/aws-sdk-go-v2/service/codegurusecurity: v1.0.0
- Release: New AWS service client module
- Feature: Initial release of Amazon CodeGuru Security APIs
github.com/aws/aws-sdk-go-v2/service/drs: v1.14.0
- Feature: Added APIs to support network replication and recovery using AWS Elastic Disaster Recovery.
github.com/aws/aws-sdk-go-v2/service/ec2: v1.100.0
- Feature: This release introduces a new feature, EC2 Instance Connect Endpoint, that enables you to connect to a resource over TCP, without requiring the resource to have a public IPv4 address.
github.com/aws/aws-sdk-go-v2/service/imagebuilder: v1.23.5
- Documentation: Change the Image Builder ImagePipeline dateNextRun field to more accurately describe the data.
github.com/aws/aws-sdk-go-v2/service/lightsail: v1.27.0
- Feature: This release adds pagination for the Get Certificates API operation.
github.com/aws/aws-sdk-go-v2/service/s3: v1.34.0
- Feature: Integrate double encryption feature to SDKs.
- Bug Fix: Fix HeadObject to return types.Nound when an object does not exist. Fixes 2084
github.com/aws/aws-sdk-go-v2/service/securityhub: v1.33.0
- Feature: Add support for Security Hub Automation Rules
github.com/aws/aws-sdk-go-v2/service/simspaceweaver: v1.3.0
- Feature: This release fixes using aws-us-gov ARNs in API calls and adds documentation for snapshot APIs.
github.com/aws/aws-sdk-go-v2/service/verifiedpermissions: v1.0.0
- Release: New AWS service client module
- Feature: GA release of Amazon Verified Permissions.
github.com/aws/aws-sdk-go-v2/service/wafv2: v1.35.0
- Feature: You can now detect and block fraudulent account creation attempts with the new AWS WAF Fraud Control account creation fraud prevention (ACFP) managed rule group AWSManagedRulesACFPRuleSet.
github.com/aws/aws-sdk-go-v2/service/wellarchitected: v1.21.0
- Feature: AWS Well-Architected now supports Profiles that help customers prioritize which questions to focus on first by providing a list of prioritized questions that are better aligned with their business goals and outcomes.
Release (2023-06-12)
General Highlights
- Dependency Update: Updated to the latest SDK module versions
Module Highlights
github.com/aws/aws-sdk-go-v2/service/amplifyuibuilder: v1.11.0
- Feature: AWS Amplify UIBuilder is launching Codegen UI, a new feature that enables you to generate your amplify uibuilder components and forms.
github.com/aws/aws-sdk-go-v2/service/dynamodb: v1.19.8
- Documentation: Documentation updates for DynamoDB
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams: v1.14.12
- Documentation: Documentation updates for DynamoDB Streams
github.com/aws/aws-sdk-go-v2/service/fsx: v1.29.0
- Feature: Amazon FSx for NetApp ONTAP now supports joining a storage virtual machine (SVM) to Active Directory after the SVM has been created.
github.com/aws/aws-sdk-go-v2/service/opensearch: v1.18.0
- Feature: This release adds support for SkipUnavailable connection property for cross cluster search
... (truncated)
Commits
844ff45Release 2023-06-13cc29406Regenerated Clientsaa907c6Update API model2f4a560chore: typo in Retryer interface (#2148)ba5a08ffix: S3 HeadObject NotFound error never being returned (#2139)9fd4e02Release 2023-06-12141db3bRegenerated Clientsaffe75cUpdate endpoints model91119cfUpdate API model59eb943Release 2023-06-09- Additional commits viewable in compare view
Updates github.com/aws/aws-sdk-go-v2/internal/configsources from 1.3.36 to 1.4.1
Changelog
Sourced from github.com/aws/aws-sdk-go-v2/internal/configsources's changelog.
Release (2021-07-01)
General Highlights
- Dependency Update: Updated to the latest SDK module versions
Module Highlights
github.com/aws/aws-sdk-go-v2/internal/ini: v1.1.0
- Feature: Support for
:,=,[,]being present in expression values.github.com/aws/aws-sdk-go-v2/service/autoscaling: v1.9.0
- Feature: API client updated
github.com/aws/aws-sdk-go-v2/service/databrew: v1.6.0
- Feature: API client updated
github.com/aws/aws-sdk-go-v2/service/ec2: v1.11.0
- Feature: API client updated
github.com/aws/aws-sdk-go-v2/service/glue: v1.8.0
- Feature: API client updated
github.com/aws/aws-sdk-go-v2/service/kendra: v1.8.0
- Feature: API client updated
github.com/aws/aws-sdk-go-v2/service/mediaconvert: v1.7.0
- Feature: API client updated
github.com/aws/aws-sdk-go-v2/service/mediapackagevod: v1.6.0
- Feature: API client updated
github.com/aws/aws-sdk-go-v2/service/redshift: v1.8.0
- Feature: API client updated
github.com/aws/aws-sdk-go-v2/service/sagemaker: v1.9.0
- Feature: API client updated
github.com/aws/aws-sdk-go-v2/service/servicediscovery: v1.7.0
- Feature: API client updated
github.com/aws/aws-sdk-go-v2/service/sqs: v1.6.0
- Feature: API client updated
github.com/aws/aws-sdk-go-v2/service/ssmcontacts: v1.2.0
- Feature: API client updated
Release (2021-06-25)
General Highlights
- Feature: Updated
github.com/aws/smithy-goto latest version- Dependency Update: Updated to the latest SDK module versions
Module Highlights
github.com/aws/aws-sdk-go-v2: v1.7.0
- Feature: Adds configuration values for enabling endpoint discovery.
- Bug Fix: Keep Object-Lock headers a header when presigning Sigv4 signing requests
github.com/aws/aws-sdk-go-v2/config: v1.4.0
- Feature: Adds configuration setting for enabling endpoint discovery.
github.com/aws/aws-sdk-go-v2/credentials: v1.3.0
- Bug Fix: Fixed example usages of aws.CredentialsCache (#1275)
github.com/aws/aws-sdk-go-v2/feature/cloudfront/sign: v1.2.0
- Feature: Add UnmarshalJSON for AWSEpochTime to correctly unmarshal AWSEpochTime, (#1298)
github.com/aws/aws-sdk-go-v2/internal/configsources: v1.0.0
... (truncated)
Commits
efb96c5Release 2021-07-01cfdbf01update go sume27b618Updates API models (#1328)eb286a1Support Op and Sep Tokens in Expression Values (#1324)431a408Release 2021-06-255393f4aUpdated smithy-go dependency versiond96de3aUpdate API Models, adds change log for release, pins protocol test to exclude...e216071aws/signer/v4: Keep Object-Lock headers a header in presigning signing reques...77ed784feature/cloudfront/sign: Add json Unmarshal for AWSEpochTime (#1298)d00f3dacredentials: Fix aws.CredentialsCache code usage examples (#1275)- Additional commits viewable in compare view
Updates github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 from 2.6.36 to 2.7.1
Commits
67148dbRelease 2025-07-30b21029eRegenerated Clients6c2dde6Update endpoints model7b710acUpdate API model179df1cupdate CONTRIBUTING.md456e51afix changelog4ce8fecJoin errors when retry token is unavailable (#3121)1eea3dbRelease 2025-07-29b63d556Regenerated Clients1258955Update endpoints model- Additional commits viewable in compare view
Updates github.com/aws/aws-sdk-go-v2/internal/v4a from 1.3.36 to 1.4.1
Changelog
Sourced from github.com/aws/aws-sdk-go-v2/internal/v4a's changelog.
Release (2021-07-01)
General Highlights
- Dependency Update: Updated to the latest SDK module versions
Module Highlights
github.com/aws/aws-sdk-go-v2/internal/ini: v1.1.0
- Feature: Support for
:,=,[,]being present in expression values.github.com/aws/aws-sdk-go-v2/service/autoscaling: v1.9.0
- Feature: API client updated
github.com/aws/aws-sdk-go-v2/service/databrew: v1.6.0
- Feature: API client updated
github.com/aws/aws-sdk-go-v2/service/ec2: v1.11.0
- Feature: API client updated
github.com/aws/aws-sdk-go-v2/service/glue: v1.8.0
- Feature: API client updated
github.com/aws/aws-sdk-go-v2/service/kendra: v1.8.0
- Feature: API client updated
github.com/aws/aws-sdk-go-v2/service/mediaconvert: v1.7.0
- Feature: API client updated
github.com/aws/aws-sdk-go-v2/service/mediapackagevod: v1.6.0
- Feature: API client updated
github.com/aws/aws-sdk-go-v2/service/redshift: v1.8.0
- Feature: API client updated
github.com/aws/aws-sdk-go-v2/service/sagemaker: v1.9.0
- Feature: API client updated
github.com/aws/aws-sdk-go-v2/service/servicediscovery: v1.7.0
- Feature: API client updated
github.com/aws/aws-sdk-go-v2/service/sqs: v1.6.0
- Feature: API client updated
github.com/aws/aws-sdk-go-v2/service/ssmcontacts: v1.2.0
- Feature: API client updated
Release (2021-06-25)
General Highlights
- Feature: Updated
github.com/aws/smithy-goto latest version- Dependency Update: Updated to the latest SDK module versions
Module Highlights
github.com/aws/aws-sdk-go-v2: v1.7.0
- Feature: Adds configuration values for enabling endpoint discovery.
- Bug Fix: Keep Object-Lock headers a header when presigning Sigv4 signing requests
github.com/aws/aws-sdk-go-v2/config: v1.4.0
- Feature: Adds configuration setting for enabling endpoint discovery.
github.com/aws/aws-sdk-go-v2/credentials: v1.3.0
- Bug Fix: Fixed example usages of aws.CredentialsCache (#1275)
github.com/aws/aws-sdk-go-v2/feature/cloudfront/sign: v1.2.0
- Feature: Add UnmarshalJSON for AWSEpochTime to correctly unmarshal AWSEpochTime, (#1298)
github.com/aws/aws-sdk-go-v2/internal/configsources: v1.0.0
... (truncated)
Pull Request Statistics
0
0
+0
-0
Package Dependencies
go
1.83.0 → 1.85.1
Minor
github.com/prometheus/client_golang
go
1.22.0 → 1.23.0
Minor
github.com/golang-jwt/jwt/v5
go
5.2.2 → 5.3.0
Minor
github.com/aws/aws-sdk-go-v2/config
go
1.29.17 → 1.30.2
Minor
github.com/cpuguy83/go-md2man/v2
go
2.0.6 → 2.0.7
Patch
github.com/gabriel-vasile/mimetype
go
1.4.8 → 1.4.9
Patch
github.com/aws/aws-sdk-go-v2
go
1.36.5 → 1.37.1
Minor
github.com/pelletier/go-toml/v2
go
2.2.3 → 2.2.4
Patch
github.com/valyala/fasthttp
go
1.63.0 → 1.64.0
Minor
github.com/sagikazarmark/locafero
go
0.7.0 → 0.10.0
Minor
github.com/mattn/go-colorable
go
0.1.13 → 0.1.14
Patch
github.com/go-viper/mapstructure/v2
go
2.2.1 → 2.4.0
Minor
github.com/philhofer/fwd
go
1.1.3-0.20240916144458-20a13a1f6b7c → 1.2.0
Minor
github.com/boombuler/barcode
go
1.0.1-0.20190219062509-6c824513bacc → 1.1.0
Minor
Technical Details
| ID: | 5241585 |
| UUID: | 3287717574 |
| Node ID: | PR_kwDOFFptbs6h6cJ5 |
| Host: | GitHub |
| Repository: | ScriptonBasestar/proxynd |