Skip to content
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

Release 0.9.9 #893

Merged
merged 4 commits into from
Apr 8, 2024
Merged

Release 0.9.9 #893

merged 4 commits into from
Apr 8, 2024

Commits on Apr 3, 2024

  1. Add branch to truss server error handling that passes through fastapi…

    ….HTTPExceptions if raised in model code. (#886)
    marius-baseten committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    e7c260d View commit details
    Browse the repository at this point in the history
  2. Various workflow upgrades. (#887)

    * Check that API key is not set to dummy value at execution (give user actionable message).
    * Use more descriptive name `baseten_workflow_api_key`.
    * Add capability to provide secrets to local execution (for authenticating calls to independently deployed models).
    * Configure stub timeouts.
    * Convert exceptions inside processors models to `fastapi.HTTPErrors` with detail information (`RemoteProcessorError`). 
    * Propagate errors when stubs are invoked.
    marius-baseten committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    92cda8c View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Add truss --wait (#891)

    * Fixed up types.
    
    * Fix styling of failures.
    
    * Updated CLI.
    
    * fixed tests
    
    * reraise network errors.
    
    * status => print.
    squidarth committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    b2897d6 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Bump version to 0.9.9

    basetenbot committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    313c9a7 View commit details
    Browse the repository at this point in the history