Binary caching, config purging, bug fixes

Binary caching, config purging, bug fixes Binary caching, config purging, bug fixes

Features

  • Added command to remove Daytona configuration and data (#242)

    This release adds the daytona prune command to remove configuration and data relating to the current Daytona installation. This command can be used to make a fresh start.

  • Daytona binary caching added to server (#249)

    This release adds caching for Daytona binaries to the server. The Workspace creation process will attempt to find the Daytona binary locally before requesting it from Daytona's CDN.

  • Utility method added to Provider API (#264)

    This release adds a utility method for Providers to get a Project's start script.

Fixes

  • Windows installation script compatibility fix for PowerShell 7 (#251)

    This release fixes an issue where the Windows installation script failed on PowerShell 7 due to shell API differences.

  • Resolved incorrect assumptions about filesystem paths (#244)

    This release fixes an incorrect assumption that filesystem paths are always delimited using forward slashes.

  • Fix live log viewing on Windows (#204)

    This release fixes an issue where Daytona commands wrongly invoked the tail executable on Windows during Workspace creation and log viewing.

For more information on Daytona v0.7.0, refer to the GitHub release page.

Patches

This patch release fixes incorrect references to the Workspace Selection model, and updates the installation procedure to run Daytona without superuser privileges by default.

For more information on Daytona v0.7.1, refer to the GitHub release page.