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

Tags: kjuulh/dagger-sdk

Tags

dagger-sdk-v0.2.22

### 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](https://www.conventionalcommits.org).
 - 0 issues like '(#ID)' were seen in commit messages

### Commit Details

 * **Uncategorized**
    - dagger-run support (2a29a66)
    - update to dagger-5.1 (eb7470c)

dagger-core-v0.2.11

### 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](https://www.conventionalcommits.org).
 - 0 issues like '(#ID)' were seen in commit messages

### Commit Details

 * **Uncategorized**
    - dagger-run support (2a29a66)
    - update to dagger-5.1 (eb7470c)

dagger-sdk-v0.2.21

### 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](https://www.conventionalcommits.org).
 - 0 issues like '(#ID)' were seen in commit messages

### Commit Details

 * **Uncategorized**
    - add new dagger-core-version (09881ee)

dagger-core-v0.2.10

### 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](https://www.conventionalcommits.org).
 - 0 issues like '(#ID)' were seen in commit messages

### Commit Details

 * **Uncategorized**
    - delete other files/folder in downloads: #57 (9d3c21d)

dagger-sdk-v0.2.20

### 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](https://www.conventionalcommits.org).
 - 1 unique issue was worked on: #48

### Commit Details

 * **#48**
    - extract client (11d2093)
 * **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

### 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](https://www.conventionalcommits.org).
 - 3 unique issues were worked on: #46, #48, #51

### Commit Details

 * **#46**
    - with multi platform ci (2faabb0)
 * **#48**
    - extract client (11d2093)
 * **#51**
    - add musl ci (b094ae4)
 * **Uncategorized**
    - with 0.4.2 (114f411)
    - rename projects to point to github/kjuulh/dagger-sdk (384294b)
    - with loggers (79d931e)
    - move dagger-rs and adopt workspace.deps (b55bcc1)

dagger-sdk-v0.2.19

### 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](https://www.conventionalcommits.org).
 - 1 unique issue was worked on: #34

### Commit Details

 * **#34**
    - serialization of enum args for graphql (8fd6bb9)
 * **Uncategorized**
    - fix release version (6629d2d)

dagger-sdk-v0.2.18

### New Features

 - fix serialization of enum args for graphql

### Commit Statistics

 - 1 commit contributed to the release.
 - 1 commit was understood as [conventional](https://www.conventionalcommits.org).
 - 0 issues like '(#ID)' were seen in commit messages

### Commit Details

 * **Uncategorized**
    - fix serialization of enum args for graphql (2c04387)

dagger-sdk-v0.2.17

### 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](https://www.conventionalcommits.org).
 - 0 issues like '(#ID)' were seen in commit messages

### Commit 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

### 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](https://www.conventionalcommits.org).
 - 0 issues like '(#ID)' were seen in commit messages

### Commit 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)