Skip to content

hydro_cli v0.9.0

Compare
Choose a tag to compare
@hydro-project-bot hydro-project-bot released this 30 Aug 20:54
· 12 commits to main since this release

Chore

  • manually set versions for crates renamed in #1413

  • lower min dependency versions where possible, update Cargo.lock
    Moved from #1418


New Features

  • use trybuild to compile subgraph binaries

Bug Fixes

  • only instantiate Localhost once

New Features (BREAKING)

  • Perf works over SSH
    See documentation on how to use in
    Notion.

Refactor (BREAKING)

  • rename integration crates to drop CLI references

  • Deployment.stop() for graceful shutdown including updated perf profile downloading

    • perf profile downloading moved from the drop() impl to async fn stop()
    • download perf data via stdout
    • update async-ssh2-lite to 0.5 to cleanup tokio compat issues

    WIP for #1365

  • use buildstructor to handle excessive Deployment method arguments, fix #1364
    Adds new method Deployment::AzureHost

Commit Statistics

Commit Details

view details
  • #1313
  • #1366
    • Use buildstructor to handle excessive Deployment method arguments, fix #1364 (8856c85)
  • #1370
    • Deployment.stop() for graceful shutdown including updated perf profile downloading (a214786)
  • #1398
    • Use trybuild to compile subgraph binaries (46a8a2c)
  • #1403
    • Only instantiate Localhost once (63b528f)
  • #1413
    • Rename integration crates to drop CLI references (0a465e5)
  • #1423
    • Lower min dependency versions where possible, update Cargo.lock (11af328)
  • Uncategorized
    • Manually set versions for crates renamed in #1413 (a2ec110)