mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2025-08-19 21:26:34 +02:00
8.4 KiB
8.4 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-02-20)
Bug Fixes
- Fix async panic on blocking #19 Replaced internal threads with tokio spawn functions
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 async panic on blocking #19 (
75bc17e)
- Fix async panic on blocking #19 (
v0.2.9 (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();
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
- re-export through lib.rs (
19ed6c2)
- re-export through lib.rs (
v0.2.8 (2023-02-19)
New Features
- with sccache
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
v0.2.7 (2023-02-18)
Bug Fixes
- with test changes
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
- with test changes (
d723130)
- with test changes (
v0.2.6 (2023-02-18)
With smart releaser
Bug Fixes
- cleanup
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
- cleanup (
4ebe0d1)
- cleanup (
v0.2.5 (2023-02-18)
Bug Fixes
- trying agian
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
- trying agian (
4ac89b6)
- trying agian (
v0.2.4 (2023-02-18)
Bug Fixes
- trying agian
v0.2.3 (2023-02-18)
New Features
- some test
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
- some test (
3a45202)
- some test (
v0.2.2 (2023-02-18)
Commit Statistics
- 1 commit contributed to the release.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- with test commit (
0470093)
- with test commit (
v0.2.1 (2023-02-18)
Commit Statistics
- 1 commit contributed to the release.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- add color eyre (
32665d8)
- add color eyre (
v0.2.0 (2023-02-17)
Commit Statistics
- 19 commits contributed to the release over the course of 21 calendar days.
- 0 commits were understood as conventional.
- 1 unique issue was worked on: #6
Commit Details
view details
- #6
- feature/add impl (
4a4c03f)
- feature/add impl (
- Uncategorized
- move code to dagger-core (
ec0d0b2) - add fields (
496a687) - with codegen output (
0bf6b0e) - added scalars (
e587414) - split out codegen parts (
3263f1d) - add collection of types (
7433453) - with type filtering (
2eb5d98) - with fixes (
3eb8914) - add todo for not dropping proc (
b63c44a) - can get schema (
06fd730) - with session (
83ecbd2) - with engine (
ee655d0) - Can download dagger (
1e88bb3) - with out keeper (
59e59fd) - more allow dead_code (
a804dd9) - allow dead_code (
e2d32ed) - without integration (
b6186aa) - Add base sdk (
078e2d9)
- move code to dagger-core (