v0.11.0
What's Changed
- feat: add spinner to git provider functions, fixing the Tui flashing by @harkiratsm in #361
- Refactor and cleanup by @vedranjukic in #371
- test: add agent test by @Tpuljak in #340
- chore: fix vulnerability GO-2024-2687 by @alexandear in #383
- feat: confirmation on workspace removal by @ezhil56x in #380
- feat: project uptime by @Tpuljak in #382
- fix: ssh agent forwarding by @Tpuljak in #374
Breaking Changes
Breaking changes are related to #371.
Provider Targets
Users who made changes to provider targets will have to redo them after the update.
Git Providers
Users who added git providers will have to add them again after the update.
Log File Path
Before starting the server, users will need to add the logFilePath
property to their server configuration.
On Mac
The file is located at:~/Library/Application\ Support/daytona/server/config.json
.
To add:"logFilePath": "/Users/YOUR_USERNAME/Library/Application Support/daytona/server/daytona.log"
On Linux
The file is located at:~/.config/daytona/server/config.json
To add:"logFilePath": "/home/YOUR_USERNAME/.config/daytona/server/daytona.log"
On Windows
The file is located at:C:\Users\YOUR_USERNAME\AppData\Roaming\daytona\server\config.json
To add:"logFilePath": "C:\Users\YOUR_USERNAME\AppData\Roaming\daytona\server\daytona.log"
New Contributors
- @alexandear made their first contribution in #383
Full Changelog: v0.10.0...v0.11.0