Skip to content

Releases: daytonaio/daytona

v0.50.0

20 Dec 14:34
844454c
Compare
Choose a tag to compare

What's Changed

Features

Fixes

Providers

Providers will require an update because of #1428. Make sure to update all of them with daytona provider update --all.

Samples

New Contributors

Full Changelog: v0.49.0...v0.50.0

v0.49.0

13 Dec 14:42
d2cd518
Compare
Choose a tag to compare

What's Changed

Features

Fixes

Chores and tests

  • chore(deps): bump golang.org/x/crypto from 0.26.0 to 0.31.0 by @dependabot in #1452
  • docs: expanded the contributing to Daytona section on README file by @mojafa in #1414

Workspace Toolbox API (#1455)

Workspace Toolbox API is a new feature that allows interaction with the workspace agent using Rest API calls.
The Toolbox provides FileSystem, Git, LSP, and Process operations.

This features requires users all providers to be updated daytona provider update --all.

You can interact with the Toolbox API using the Daytona Server builtin swagger editor on: localhost:3986/swagger/index.html.

Tip

Make sure to authorize yourself by setting Bearer <API_KEY> in the Authentication tab.
You can grab your API key with daytona config -k

Screenshot 2024-12-13 at 15 41 24

Samples

New Contributors

Full Changelog: v0.48.0...v0.49.0

v0.48.0

06 Dec 14:14
785302a
Compare
Choose a tag to compare

What's Changed

Features

Fixes

Chores and tests

  • chore(deps): bump github.com/quic-go/quic-go from 0.42.0 to 0.48.2 by @dependabot in #1407

Providers

Because of #1426, all providers will need to be updated with daytona provider update --all.

New Contributors

Full Changelog: v0.47.0...v0.48.0

v0.47.0

29 Nov 15:21
128daa5
Compare
Choose a tag to compare

What's Changed

Features

Fixes

Providers

Because of #1393, #1394 and #1395, providers will need to be updated with daytona provider update --all.

Full Changelog: v0.46.1...v0.47.0

v0.46.1

26 Nov 14:38
2966736
Compare
Choose a tag to compare

What's Changed

Fixes

Telemetry

  • telemetry: disable telemetry on server daemon command by @Tpuljak in #1374

Providers

Because of #1365 and #1372, users should update all providers with daytona provider update --all.

Full Changelog: v0.46.0...v0.46.1

v0.46.0

22 Nov 12:14
ea2db7f
Compare
Choose a tag to compare

What's Changed

Features

Fixes

  • fix: working dir for running devcontainer initialize command by @Tpuljak in #1356
  • fix: handle multiple compose files in devcontainers by @Tpuljak in #1349

Telemetry

Chores and tests

Breaking changes

#1300

Before running the Server again, all providers will need to be removed by running the following command:

Linux:

rm -rf ~/.config/daytona/providers/*-provider/*-provider

Mac:

rm -rf ~/Library/Application\ Support/daytona/providers/*-provider/*-provider

Windows (PowerShell):

Remove-Item -Recurse -Force "C:\Users\<USERNAME>\AppData\Roaming\daytona\providers\*-provider\*-provider.exe"

After updating and starting the server. You can reinstall your providers with daytona provider install

Full Changelog: v0.45.0...v0.46.0

v0.45.0

15 Nov 14:33
59fa89a
Compare
Choose a tag to compare

What's Changed

Features

Fixes

  • Fix: Randomization of Daytona Provider Install by @unsuman in #1336

Full Changelog: v0.44.1...v0.45.0

v0.44.1

12 Nov 13:28
75cf898
Compare
Choose a tag to compare

What's Changed

Fixes

Providers

All providers received an update to the latest version of Daytona. You can update all providers with daytona provider update --all.

Full Changelog: v0.44.0...v0.44.1

v0.44.0

08 Nov 13:59
9bef1bc
Compare
Choose a tag to compare

What's Changed

Features

  • feat: Add Bitbucket-Server Prebuilds Webhook by @unsuman in #1195

Fixes

Daytona Hetzner Provider

The Daytona Hetzner Provider is officially released 🎉
With this provider, you can create workspaces as Hetzner servers. All you need is a Hetzner API key.

Daytona Docker Extension

The Daytona Docker Extension allows users to interact with Daytona through the Docker Desktop UI. The extension can also be used to manage the Daytona server.
To get started, run docker extension install daytonaio/docker-extension:0.44.0.

Screenshot 2024-11-08 at 11 35 05

Full Changelog: v0.43.0...v0.44.0

v0.43.0

05 Nov 14:34
52be5d1
Compare
Choose a tag to compare

What's Changed

Features

Fixes

Full Changelog: v0.42.1...v0.43.0