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

14 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.10 (2023-04-25)

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)

v0.2.9 (2023-04-03)

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

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

v0.2.8 (2023-03-10)

New Features

  • bump version
  • set internal warnings as errors
  • introduce tests again

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

  • 5 commits contributed to the release over the course of 13 calendar days.
  • 13 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-core v0.2.8, dagger-sdk v0.2.16 (f390eac)
    • bump version (41b20b6)
    • set internal warnings as errors (5f9b3a1)
    • introduce tests again (f9e7af9)
    • fix builder pattern to actually work with default values (ecca036)

v0.2.7 (2023-02-24)

New Features

  • update to dagger-v0.3.13

Commit Statistics

  • 2 commits contributed to the release.
  • 4 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-core v0.2.7, dagger-sdk v0.2.15 (6a9a560)
    • update to dagger-v0.3.13 (3e8ca8d)

v0.2.6 (2023-02-20)

Chore

  • ran clippy

Bug Fixes

  • cli session keep session alive

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-core v0.2.6, dagger-codegen v0.2.7, dagger-sdk v0.2.12 (7179f8b)
    • ran clippy (1f77d90)
    • cli session keep session alive (8dfecf9)

v0.2.5 (2023-02-20)

Bug Fixes

  • race condition in process

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.5, dagger-sdk v0.2.12, dagger-codegen v0.2.7 (1725c51)
    • race condition in process (a13a2a9)

v0.2.4 (2023-02-20)

Bug Fixes

  • remove blocking
  • remove blocking

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-core v0.2.4, dagger-codegen v0.2.6, dagger-sdk v0.2.11 (f869e57)
    • remove blocking (921e61b)
    • Release dagger-core v0.2.4, dagger-codegen v0.2.6, dagger-sdk v0.2.11 (17ec62a)
    • remove blocking (8385aa8)

v0.2.3 (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.2 (2023-02-19)

New Features

  • update to dagger v0.3.12

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.2, dagger-codegen v0.2.2, dagger-rs v0.2.8 (1638f15)
    • update to dagger v0.3.12 (6e5f407)

v0.2.1 (2023-02-18)

Bug Fixes

  • update all dependencies

Commit Statistics

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

Commit Details

view details
  • #5
    • update all dependencies (789b0e6)
  • #6
  • Uncategorized
    • Release dagger-core v0.2.1, dagger-codegen v0.2.1, dagger-rs v0.2.1 (1332bc8)
    • add changelogs (a064684)
    • Adjusting changelogs prior to release of dagger-core v0.2.1, dagger-codegen v0.2.1, dagger-rs v0.2.1 (f4a20fd)
    • with publish (989d5bc)
    • with repo (e5383b5)
    • with readme and license (1e26b38)
    • bump version (36b0ecd)
    • with println (d1726a0)
    • context and querier done (52a0db3)
    • tested full flow initially (7a008be)
    • move code to dagger-core (ec0d0b2)
    • add fields (496a687)
    • with objects (5fef514)
    • with enum (2a1f7c3)