v0.35.0
版本发布时间: 2024-09-27 22:06:11
daytonaio/daytona最新发布版本:v0.42.1(2024-11-02 00:57:15)
What's Changed
Features
- feat: add daytona restart workspace cmd by @tarunrajput in https://github.com/daytonaio/daytona/pull/1147
- feat: auto install remote SSH extension in vscode by @tarunrajput in https://github.com/daytonaio/daytona/pull/1142
- feat: add spinner when tailscale takes longer than ususal by @lbrecic in https://github.com/daytonaio/daytona/pull/1140
- feat: port forward in workspacemode is public by default by @Tpuljak in https://github.com/daytonaio/daytona/pull/1158
- feat: spinner during repo url validation by @idagelic in https://github.com/daytonaio/daytona/pull/1162
- feat: always mark project dir as safe in git by @Tpuljak in https://github.com/daytonaio/daytona/pull/1169
Fixes
- fix: broken code of conduct link by @iamatinad in https://github.com/daytonaio/daytona/pull/1145
- fix: verbose list inconsistency by @Tpuljak in https://github.com/daytonaio/daytona/pull/1152
- fix: bitbucket server context parse by @Tpuljak in https://github.com/daytonaio/daytona/pull/1150
- fix: bitbucket repo list missing entries by @idagelic in https://github.com/daytonaio/daytona/pull/1160
- fix: bitbucket pr list options argument by @idagelic in https://github.com/daytonaio/daytona/pull/1153
- fix: update Headscale to 0.23.0 and FRP to 0.60.0 by @Tpuljak in https://github.com/daytonaio/daytona/pull/1157
- fix: config client id getting by @Tpuljak in https://github.com/daytonaio/daytona/pull/1161
- fix: azure devops add invalid input panic by @idagelic in https://github.com/daytonaio/daytona/pull/1163
- fix: output error when purging autocompletion data by @lbrecic in https://github.com/daytonaio/daytona/pull/1167
- fix: server panic on invalid repo url by @Tpuljak in https://github.com/daytonaio/daytona/pull/1165
- fix: devcontainer compose creation by @Tpuljak in https://github.com/daytonaio/daytona/pull/1171
Telemetry
- telemetry: track command errors by @Tpuljak in https://github.com/daytonaio/daytona/pull/1164
- telemetry: track used flag names by @Tpuljak in https://github.com/daytonaio/daytona/pull/1168
Breaking changes
#1158
Removed the --public
flag from daytona forward
while inside a workspace. Public forwarding is not the default behavior when running forwarding a port from a workspace.
Provider Updates
Because of #1171, users should update all providers with daytona provider update --all
to ensure that Devcontainer Docker Compose projects are successfully created.
New Contributors
- @iamatinad made their first contribution in https://github.com/daytonaio/daytona/pull/1145
Full Changelog: https://github.com/daytonaio/daytona/compare/v0.34.0...v0.35.0