Skip to content

Commit 80f3636

Browse files
bradheCopilotkonstantinoscssocksy
authored
Release v0.3.20 (#58)
* chore: Upgrade Tower API version * Let Tower SDK use the local session when running in `--local` mode (#55) * feat: Pass local context into local runs This PR allows users to pass their current auth context into locally-ran apps. This means that you'll authenticate with the server using your current session, etc. * chore: Raise an AppNotFoundError when we fail to find an app * Update crates/tower-cmd/src/run.rs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update crates/tower-cmd/src/run.rs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * chore: Add test for other error types --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * chore: Bump version to v0.3.19 * feat: move tower-cli to rustls * fixing tests after api changes * chore: Bump version to v0.3.20 * Release v0.3.19 (#56) * chore: Upgrade Tower API version * Let Tower SDK use the local session when running in `--local` mode (#55) * feat: Pass local context into local runs This PR allows users to pass their current auth context into locally-ran apps. This means that you'll authenticate with the server using your current session, etc. * chore: Raise an AppNotFoundError when we fail to find an app * Update crates/tower-cmd/src/run.rs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update crates/tower-cmd/src/run.rs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * chore: Add test for other error types --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * chore: Bump version to v0.3.19 --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Add flake.nix file to support nix ecosystem * Extract out metadata and common build inputs * Add to README and rename tower-cli target to simply tower * Use the version.txt file instead of hardcoding version in nix flake * chore: Fix broken API integration --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Konstantinos Stefanidis Vozikis <kons.ste@gmail.com> Co-authored-by: Ben Lovell <ben.j.lovell@gmail.com>
1 parent 7aab6e8 commit 80f3636

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • crates/tower-api/src/models

crates/tower-api/src/models/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,8 @@ pub mod run_log_line;
202202
pub use self::run_log_line::RunLogLine;
203203
pub mod run_parameter;
204204
pub use self::run_parameter::RunParameter;
205+
pub mod run_results;
206+
pub use self::run_results::RunResults;
205207
pub mod run_statistics;
206208
pub use self::run_statistics::RunStatistics;
207209
pub mod run_timeseries_point;

0 commit comments

Comments
 (0)