v0.30.0
版本发布时间: 2024-09-10 20:22:27
daytonaio/daytona最新发布版本:v0.48.0(2024-12-06 22:14:40)
What's Changed
Features
- feat(ide): add Jupyter Notebook as IDE option by @onyedikachi-david in https://github.com/daytonaio/daytona/pull/1033
- feat: attempt direct binary download on project create by @Tpuljak in https://github.com/daytonaio/daytona/pull/1080
- feat: Add support for Bitbucket Webhook events by @unsuman in https://github.com/daytonaio/daytona/pull/1048
Fixes
- fix: detect correct user when opening jetbrains IDEs by @Tpuljak in https://github.com/daytonaio/daytona/pull/1081
- fix: bitbucket get repo prs by @idagelic in https://github.com/daytonaio/daytona/pull/1082
- fix: alt screens by @idagelic in https://github.com/daytonaio/daytona/pull/1085
Chores and tests
- chore(deps): upgrade github.com/charmbracelet/huh from v0.2.3 to v0.3.0 by @jemiluv8 in https://github.com/daytonaio/daytona/pull/799
Breaking changes
#1033
Changed the --auto-start
flag in code
and start
to --yes/-y
.
Provider updates
#1080
This change will improve creation times of remote and devcontainer workspaces by up to 50%. No need to update providers if they are already on their latest version.
New Contributors
- @jemiluv8 made their first contribution in https://github.com/daytonaio/daytona/pull/799
- @onyedikachi-david made their first contribution in https://github.com/daytonaio/daytona/pull/1033
Full Changelog: https://github.com/daytonaio/daytona/compare/v0.29.1...v0.30.0