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

9.7 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.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

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