dagger-rs/crates/dagger-sdk/CHANGELOG.md

34 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v0.2.22 (2023-04-29)

New Features

  • dagger-run support
  • update to dagger-5.1

Commit Statistics

  • 2 commits contributed to the release.
  • 4 days passed between releases.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized

v0.2.21 (2023-04-25)

Chore

  • add new dagger-core-version

Commit Statistics

  • 2 commits contributed to the release.
  • 21 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release dagger-sdk v0.2.21 (6937ef0)
    • add new dagger-core-version (09881ee)

v0.2.20 (2023-04-03)

Chore

  • fmt

New Features

  • with gen
  • extract client This extracts the client (strategy pattern), this is so that it is will be possible to test the actual querier, without hitting / requiring the dagger-engine running.
  • rename projects to point to github/kjuulh/dagger-sdk
  • with loggers

Bug Fixes

  • update rust crate futures to 0.3.28
  • stable input fields and args
  • stable enum entries

Refactor

  • add basic cargo make gen command
  • move dagger-rs and adopt workspace.deps

Commit Statistics

  • 11 commits contributed to the release over the course of 19 calendar days.
  • 20 days passed between releases.
  • 10 commits were understood as conventional.
  • 1 unique issue was worked on: #48

Commit Details

view details
  • #48
  • Uncategorized
    • Release dagger-core v0.2.9, dagger-sdk v0.2.20 (f82075c)
    • with gen (9ea1870)
    • update rust crate futures to 0.3.28 (696007c)
    • rename projects to point to github/kjuulh/dagger-sdk (384294b)
    • with loggers (79d931e)
    • stable input fields and args (756a080)
    • fmt (ea27fa8)
    • stable enum entries (71f98d0)
    • add basic cargo make gen command (6ef4bdf)
    • move dagger-rs and adopt workspace.deps (b55bcc1)

v0.2.19 (2023-03-14)

Chore

  • fix release version

Bug Fixes

  • serialization of enum args for graphql

Commit Statistics

  • 3 commits contributed to the release.
  • 2 commits were understood as conventional.
  • 1 unique issue was worked on: #34

Commit Details

view details
  • #34
    • serialization of enum args for graphql (8fd6bb9)
  • Uncategorized

v0.2.17 (2023-03-13)

Bug Fixes

  • make sure tests have a command to execute
  • remove unused imports
  • add support for String as well
  • add public tuple field and into func
  • update rust crate futures to 0.3.27

Other

  • initial issue

Refactor

  • remove export and instead use exitcode
  • move issues to actual tests and refactor
  • move issues to another folder

Commit Statistics

  • 10 commits contributed to the release over the course of 2 calendar days.
  • 2 days passed between releases.
  • 9 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release dagger-sdk v0.2.17 (a8e6dde)
    • make sure tests have a command to execute (1bfd084)
    • remove unused imports (5593fce)
    • remove export and instead use exitcode (2cc0231)
    • move issues to actual tests and refactor (9ba0139)
    • add support for String as well (c025d17)
    • move issues to another folder (e9e35ed)
    • add public tuple field and into func (d7317e5)
    • initial issue (f679281)
    • update rust crate futures to 0.3.27 (44fa024)

v0.2.16 (2023-03-10)

Chore

  • fix tasks

Documentation

  • fix missing await in connect

New Features

  • with dagger-engine v.0.4.0
  • add tests to sdk
  • set internal warnings as errors

Bug Fixes

  • fix builder pattern to actually work with default values In previous versions the builder pattern required all values to be set. This has not been fixed, so that default values are allowed.

Commit Statistics

  • 7 commits contributed to the release over the course of 13 calendar days.
  • 13 days passed between releases.
  • 6 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release dagger-core v0.2.8, dagger-sdk v0.2.16 (f390eac)
    • fix tasks (e642778)
    • with dagger-engine v.0.4.0 (7133bfa)
    • fix missing await in connect (13b7805)
    • add tests to sdk (4381af0)
    • set internal warnings as errors (5f9b3a1)
    • fix builder pattern to actually work with default values (ecca036)

v0.2.15 (2023-02-24)

New Features

  • update to dagger-v0.3.13

Bug Fixes

  • set deserialize on enums as well

Commit Statistics

  • 3 commits contributed to the release.
  • 2 days passed between releases.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release dagger-core v0.2.7, dagger-sdk v0.2.15 (6a9a560)
    • set deserialize on enums as well (e578b0e)
    • update to dagger-v0.3.13 (3e8ca8d)

v0.2.14 (2023-02-22)

Chore

  • fix whitespace

Commit Statistics

  • 2 commits contributed to the release.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized

v0.2.13 (2023-02-22)

Chore

  • ran clippy
  • ran clippy

New Features

  • with clone

Bug Fixes

  • race condition in process

Commit Statistics

  • 7 commits contributed to the release over the course of 2 calendar days.
  • 2 days passed between releases.
  • 4 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release dagger-codegen v0.2.8, dagger-sdk v0.2.13 (456f483)
    • ran clippy (7c3654d)
    • with clone (266ad32)
    • Release dagger-core v0.2.6, dagger-codegen v0.2.7, dagger-sdk v0.2.12 (7179f8b)
    • ran clippy (1f77d90)
    • Release dagger-core v0.2.5, dagger-sdk v0.2.12, dagger-codegen v0.2.7 (1725c51)
    • race condition in process (a13a2a9)

v0.2.12 (2023-02-20)

Chore

  • ran clippy

Bug Fixes

  • race condition in process

v0.2.11 (2023-02-20)

Chore

  • ran clippy

Commit Statistics

  • 3 commits contributed to the release.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release dagger-core v0.2.4, dagger-codegen v0.2.6, dagger-sdk v0.2.11 (f869e57)
    • Release dagger-core v0.2.4, dagger-codegen v0.2.6, dagger-sdk v0.2.11 (17ec62a)
    • ran clippy (803cfc4)

v0.2.10 (2023-02-20)

Alignment release

Bug Fixes

  • changelog

Commit Statistics

  • 8 commits contributed to the release.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release dagger-sdk v0.2.10 (5cb9729)
    • changelog (b100285)
    • Adjusting changelogs prior to release of dagger-sdk v0.2.10 (8ed0647)
    • update changelog (09aa658)
    • Adjusting changelogs prior to release of dagger-sdk v0.2.10 (b436f27)
    • Adjusting changelogs prior to release of dagger-sdk v0.2.10, dagger-rs v0.2.10 (577a293)
    • Adjusting changelogs prior to release of dagger-sdk v0.2.10, dagger-rs v0.2.10 (76bb1fc)
    • Release dagger-rs v0.2.10 (dc3487b)

v0.2.10

(577a293)

  • Adjusting changelogs prior to release of dagger-sdk v0.2.10, dagger-rs

v0.2.10

(76bb1fc)

  • Release dagger-rs v0.2.10 (dc3487b)

v0.2.10

(577a293)

  • Adjusting changelogs prior to release of dagger-sdk v0.2.10, dagger-rs

v0.2.10

(76bb1fc)

  • Release dagger-rs v0.2.10 (dc3487b)

v0.2.9 (2023-02-20)

Bug Fixes

  • Fix async panic on blocking #19 Replaced internal threads with tokio spawn functions

Commit Statistics

  • 2 commits contributed to the release.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release dagger-core v0.2.3, dagger-sdk v0.2.9, dagger-rs v0.2.10 (82de43a)
    • Fix async panic on blocking #19 (75bc17e)

v0.2.8 (2023-02-19)

New Features

  • add documentation strings

Commit Statistics

  • 2 commits contributed to the release.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release dagger-sdk v0.2.8, dagger-codegen v0.2.5 (0499024)
    • add documentation strings (978ede6)

v0.2.7 (2023-02-19)

Documentation

  • change to await syntax

New Features

  • Use async runtime instead of blocking. Default to using async runtime instead of blocking. I.e.

    fn main() -> eyre::Result<()> {
    // ...
    
    client.container().from("rust").publish("somewhere")?;
    
    // ...
    }
    
    // to
    
    async fn main() -> eyre::Result<()> {
    // ...
    
    client.container().from("rust").publish("somewhere").await?;
    
    // ...
    }
    

Commit Statistics

  • 3 commits contributed to the release.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release dagger-sdk v0.2.7 (a1887af)
    • change to await syntax (93f40b3)
    • Use async runtime instead of blocking. (9be6f43)

v0.2.6 (2023-02-19)

Documentation

  • fix readme

Commit Statistics

  • 2 commits contributed to the release.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized

v0.2.5 (2023-02-19)

New Features

  • without Some in _opts functions Option has been removed as a wrapper around opts. This makes it much more convenient to use

    client.container_opts(Some(ContainerOpts{}))
    // ->
    client.container_opts(ContainerOpts{})
    

    The same options are still available, either an empty object can be passed, or a non _opts function can be used

  • with _opts methods Now all opt values enter into a _opts function instead of the original. This avoids a lot of verbosity for both None in the case opts are unwanted, and Some() if they actually are.

    They are used like so:

    client.container().from("...");
    client.container_opts(Some(ContainerOpts{ ... }))
    

    Some from opts will be removed in a future commit/pr

  • move to &str instead of String and introduce builder. This will make the api much easier to use, as we can now rely on "" instead of "".into() for normal string values.

    Introduced builder as well, which makes it much easier to use *Opts, as it can handle the building of that, and get the benefits from String -> &str, as that is currently not allowed for optional values

Bug Fixes

  • cargo clippy
  • without phantom data
  • dependencies

Commit Statistics

  • 7 commits contributed to the release.
  • 6 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release dagger-sdk v0.2.5, dagger-codegen v0.2.4 (f727318)
    • cargo clippy (c627595)
    • without Some in _opts functions (f29ff83)
    • with _opts methods (9762da8)
    • without phantom data (02006d4)
    • move to &str instead of String and introduce builder. (94336d0)
    • dependencies (6e2292c)

v0.2.4 (2023-02-19)

Bug Fixes

  • readme dagger-rs -> dagger-sdk

Commit Statistics

  • 2 commits contributed to the release.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release dagger-sdk v0.2.4 (cc81124)
    • readme dagger-rs -> dagger-sdk (7d04ab1)

v0.2.3 (2023-02-19)

New Features

  • re-export through lib.rs this means that you can now use dagger_sdk::connect() instead of dagger_sdk::client::connect();
  • with return result instead of unwrap
  • remove unnecessary option returns

Commit Statistics

  • 4 commits contributed to the release.
  • 3 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release dagger-sdk v0.2.3, dagger-codegen v0.2.3, dagger-rs v0.2.9 (9235030)
    • re-export through lib.rs (19ed6c2)
    • with return result instead of unwrap (de063ea)
    • remove unnecessary option returns (5d66736)

v0.2.2 (2023-02-19)

New Features

  • update to dagger v0.3.12

Bug Fixes

  • fixed fmt errors

Commit Statistics

  • 4 commits contributed to the release.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release dagger-sdk v0.2.2 (e921ba1)
    • Release dagger-core v0.2.2, dagger-codegen v0.2.2, dagger-rs v0.2.8 (1638f15)
    • fixed fmt errors (10bc6f3)
    • update to dagger v0.3.12 (6e5f407)

v0.2.1 (2023-02-18)

Bug Fixes

  • update all dependencies

Commit Statistics

  • 40 commits contributed to the release over the course of 20 calendar days.
  • 1 commit was understood as conventional.
  • 2 unique issues were worked on: #5, #6

Commit Details

view details