Conversation
When we introduced gzipping tower packages, the unpacking process didn't likewise get updated to support gzip encoding.
Contributor
There was a problem hiding this comment.
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 |
| @@ -3,6 +3,7 @@ use std::fmt; | |||
|
|
|||
| #[derive(Debug, Clone)] | |||
| pub struct ResponseContent<T> { | |||
There was a problem hiding this comment.
Consider adding a documentation comment for the new field 'tower_trace_id' to clarify its purpose and usage in debug output.
Suggested change
| 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
--localruns (due to change in package encoding)