Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 19, 2024

This PR contains the following updates:

Package Update Change
soto-project/soto minor from: "7.0.0" -> from: "7.9.0"

Release Notes

soto-project/soto (soto-project/soto)

v7.9.0

Compare Source

Minor release updates

  • Updated service files
    • New service include BedrockAgentCore, BedrockAgentCoreControl, S3Vectors

v7.8.0

Compare Source

Using soto-core v7.8.0

Patch release changes

  • Push attribute to stack for custom dynamodb date decoding. #​775

Other changes

  • Build service files from model files found in api-models-aws.git. #​771
  • Remove models folder from Soto, replace with file containing commit hash of models that built the current service files. #​771

v7.7.0

Compare Source

Using soto-core v7.7.1
Using AWS models from aws-sdk-go-v2 release-2025-05-23

Minor release changes

v7.6.1

Compare Source

Actually use soto-core 7.6.0

v7.6.0

Compare Source

Using soto-core v7.6.0
Using AWS models from aws-sdk-go-v2 release-2025-04-14

Minor release changes

  • Add error code to error type map for extended error information. #​763

v7.5.0

Compare Source

Using AWS models from aws-sdk-go-v2 release-2025-03-17

New services

  • SotoGameLiftStreams
  • SotoIoTManagedIntegrations

Minor release changes

  • Add dateEncodingStrategy to DynamoDBEncoder. Add dataDecodingStrategy to DynamoDBDecoder. #​756
  • Add decoder or encoder parameter to DynamoDB Codable extensions. #​756

Breaking change

  • UpdateItemCodableInput.additionalAttributeNames and UpdateItemCodableInput.additionalAttributeValues are no longer available and have been replaced with UpdateItemCodableInput.additionalAttributes. #​756

v7.4.0

Compare Source

Using soto-core v7.4.0
Using AWS models from aws-sdk-go-v2 release-2025-02-28

Services removed as they have been deprecated:

  • ElasticInference
  • IOT1ClickDevicesService
  • IOT1ClickProjects

Breaking change

  • All parameters set as documents now use AWSDocument instead of String.

v7.3.0

Compare Source

Using soto-core v7.3.0
Using AWS models from aws-sdk-go-v2 release-2024-12-17

Minor release changes

  • Added S3.createS3ExpressClientAndService() to access S3 Express One buckets. #​749
  • Added support for compiling against Musl. #​742 from @​t089

Other changes

  • Use Apple's swift-format for formatting code.

v7.2.0

Compare Source

Using soto-core v7.2.0
Using AWS models from aws-sdk-go-v2 release-2024-11-15.2

v7.1.0

Compare Source

Minor release changes

  • All operation calls now have an alternative version with the parameters that make up the request type, instead of the request type eg s3.getObject(_:logger:) has alternative s3.getObject(bucket:key:etc:logger:). #​733
  • Dropped support for Swift 5.8. #​739

Patch release changes

  • Fixed warning: 'soto': found 779 file(s) which are unhandled warning. #​738
  • All operation calls have been made @inlinable. #​733
  • Fixed S3. completeMultipartUpload operation name in payload.

Other changes

  • Swift 6 CI

Configuration

📅 Schedule: Branch creation - "before 12pm every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/soto-project-soto-7.x branch from 3c54169 to b90dafe Compare November 18, 2024 15:57
@renovate renovate bot changed the title chore(deps): update dependency soto-project/soto to from: "7.1.0" chore(deps): update dependency soto-project/soto to from: "7.2.0" Nov 18, 2024
@renovate renovate bot force-pushed the renovate/soto-project-soto-7.x branch from b90dafe to 755198d Compare December 18, 2024 19:25
@renovate renovate bot changed the title chore(deps): update dependency soto-project/soto to from: "7.2.0" chore(deps): update dependency soto-project/soto to from: "7.3.0" Dec 18, 2024
@renovate renovate bot force-pushed the renovate/soto-project-soto-7.x branch from 755198d to a862f6a Compare March 3, 2025 18:59
@renovate renovate bot changed the title chore(deps): update dependency soto-project/soto to from: "7.3.0" chore(deps): update dependency soto-project/soto to from: "7.4.0" Mar 3, 2025
@renovate renovate bot force-pushed the renovate/soto-project-soto-7.x branch from a862f6a to 72186f3 Compare March 18, 2025 09:03
@renovate renovate bot changed the title chore(deps): update dependency soto-project/soto to from: "7.4.0" chore(deps): update dependency soto-project/soto to from: "7.5.0" Mar 18, 2025
@renovate renovate bot force-pushed the renovate/soto-project-soto-7.x branch from 72186f3 to 276ce46 Compare April 17, 2025 13:07
@renovate renovate bot changed the title chore(deps): update dependency soto-project/soto to from: "7.5.0" chore(deps): update dependency soto-project/soto to from: "7.6.1" Apr 17, 2025
@renovate renovate bot force-pushed the renovate/soto-project-soto-7.x branch from 276ce46 to c5c1644 Compare May 29, 2025 16:09
@renovate renovate bot changed the title chore(deps): update dependency soto-project/soto to from: "7.6.1" chore(deps): update dependency soto-project/soto to from: "7.7.0" May 29, 2025
@renovate renovate bot force-pushed the renovate/soto-project-soto-7.x branch from c5c1644 to 819da08 Compare July 9, 2025 09:31
@renovate renovate bot changed the title chore(deps): update dependency soto-project/soto to from: "7.7.0" chore(deps): update dependency soto-project/soto to from: "7.8.0" Jul 9, 2025
@renovate renovate bot force-pushed the renovate/soto-project-soto-7.x branch from 819da08 to 35bf500 Compare July 21, 2025 20:59
@renovate renovate bot changed the title chore(deps): update dependency soto-project/soto to from: "7.8.0" chore(deps): update dependency soto-project/soto to from: "7.9.0" Jul 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants