Releases: daytonaio/daytona
Releases · daytonaio/daytona
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
v0.3.1
v0.3.0
What's Changed
- Check that the DESTINATION dir exists. by @metcalfc in #143
- chore: add fabjanvucina to contributors by @fabjanvucina in #141
- chore: add tarunrajput to contributors by @tarunrajput in #142
- Improve info command by @ezhil56x in #123
- feat: add TARGET column to daytona list by @tarunrajput in #140
- chore: add guptadeepak8 to contributors by @guptadeepak8 in #144
- chore: add vineeth-vk11 to contributors by @vineeth-vk11 in #149
- chore: add 35C4n0r to contributors by @35C4n0r in #150
- chore: update logo in README.md by @fabjanvucina in #151
- fix: skip repo url on single project workspace creation by @tarunrajput in #157
- feat: added all flag by @guptadeepak8 in #118
- delete workspace logs dir on deleting workspace by @vineeth-vk11 in #147
- fix: uname length judgment by @Twacqwq in #153
- chore: add Twacqwq to contributors by @Twacqwq in #160
- feat: auto inject completions by @35C4n0r in #139
- chore: update Go to 1.22.1 by @Tpuljak in #161
- feat: add Branch to list command by @ezhil56x in #154
- Provider update by @Tpuljak in #166
- fix: prevent downloading of already present providers by @Tpuljak in #165
- feat: check for provider updates on server start by @Tpuljak in #167
- fix: single project create by @idagelic in #169
- chore: add .exe to windows providers in manifest by @Tpuljak in #171
- feat: add missing json/yaml outputs by @idagelic in #172
- GitLab self managed by @idagelic in #170
- chore: enable to set binary install path by @zzorica in #176
- chore: add cleanup gha for inactive issues and PRs by @zzorica in #191
- feat: support opening projects in JetBrains IDEs by @Tpuljak in #186
New Contributors
- @fabjanvucina made their first contribution in #141
- @tarunrajput made their first contribution in #142
- @guptadeepak8 made their first contribution in #144
- @vineeth-vk11 made their first contribution in #149
- @35C4n0r made their first contribution in #150
- @Twacqwq made their first contribution in #153
- @zzorica made their first contribution in #176
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Workspace ID as UUID by @Tpuljak in #106
- Update CONTRIBUTORS.md by @idagelic in #117
- Algora badges by @Tpuljak in #115
- Reworking the get-server.sh to install as non root. by @metcalfc in #105
- chore: add vedranjukic to contributors by @vedranjukic in #126
- chore: add neo773 to contributors by @neo773 in #125
- fix: uninstall existing provider before installing by @Tpuljak in #127
- feat: Project selection prompt by @neo773 in #120
- fix: remove legacy whoami info by @idagelic in #128
- chore: add ezhil56x to contributors by @ezhil56x in #130
- fix: kill orphaned provider processes on server start by @Tpuljak in #136
New Contributors
- @metcalfc made their first contribution in #105
- @neo773 made their first contribution in #125
- @ezhil56x made their first contribution in #130
Full Changelog: v0.1.0...v0.2.0