v0.8.0
What's Changed
- fix: add progress indicator to downloadIde by @harkiratsm in #247
- chore: rename prune to purge by @idagelic in #285
- chore: rename getserver to install by @idagelic in #287
- feat: handle git operations in agent by @Tpuljak in #239
- feat: add server healthcheck by @tarunrajput in #272
- fix: server side websocket errors by @vineeth-vk11 in #275
- feat: server api keys by @Tpuljak in #289
- refactor: attach env variables to projects by @Tpuljak in #290
BREAKING CHANGES:
- #289 introduced authentication to the Daytona Server. Existing users will need to run
daytona server api-key g default -s
to add an API Key to their default profile. Additionally, because this requires an update to the Docker Provider, existing users need to rundaytona provider update
as well. - #287 renamed the Daytona install script. Existing users will need to run
daytona server configure
and update theServer Download URL
tohttps://download.daytona.io/daytona/install.sh
.
Full Changelog: v0.7.1...v0.8.0