Skip to content

Commit

Permalink
chore(deps): update dependency soto-project/soto to from: "7.1.0" (#1289
Browse files Browse the repository at this point in the history
)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [soto-project/soto](https://redirect.github.com/soto-project/soto) |
minor | `from: "7.0.0"` -> `from: "7.1.0"` |

---

### Release Notes

<details>
<summary>soto-project/soto (soto-project/soto)</summary>

###
[`v7.1.0`](https://redirect.github.com/soto-project/soto/releases/tag/7.1.0)

[Compare
Source](https://redirect.github.com/soto-project/soto/compare/7.0.0...7.1.0)

#### 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:)`.
[#&#8203;733](https://redirect.github.com/soto-project/soto/issues/733)
- Dropped support for Swift 5.8.
[#&#8203;739](https://redirect.github.com/soto-project/soto/issues/739)

#### Patch release changes

- Fixed `warning: 'soto': found 779 file(s) which are unhandled`
warning.
[#&#8203;738](https://redirect.github.com/soto-project/soto/issues/738)
- All operation calls have been made `@inlinable`.
[#&#8203;733](https://redirect.github.com/soto-project/soto/issues/733)
-   Fixed `S3. completeMultipartUpload` operation name in payload.

#### Other changes

-   Swift 6 CI

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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](https://redirect.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 [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45NC4xIiwidXBkYXRlZEluVmVyIjoiMzguOTQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 09d3921 commit 107b221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/soto_example/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ import PackageDescription
let package = Package(
name: "PhoneNumberKitExample",
dependencies: [
.package(url: "https://github.com/soto-project/soto.git", from: "7.0.0"),
.package(url: "https://github.com/soto-project/soto.git", from: "7.1.0"),
]
)

0 comments on commit 107b221

Please sign in to comment.