Releases: daytonaio/daytona
Releases · daytonaio/daytona
v0.8.2
v0.8.1
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
v0.7.1
What's Changed
- fix: quick start command by @idagelic in #278
- fix: Workspace Selection Model by @harkiratsm in #281
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- fix: logs reader by @idagelic in #216
- Fix path by @mattn in #244
- chore: readme quick start by @idagelic in #229
- feat: serve binaries from the server by @Tpuljak in #249
- fix: Use full OutFile flag for powershell 7. by @metcalfc in #251
- feat: add verbose support to workspace list by @harkiratsm in #240
- chore: update help by @idagelic in #243
- fix: go fix run build by @idagelic in #256
- chore: run go fmt on the entire package by @Tpuljak in #262
- chore: add linter configuration by @Tpuljak in #261
- fix: run swagger to update server config by @Tpuljak in #267
- fix: change workspace and project api type name by @Tpuljak in #268
- chore: PR lint actions by @Tpuljak in #260
- daytona prune by @idagelic in #242
- feat: provider project start script util by @Tpuljak in #264
- refactor: workspace and project logger by @Tpuljak in #263
- fix: server daemon foreground logging by @Tpuljak in #253
- fix: download url join by @Tpuljak in #273
New Contributors
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- chore: add manual installation instruction by @zzorica in #226
- chore: readme quick start by @idagelic in #217
- fix: sort JB IDEs for consistent ordering by @Tpuljak in #223
- chore: minor typo fixes by @Tpuljak in #235
- Fix action forks by @metcalfc in #233
- fix: default ssh to HOME if project dir is not present by @Tpuljak in #237
- feat: support server in daemon mode by @Tpuljak in #221
- feat: allow server defaults override via env by @Tpuljak in #241
Full Changelog: v0.5.0...v0.6.0
v0.5.0
v0.4.1
What's Changed
- chore : fix the prefilled field when flag value is passed by @harkiratsm in #215
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- Move to the DCO v1.1. by @metcalfc in #189
- feat: add more workspace info on prompting screen by @amorriscode in #178
- chore: set codeowners for automatic PR reviewer assignment by @zzorica in #192
- feat: support for Gitea git provider by @lafriks in #194
- Windows providers fix by @Tpuljak in #185
- fix: check if the port is ready to serve by @harkiratsm in #108
- chore:making ide selection consistent with other TUI by @harkiratsm in #209
- feat: reduce server logging by @Tpuljak in #208
- fix: jetbrains IDE logging by @Tpuljak in #207
- feat: autocomplete workspace/project by @Twacqwq in #174
- fix(cmd/workspace): show info exit failed by @Twacqwq in #188
- fix: use wss for https API URLs by @Tpuljak in #212
- feat: server started message by @Tpuljak in #211
New Contributors
- @amorriscode made their first contribution in #178
- @lafriks made their first contribution in #194
- @harkiratsm made their first contribution in #108
Full Changelog: v0.3.1...v0.4.0