Current section

Files

Jump to
dagger CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).
## sdk/elixir/v0.15.4 - 2025-02-12
This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version `v0.15.4`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.15.4).
๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html
### Dependencies
- Bump Engine to v0.15.4 by @jedevc in https://github.com/dagger/dagger/pull/9562
### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
## sdk/elixir/v0.15.3 - 2025-01-29
This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version `v0.15.3`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.15.3).
๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html
### Added
- Add float type support by @wingyplus in https://github.com/dagger/dagger/pull/9410
### Dependencies
- Bump Engine to v0.15.3 by @jedevc in https://github.com/dagger/dagger/pull/9469
### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
## sdk/elixir/v0.15.2 - 2025-01-14
This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version `v0.15.2`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.15.2).
๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html
### Fixed
- Fix function works incorrectly when returning `Dagger.Void.t()` type by @wingyplus in https://github.com/dagger/dagger/pull/9251
### Dependencies
- Bump Engine to v0.15.2 by @jedevc in https://github.com/dagger/dagger/pull/9383
### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
## sdk/elixir/v0.15.1 - 2024-12-12
This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version `v0.15.1`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.15.1).
๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html
### Dependencies
- Bump Engine to v0.15.1 by @cwlbraa in https://github.com/dagger/dagger/pull/9183
### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
## sdk/elixir/v0.15.0 - 2024-12-10
This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version `v0.15.0`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.15.0).
๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html
### ๐Ÿ”ฅ Breaking Changes
- `ExecErr.message` no longer contains the values of `stdout` or `stderr` by @vito in https://github.com/dagger/dagger/pull/9033 \
When comparing error values for expected output, use the more specific values.
### Added
- Add support for `TRACEPARENT`. The user will see what's function doing in the TUI by @wingyplus in https://github.com/dagger/dagger/pull/8859
### Dependencies
- Bump Engine to v0.15.0 by @jedevc in https://github.com/dagger/dagger/pull/9158
### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
## sdk/elixir/v0.14.0 - 2024-11-08
This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version `v0.14.0`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.14.0).
๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html
### Dependencies
- Bump Engine to v0.14.0 by @sipsma in https://github.com/dagger/dagger/pull/8900
### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
## sdk/elixir/v0.13.7 - 2024-10-31
This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version `v0.13.7`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.13.7).
๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html
### Dependencies
- Bump Engine to v0.13.7 by @jedevc in https://github.com/dagger/dagger/pull/8829
### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
## sdk/elixir/v0.13.6 - 2024-10-24
This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version `v0.13.6`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.13.6).
๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html
### Added
- Dagger entrypoint invoke is now moved to `dagger_sdk` by @wingyplus in https://github.com/dagger/dagger/pull/8769 \
It's recommended to remove the mix task in `lib/mix/tasks/dagger.invoke.ex`.
### Dependencies
- Bump Engine to v0.13.6 by @jedevc in https://github.com/dagger/dagger/pull/8770
### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
## sdk/elixir/v0.13.5 - 2024-10-10
This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version `v0.13.5`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.13.5).
๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html
### Dependencies
- Bump Engine to v0.13.5 by @sipsma in https://github.com/dagger/dagger/pull/8679
### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
## sdk/elixir/v0.13.4 - 2024-10-09
This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version `v0.13.4`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.13.4).
๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html
### Dependencies
- Bump Engine to v0.13.4 by @jedevc in https://github.com/dagger/dagger/pull/8661
### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
## sdk/elixir/v0.13.3 - 2024-09-20
This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version `v0.13.3`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.13.3).
๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html
### Dependencies
- Bump Engine to v0.13.3 by @vito in https://github.com/dagger/dagger/pull/8523
### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
## sdk/elixir/v0.13.2 - 2024-09-20
This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version `v0.13.2`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.13.2).
๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html
### Dependencies
- Bump Engine to v0.13.2 by @vito in https://github.com/dagger/dagger/pull/8514
### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
## sdk/elixir/v0.13.1 - 2024-09-18
This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version `v0.13.1`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.13.1).
๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html
### Dependencies
- Bump Engine to v0.13.1 by @sipsma in https://github.com/dagger/dagger/pull/8488
### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
## sdk/elixir/v0.13.0 - 2024-09-11
This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version `v0.13.0`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.13.0).
๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html
### Added
- Module can now specific argument as an optional by @wingyplus in https://github.com/dagger/dagger/pull/8367
### Fixed
- Fix return list of enums render incorrectly by @wingyplus in https://github.com/dagger/dagger/pull/8332
### Dependencies
- Bump Engine to v0.13.0 by @jedevc in https://github.com/dagger/dagger/pull/8408
### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
## sdk/elixir/v0.12.7 - 2024-09-02
This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version `v0.12.7`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.12.7).
๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html
### Dependencies
- Bump Engine to v0.12.7 by @jedevc in https://github.com/dagger/dagger/pull/8299
### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
## sdk/elixir/v0.12.6 - 2024-08-29
This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version `v0.12.6`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.12.6).
๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html
### ๐Ÿ”ฅ Breaking Changes
- Module and function declaration changes by @wingyplus in https://github.com/dagger/dagger/pull/8172
- The module declaration is changed from `use Dagger.Mod` to `use Dagger.Mod.Object`
- The function declaration is changed from module attribute declaration to use
`defn` with type annotation on function declaration instead.
### Fixed
- Fix any functions that return enum value to convert string into atom by @wingyplus in https://github.com/dagger/dagger/pull/8222
### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
## sdk/elixir/v0.12.5 - 2024-08-15
This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version `v0.12.5`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.12.5).
๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html
### ๐Ÿ”ฅ Breaking Changes
- Returns `:ok` instead of `{:ok, Void}` by @wingyplus in https://github.com/dagger/dagger/pull/7929
### Added
- Make GraphQL API more accessible by @wingyplus in https://github.com/dagger/dagger/pull/8101
- Make Dagger client global and introduce `dag/0` to access the global instance. by @wingyplus in https://github.com/dagger/dagger/pull/8099 \
The function first argument is now deprecated but the runtime still set this global instance into the struct.
### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
## sdk/elixir/v0.12.4 - 2024-08-01
This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version `v0.12.4`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.12.4).
๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html
### ๐Ÿ”ฅ Breaking Changes
- The Elixir module is now changed to github.com/dagger/dagger/sdk/elixir by @wingyplus in https://github.com/dagger/dagger/pull/7667
### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
## sdk/elixir/v0.12.3 - 2024-07-25
This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version `v0.12.3`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.12.3).
๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html
### Dependencies
- Bump Engine to v0.12.3 by @github-actions in https://github.com/dagger/dagger/pull/8039
### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
## sdk/elixir/v0.12.2 - 2024-07-22
This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version `v0.12.2`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.12.2).
๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html
### Dependencies
- Bump Engine to v0.12.2 by @github-actions in https://github.com/dagger/dagger/pull/8006
### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
## sdk/elixir/v0.12.1 - 2024-07-18
This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version `v0.12.1`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.12.1).
๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html
### Dependencies
- Bump Engine to v0.12.1 by @github-actions in https://github.com/dagger/dagger/pull/7978
### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
## sdk/elixir/v0.12.0 - 2024-07-12
This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version `v0.12.0`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.12.0).
๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html
### Dependencies
- Bump Engine to v0.12.0 by @github-actions in https://github.com/dagger/dagger/pull/7903
### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
## sdk/elixir/v0.11.9 - 2024-06-24
This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version `v0.11.9`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.11.9).
๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html
### Dependencies
- Bump Engine to v0.11.9 by @github-actions in https://github.com/dagger/dagger/pull/7746
### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
## sdk/elixir/v0.11.8 - 2024-06-18
This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version `v0.11.8`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.11.8).
๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html
### Fixed
- Fix runtime broken on aarch64 machine by @wingyplus in https://github.com/dagger/dagger/pull/7661
### Dependencies
- Bump Engine to v0.11.8 by @github-actions in https://github.com/dagger/dagger/pull/7690
### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
## sdk/elixir/v0.11.7 - 2024-06-11
This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version `v0.11.7`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.11.7).
๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html
### Fixed
- Fix `:inets` application doesn't start before using the SDK by @wingyplus in https://github.com/dagger/dagger/pull/7352
### Dependencies
- Bump Engine to v0.11.7 by @github-actions in https://github.com/dagger/dagger/pull/7615
### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
## sdk/elixir/v0.11.6 - 2024-05-30
This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version `v0.11.6`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.11.6).
๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html
### Dependencies
- Bump Engine to v0.11.6 by @github-actions in https://github.com/dagger/dagger/pull/7516
### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
## sdk/elixir/v0.11.5 - 2024-05-28
This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version `v0.11.5`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.11.5).
๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html
### Added
- Add Dagger module support by @wingyplus in https://github.com/dagger/dagger/pull/6967
- Add `Dagger.with_connection/2` by @wingyplus in https://github.com/dagger/dagger/pull/7348
### Dependencies
- Bump Engine to v0.11.5 by @github-actions in https://github.com/dagger/dagger/pull/7482
### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
## sdk/elixir/v0.11.4 - 2024-05-09
This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version `v0.11.4`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.11.4).
๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html
### Dependencies
- Bump Engine to v0.11.4 by @github-actions in https://github.com/dagger/dagger/pull/7345
### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
## sdk/elixir/v0.11.3 - 2024-05-08
This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version `v0.11.3`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.11.3).
๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html
### Dependencies
- Bump Engine to v0.11.3 by @github-actions in https://github.com/dagger/dagger/pull/7318
### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
## sdk/elixir/v0.11.2 - 2024-04-26
This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version `v0.11.2`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.11.2).
๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html
### Dependencies
- Bump Engine to v0.11.2 by @github-actions in https://github.com/dagger/dagger/pull/7204
### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
## sdk/elixir/v0.11.1 - 2024-04-16
This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version `v0.11.1`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.11.1).
๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html
### Dependencies
- Bump Engine to v0.11.1 by @github-actions in https://github.com/dagger/dagger/pull/7100
### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
## sdk/elixir/v0.11.0 - 2024-04-04
This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version `v0.11.0`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.11.0).
๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html
### Dependencies
- Bump Engine to v0.11.0 by @github-actions in https://github.com/dagger/dagger/pull/7016
### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
## sdk/elixir/v0.10.3 - 2024-03-26
This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version `v0.10.3`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.10.3).
๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html
### Dependencies
- Bump Engine to v0.10.3 by @github-actions in https://github.com/dagger/dagger/pull/6936
### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
## sdk/elixir/v0.10.2 - 2024-03-12
This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version `v0.10.2`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.10.2).
๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html
### Dependencies
- Bump Engine to v0.10.2 by @github-actions in https://github.com/dagger/dagger/pull/6871
### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
## sdk/elixir/v0.10.1 - 2024-03-05
This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version `v0.10.1`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.10.1).
๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html
### Fixed
- Fix \ didn't get escape, cause APIs that accept string can get GraphQL parse error. by @wingyplus in https://github.com/dagger/dagger/pull/6757
### Dependencies
- Bump Engine to v0.10.1 by @github-actions in https://github.com/dagger/dagger/pull/6826
### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
## sdk/elixir/v0.10.0 - 2024-02-27
This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version `v0.10.0`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.10.0).
๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html
### Dependencies
- Bump Engine to v0.10.0 by @github-actions in https://github.com/dagger/dagger/pull/6758
### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
## sdk/elixir/v0.9.11 - 2024-02-20
This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version `v0.9.11`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.9.11).
๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html
### Dependencies
- Bump Engine to v0.9.11 by @github-actions in https://github.com/dagger/dagger/pull/6700
### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
## sdk/elixir/v0.9.10 - 2024-02-13
This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version `v0.9.10`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.9.10).
๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html
### Dependencies
- Bump Engine to v0.9.10 by @github-actions in https://github.com/dagger/dagger/pull/6656
### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
## sdk/elixir/v0.9.9 - 2024-02-09
This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version `v0.9.9`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.9.9).
๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html
### Fixed
- Fix auto-provision not working on Windows by @wingyplus in https://github.com/dagger/dagger/pull/6579
### Dependencies
- Bump Engine to v0.9.9 by @github-actions in https://github.com/dagger/dagger/pull/6636
### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
## sdk/elixir/v0.9.8 - 2024-02-01
This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version `v0.9.8`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.9.8).
๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html
### Dependencies
- Bump Engine to v0.9.8 by @github-actions in https://github.com/dagger/dagger/pull/6557
### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
## sdk/elixir/v0.9.7 - 2024-01-19
This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version `v0.9.7`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.9.7).
๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html
### Dependencies
- Bump Engine to v0.9.7 by @github-actions in https://github.com/dagger/dagger/pull/6460
### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
## sdk/elixir/v0.9.6 - 2024-01-12
This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version `v0.9.6`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.9.6).
๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html
### Dependencies
- Bump Engine to v0.9.6 by @github-actions in https://github.com/dagger/dagger/pull/6410
### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
## sdk/elixir/v0.9.5 - 2023-12-21
This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version `v0.9.5`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.9.5).
๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html
### Dependencies
- Bump Engine to v0.9.5 by @github-actions in https://github.com/dagger/dagger/pull/6309
### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
## sdk/elixir/v0.9.4 - 2023-12-08
This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version `v0.9.4`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.9.4).
๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html
### Fixed
- Fix `Container.with_service_binding` not convert `Service` into id by @wingyplus in https://github.com/dagger/dagger/pull/6099
### Dependencies
- Bump Engine to v0.9.4 by @github-actions in https://github.com/dagger/dagger/pull/6239
### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
## sdk/elixir/v0.9.3 - 2023-11-03
This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version `v0.9.3`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.9.3).
๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html
### Dependencies
- Bump Engine to v0.9.3 by @github-actions in https://github.com/dagger/dagger/pull/6061
### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
## sdk/elixir/v0.9.2 - 2023-10-30
This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version `v0.9.2`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.9.2).
๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html
### Dependencies
- Bump Engine to v0.9.2 by @github-actions in https://github.com/dagger/dagger/pull/6024
### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
## sdk/elixir/v0.9.1 - 2023-10-26
This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version `v0.9.1`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.9.1).
๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html
### Dependencies
- Bump Engine to v0.9.1 by @github-actions in https://github.com/dagger/dagger/pull/5969
### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
## sdk/elixir/v0.9.0 - 2023-10-20
This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version `v0.9.0`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.9.0).
๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html
### ๐Ÿ”ฅ Breaking Changes
- engine: new services API with container <=> host networking, explicit start/stop by @vito in https://github.com/dagger/dagger/pull/5557
- implement new conventions for IDable objects by @vito in https://github.com/dagger/dagger/pull/5881
### Fixed
- fix Dagger.Container.with_env_variable/4 crash by @Thanabodee Charoenpiriyakij in https://github.com/dagger/dagger/pull/5837
### Dependencies
- Bump Engine to v0.9.0 by @github-actions in https://github.com/dagger/dagger/pull/5940
### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
## sdk/elixir/v0.8.8 - 2023-10-11
This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version `v0.8.8`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.8.8).
๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html
### Dependencies
- Bump Engine to v0.8.8 by @github-actions in https://github.com/dagger/dagger/pull/5877
### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
## sdk/elixir/v0.8.7 - 2023-09-18
This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version `v0.8.7`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.8.7).
๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html
### Dependencies
- Bump Engine to v0.8.7 by @github-actions in https://github.com/dagger/dagger/pull/5799
### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
## sdk/elixir/v0.8.6 - 2023-09-18
This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version `v0.8.6`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.8.6).
๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html
### Dependencies
- Bump Engine to v0.8.6 by @github-actions in https://github.com/dagger/dagger/pull/5795
### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
## sdk/elixir/v0.8.5 - 2023-09-13
This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version `v0.8.5`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.8.5).
๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html
### Added
- Throw error when workdir config on session by @wingyplus in https://github.com/dagger/dagger/pull/5689
### Fixed
- Dagger.connect!/1 always returns `:error` when using stable engine by @wingyplus in https://github.com/dagger/dagger/pull/5665
- Calling `id/1` before constructing GraphQL argument by @wingyplus in https://github.com/dagger/dagger/pull/5674
### Dependencies
- Bump Engine to v0.8.5 by @github-actions in https://github.com/dagger/dagger/pull/5779
### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
## sdk/elixir/v0.8.4 - 2023-08-17
This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version `v0.8.4`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.8.4).
๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html
### Added
- Support version compatibility check by @wingyplus in https://github.com/dagger/dagger/pull/5577
### Fixed
- fix connect always timeout by @wingyplus in https://github.com/dagger/dagger/pull/5646
- Fallback to stable cli when cannot find local cli binary by @wingyplus in https://github.com/dagger/dagger/pull/5654
### Dependencies
- Bump Engine to v0.8.4 by @github-actions in https://github.com/dagger/dagger/pull/5657
### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
## sdk/elixir/v0.8.3 - 2023-08-16
This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version `v0.8.3`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.8.3).
๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html
### Dependencies
- Bump Engine to v0.8.3 by @github-actions in https://github.com/dagger/dagger/pull/5643
### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
## sdk/elixir/v0.8.2 - 2023-08-10
This SDK uses ๐Ÿš™ Engine + ๐Ÿš— CLI version `v0.8.2`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.8.2).
๐Ÿงช https://hex.pm/packages/dagger
๐Ÿ“– https://hexdocs.pm/dagger/Dagger.html
### Dependencies
- Bump Engine to v0.8.2 by @github-actions in https://github.com/dagger/dagger/pull/5613
### What to do next
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)