Skip to content

v0.29.0

Compare
Choose a tag to compare
@Tpuljak Tpuljak released this 06 Sep 15:34
· 40 commits to main since this release
4edbf6f

What's Changed

Features

  • feat: add a workspace start prompt in daytona code for stopped projects by @tarunrajput in #991

Fixes

  • fix: bitbucket default branch setting by @lbrecic in #1057
  • fix: use open instead of stat to check permissions by @Tpuljak in #1065
  • fix: move include daytona config to first line by @lbrecic in #1063
  • fix: remove obsolete provider flag from create command by @Tpuljak in #1066
  • fix: remove duplicate image pulling on project create by @lbrecic in #1067
  • fix: fetch branches with correct options provided from bitbucket by @lbrecic in #1068
  • fix: add timeout to get workspace info from provider by @idagelic in #1058

Chores and tests

  • telemetry: track IDE id by @Tpuljak in #1064
    • We added a property called ide to telemetry events related to opening a project and daytona ide. The value of the property is the ID of the IDE used.

Provider Updates

#1067 influences all of our providers which, existing users, will need to update with daytona provider update if they want the quickest project creation time.

Docker Provider => v0.10.2
AWS Provider => v0.1.2
DigitalOcean Provider => v0.1.3

Full Changelog: v0.28.1...v0.29.0