Conversation
There was a problem hiding this comment.
Greptile Summary
This PR implements a coordinated version bump across the entire Shuttle workspace from v0.56.0 to v0.57.0. The changes are part of a standard release process that updates version numbers in 28 Cargo.toml files, the bug report template, documentation, changelog, and examples submodule to maintain consistency across the monorepo.
The v0.57.0 release includes significant new features according to the changelog: Docker-based local build and run support, performance improvements to metadata calls, new data models for limits and environment variables, MCP (Model Context Protocol) server enhancements with improved logging and token limits, and various bug fixes. All internal workspace dependencies (shuttle-api-client, shuttle-builder, shuttle-codegen, etc.) have been updated to reference v0.57.0 to ensure proper dependency resolution.
This follows Shuttle's established pattern of synchronized versioning across all workspace packages, where core components like the runtime, services (axum, rocket, warp, etc.), resources (aws-rds, turso, qdrant, etc.), and utilities maintain version parity. The examples submodule has been updated to point to a compatible commit, ensuring example code works with the new version.
Changed Files
| Filename | Score | Overview |
|---|---|---|
| admin/Cargo.toml | 5/5 | Version bump from 0.56.0 to 0.57.0 for shuttle-admin package |
| resources/turso/Cargo.toml | 5/5 | Version bump for shuttle-turso package and shuttle-service dependency |
| services/shuttle-warp/Cargo.toml | 5/5 | Version bump for shuttle-warp service and shuttle-runtime dependency |
| services/shuttle-poem/Cargo.toml | 5/5 | Version bump for shuttle-poem service and shuttle-runtime dependency |
| resources/aws-rds/Cargo.toml | 5/5 | Version bump for shuttle-aws-rds package and shuttle-service dependency |
| runtime/README.md | 5/5 | Updated example dependency versions in documentation |
| resources/qdrant/Cargo.toml | 5/5 | Version bump for shuttle-qdrant package and shuttle-service dependency |
| .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 5/5 | Updated version placeholder in bug report template |
| common/Cargo.toml | 5/5 | Version bump for shuttle-common package |
| services/shuttle-serenity/Cargo.toml | 5/5 | Version bump for shuttle-serenity service and shuttle-runtime dependency |
| service/Cargo.toml | 5/5 | Version bump for shuttle-service package |
| resources/opendal/Cargo.toml | 5/5 | Version bump for shuttle-opendal package and shuttle-service dependency |
| services/shuttle-salvo/Cargo.toml | 5/5 | Version bump for shuttle-salvo service and shuttle-runtime dependency |
| services/shuttle-actix-web/Cargo.toml | 5/5 | Version bump for shuttle-actix-web service and shuttle-runtime dependency |
| ifc/Cargo.toml | 5/5 | Version bump for shuttle-ifc package |
| services/shuttle-rama/Cargo.toml | 5/5 | Version bump for shuttle-rama service and shuttle-runtime dependency |
| cargo-shuttle/Cargo.toml | 5/5 | Version bump from 0.56.6 to 0.57.0 for cargo-shuttle |
| api-client/Cargo.toml | 5/5 | Version bump from 0.56.1 to 0.57.0 for shuttle-api-client |
| mcp/Cargo.toml | 5/5 | Version bump for shuttle-mcp package |
| runtime/Cargo.toml | 5/5 | Version bump for shuttle-runtime package |
| resources/shared-db/Cargo.toml | 5/5 | Version bump for shuttle-shared-db package and shuttle-service dependency |
| services/shuttle-tower/Cargo.toml | 5/5 | Version bump for shuttle-tower service and shuttle-runtime dependency |
| builder/Cargo.toml | 5/5 | Version bump for shuttle-builder package |
| services/shuttle-axum/Cargo.toml | 5/5 | Version bump for shuttle-axum service and shuttle-runtime dependency |
| services/shuttle-rocket/Cargo.toml | 5/5 | Version bump for shuttle-rocket service and shuttle-runtime dependency |
| CHANGELOG.md | 5/5 | Added comprehensive release notes for v0.57.0 and patch versions |
| codegen/Cargo.toml | 5/5 | Version bump for shuttle-codegen package |
| resources/openai/Cargo.toml | 5/5 | Version bump for shuttle-openai package and shuttle-service dependency |
| examples | 5/5 | Updated git submodule reference to compatible version |
| Cargo.toml | 5/5 | Version bump for workspace and all internal dependencies |
Confidence score: 5/5
- This PR is safe to merge with minimal risk as it only contains version number updates without functional code changes
- Score reflects the mechanical nature of version bumps across a well-structured monorepo with proper dependency management
- No files require special attention as all changes follow the same consistent pattern of version updates
30 files reviewed, no comments
No description provided.