Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Releases: kjuulh/dagger-sdk

dagger-sdk v0.2.22

30 Apr 08:58
40ece05
Compare
Choose a tag to compare

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

dagger-core v0.2.11

30 Apr 08:58
40ece05
Compare
Choose a tag to compare

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

dagger-sdk v0.2.21

25 Apr 06:47
6937ef0
Compare
Choose a tag to compare

Chore

  • add new dagger-core-version

Commit Statistics

  • 1 commit 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
    • add new dagger-core-version (09881ee)

dagger-core v0.2.10

25 Apr 06:36
8011c42
Compare
Choose a tag to compare

Bug Fixes

  • delete other files/folder in downloads: #57

Commit Statistics

  • 1 commit 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
    • delete other files/folder in downloads: #57 (9d3c21d)

dagger-sdk v0.2.20

03 Apr 18:29
f82075c
Compare
Choose a tag to compare

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

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

Commit Details

view details
  • #48
  • Uncategorized
    • 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)

dagger-core v0.2.9

03 Apr 18:29
f82075c
Compare
Choose a tag to compare

New Features

  • with 0.4.2
  • add musl ci
    This pr adds musl ci support for #50
  • with multi platform ci
    This adds the first iteration of multi platform ci. This is the lowest level of testing added: pinned all the way to nightly. Next up will be macos, then musl and arm. And lastly windows. Each will probably require special handling, especially because of how cross and qemu interacts with the dagger-engine and docker.
  • 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

Refactor

  • move dagger-rs and adopt workspace.deps

Commit Statistics

  • 7 commits contributed to the release over the course of 19 calendar days.
  • 23 days passed between releases.
  • 7 commits were understood as conventional.
  • 3 unique issues were worked on: #46, #48, #51

Commit Details

view details

dagger-sdk v0.2.19

14 Mar 14:01
76fab3f
Compare
Choose a tag to compare

Chore

  • fix release version

Bug Fixes

  • serialization of enum args for graphql

Commit Statistics

  • 2 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

dagger-sdk v0.2.18

14 Mar 13:58
37b8b12
Compare
Choose a tag to compare

New Features

  • fix serialization of enum args for graphql

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • fix serialization of enum args for graphql (2c04387)

dagger-sdk v0.2.17

13 Mar 20:09
a8e6dde
Compare
Choose a tag to compare

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

  • 9 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
    • 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)

dagger-sdk v0.2.16

10 Mar 22:40
f390eac
Compare
Choose a tag to compare

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

  • 6 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
    • 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)