The cargo-shuttle logic for calling the Shuttle API has been extracted into a separate crate. The API and public interface will evolve as we release more features.
No URL path sanitization
We are no longer sanitizing path traversals in the proxy, making it more transparent & correct, and letting the user code (or web framework) handle it.
Other updates
(Hotfixed during 0.46.0) Fixed the team project list endpoint
(Released during 0.46.0) Rust 1.79 available in deployers
MSRV is now 1.77
cargo shuttle deploy --output-archive <path> can now be used to dump the deployment archive to disk instead of deploying it.
Added more detailed request debugging in cargo shuttle --debug. Be careful when using the debug flag, the output can contain sensitive information.
Contributions
@Dreaming-Codes updated the Qdrant dependency in shuttle-qdrant to 1.10
Upgrading
Refer to the upgrading docs for how to upgrade your projects.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps shuttle-runtime from 0.46.0 to 0.47.0.
Release notes
Sourced from shuttle-runtime's releases.
... (truncated)
Changelog
Sourced from shuttle-runtime's changelog.
Commits
e2e178c
feat: OpenAI resource (#1794)bcd78d2
chore: 0.47.0 (#1835)02ba42d
feat: shuttle-api-client (#1833)234476a
fix: audit (#1834)21a8e22
fix(gateway): drop tower-sanitize-path (#1832)b1a5733
feat(cargo-shuttle): deploy --output-archive <path> (#1831)1637845
feat(cargo-shuttle): beta deployment stop command (#1830)880119e
feat(cargo-shuttle): default beta url (#1829)f72134c
feat: beta runtime version field (#1826)1d8a281
feat(cargo-shuttle): outgoing body debug (#1828)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show