-
Notifications
You must be signed in to change notification settings - Fork 2
v0.3.11 release #40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.3.11 release #40
Conversation
When we introduced gzipping tower packages, the unpacking process didn't likewise get updated to support gzip encoding.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This release bumps the OpenAPI document version to v0.5.6, modernizes the Rust client generation including updated debug output, and fixes a broken local run related to package encoding.
- Updated documentation comments across multiple model files
- Added Tower Trace ID to the API response struct for improved debug output
- Updated user-agent string in the API configuration and adjusted Cargo.toml dependencies
Reviewed Changes
Copilot reviewed 154 out of 154 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| crates/tower-api/src/models/* | Updated OpenAPI document version comments |
| crates/tower-api/src/apis/mod.rs | Added tower_trace_id field for tracing in debug output |
| crates/tower-api/src/apis/configuration.rs | Updated user-agent string |
| crates/tower-api/README.md | Updated API version, generator version, and added new endpoints |
| crates/tower-api/Cargo.toml | Added log dependency and updated reqwest dependency settings |
| use std::fmt; | ||
|
|
||
| #[derive(Debug, Clone)] | ||
| pub struct ResponseContent<T> { |
Copilot
AI
May 4, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider adding a documentation comment for the new field 'tower_trace_id' to clarify its purpose and usage in debug output.
| pub struct ResponseContent<T> { | |
| pub struct ResponseContent<T> { | |
| /// A unique identifier for tracing requests and responses, used for debugging purposes. |
…-hello-world-does-not-work-anymore Standardize interactions with apps, secrets, teams
--localruns (due to change in package encoding)