Skip to content

v0.0.8

Compare
Choose a tag to compare
@dongreenberg dongreenberg released this 11 Jul 11:46
· 866 commits to main since this release

What's New

Bugfixes

  • FastAPI recently released 0.100.0, which upgrades to Pydantic v2. This introduced breakage in Runhouse and for now we've pinned to FastAPI<=0.99.0.
  • Autostop for OnDemandClusters broke following the release of SkyPilot 0.3.0, as SkyPilot began to use their own Ray server on a separate port. When we started the Runhouse server, we were inadvertently killing the SkyPilot server, which caused the cluster status to show as in the INIT state indefinitely and suspended autostop.
  • The recently introduced Env.working_dir caused the working directory to be synced to the cluster extraneously, which is now fixed.
  • Ray does not work with PyOpenSSL<21.1.0, which was causing pesky breakage in some multiprocessing scenarios. We've pinned pyOpenSSL>=21.1.0.
  • Improve performance by removing several RNS lookups.