Skip to content

Commit d1da7d0

Browse files
emmyohmatheus23ramfox“ramfox”dignifiedquire
authored
chore: merge latest main back in (#78)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Philipp Krüger <[email protected]> Co-authored-by: Kasey <[email protected]> Co-authored-by: “ramfox” <“[email protected]”> Co-authored-by: Friedel Ziegelmayer <[email protected]> Co-authored-by: Floris Bruynooghe <[email protected]> Co-authored-by: Asmir Avdicevic <[email protected]> Co-authored-by: Rüdiger Klaehn <[email protected]> Co-authored-by: Ari Lotter <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d7c2b87 commit d1da7d0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+2318
-1168
lines changed

.github/workflows/beta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ jobs:
3838
severity: error
3939
details: |
4040
Rustc beta tests failed in **${{ github.repository }}**
41-
See https://github.com/n0-computer/${{ github.repository }}/actions/workflows/beta.yaml
41+
See https://github.com/${{ github.repository }}/actions/workflows/beta.yaml
4242
webhookUrl: ${{ secrets.DISCORD_N0_GITHUB_CHANNEL_WEBHOOK_URL }}
4343

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
with:
158158
fetch-depth: 0
159159
- name: Install sccache
160-
uses: mozilla-actions/[email protected].7
160+
uses: mozilla-actions/[email protected].8
161161

162162
- name: Setup Environment (PR)
163163
if: ${{ github.event_name == 'pull_request' }}
@@ -189,7 +189,7 @@ jobs:
189189
- uses: dtolnay/rust-toolchain@stable
190190
with:
191191
components: rustfmt
192-
- uses: mozilla-actions/[email protected].7
192+
- uses: mozilla-actions/[email protected].8
193193
- uses: taiki-e/install-action@cargo-make
194194
- run: cargo make format-check
195195

@@ -206,7 +206,7 @@ jobs:
206206
with:
207207
toolchain: nightly-2024-11-30
208208
- name: Install sccache
209-
uses: mozilla-actions/[email protected].7
209+
uses: mozilla-actions/[email protected].8
210210

211211
- name: Docs
212212
run: cargo doc --workspace --all-features --no-deps --document-private-items
@@ -225,7 +225,7 @@ jobs:
225225
with:
226226
components: clippy
227227
- name: Install sccache
228-
uses: mozilla-actions/[email protected].7
228+
uses: mozilla-actions/[email protected].8
229229

230230
# TODO: We have a bunch of platform-dependent code so should
231231
# probably run this job on the full platform matrix
@@ -252,7 +252,7 @@ jobs:
252252
with:
253253
toolchain: ${{ env.MSRV }}
254254
- name: Install sccache
255-
uses: mozilla-actions/[email protected].7
255+
uses: mozilla-actions/[email protected].8
256256

257257
- name: Check MSRV all features
258258
run: |

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
toolchain: nightly-2024-11-30
3636
- name: Install sccache
37-
uses: mozilla-actions/[email protected].7
37+
uses: mozilla-actions/[email protected].8
3838

3939
- name: Generate Docs
4040
run: cargo doc --workspace --all-features --no-deps

.github/workflows/project.yaml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/workflows/tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ jobs:
6666
- name: Install cargo-nextest
6767
uses: taiki-e/install-action@v2
6868
with:
69-
tool: nextest
69+
tool: nextest@0.9.80
7070

7171
- name: Install sccache
72-
uses: mozilla-actions/[email protected].7
72+
uses: mozilla-actions/[email protected].8
7373

7474
- name: Select features
7575
run: |
@@ -199,7 +199,7 @@ jobs:
199199
}
200200
201201
- name: Install sccache
202-
uses: mozilla-actions/[email protected].7
202+
uses: mozilla-actions/[email protected].8
203203

204204
- uses: msys2/setup-msys2@v2
205205

CHANGELOG.md

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,93 @@
22

33
All notable changes to iroh-blobs will be documented in this file.
44

5+
## [0.34.0](https://github.com/n0-computer/iroh-blobs/compare/v0.33.1..0.34.0) - 2025-03-18
6+
7+
### ⛰️ Features
8+
9+
- Richer tags api ([#69](https://github.com/n0-computer/iroh-blobs/issues/69)) - ([387c68c](https://github.com/n0-computer/iroh-blobs/commit/387c68cc4d084b7067bfedae341abb277eaac8c0))
10+
- Modify Downloader config through Blobs builder ([#75](https://github.com/n0-computer/iroh-blobs/issues/75)) - ([6e9f06b](https://github.com/n0-computer/iroh-blobs/commit/6e9f06b48a97957550e2343694966ac2fee07f39))
11+
- Enable RPC by default ([#73](https://github.com/n0-computer/iroh-blobs/issues/73)) - ([b1029e2](https://github.com/n0-computer/iroh-blobs/commit/b1029e2f5542b56525d53365b040d874549d9fe7))
12+
13+
### ⚙️ Miscellaneous Tasks
14+
15+
- *(deps)* Bump mozilla-actions/sccache-action from 0.0.7 to 0.0.8 in the github-actions group ([#66](https://github.com/n0-computer/iroh-blobs/issues/66)) - ([3e9662c](https://github.com/n0-computer/iroh-blobs/commit/3e9662c9cdb4948f9f8c59e7c74ce6eca7942cf9))
16+
- Update to latest iroh ([#77](https://github.com/n0-computer/iroh-blobs/issues/77)) - ([253a8c6](https://github.com/n0-computer/iroh-blobs/commit/253a8c6bf05db30bf39485822f0e2114481e26ce))
17+
- Update lockfile - ([65a84bb](https://github.com/n0-computer/iroh-blobs/commit/65a84bb011e543e3b752b5d7eda1c5f3c1eba481))
18+
19+
## [0.33.1](https://github.com/n0-computer/iroh-blobs/compare/v0.33.0..0.33.1) - 2025-03-11
20+
21+
### 🐛 Bug Fixes
22+
23+
- Do not panic when parsing invalid hashes ([#68](https://github.com/n0-computer/iroh-blobs/issues/68)) - ([cfdfca0](https://github.com/n0-computer/iroh-blobs/commit/cfdfca04760369a9457ea09b4085ab63588398c1))
24+
25+
### ⚙️ Miscellaneous Tasks
26+
27+
- Patch to use main branch of iroh dependencies ([#64](https://github.com/n0-computer/iroh-blobs/issues/64)) - ([d739d52](https://github.com/n0-computer/iroh-blobs/commit/d739d5225029d40749150ad4f2d5e1c1c6f1c0c4))
28+
- Release ([#70](https://github.com/n0-computer/iroh-blobs/issues/70)) - ([4c282fe](https://github.com/n0-computer/iroh-blobs/commit/4c282fea5536f142fe6aab78de1c58d2871c912f))
29+
- Update change log ([#71](https://github.com/n0-computer/iroh-blobs/issues/71)) - ([f4feff7](https://github.com/n0-computer/iroh-blobs/commit/f4feff72c79559ff09ddc8091e15996cf2df0c27))
30+
- Release iroh-blobs version 0.33.1 - ([e4aa724](https://github.com/n0-computer/iroh-blobs/commit/e4aa7245a3ec31a652a5573b70928d0dffd7fbc7))
31+
32+
## [0.33.1](https://github.com/n0-computer/iroh-blobs/compare/v0.33.0..0.33.1) - 2025-03-11
33+
34+
### 🐛 Bug Fixes
35+
36+
- Do not panic when parsing invalid hashes ([#68](https://github.com/n0-computer/iroh-blobs/issues/68)) - ([cfdfca0](https://github.com/n0-computer/iroh-blobs/commit/cfdfca04760369a9457ea09b4085ab63588398c1))
37+
38+
### ⚙️ Miscellaneous Tasks
39+
40+
- Patch to use main branch of iroh dependencies ([#64](https://github.com/n0-computer/iroh-blobs/issues/64)) - ([d739d52](https://github.com/n0-computer/iroh-blobs/commit/d739d5225029d40749150ad4f2d5e1c1c6f1c0c4))
41+
- Release ([#70](https://github.com/n0-computer/iroh-blobs/issues/70)) - ([4c282fe](https://github.com/n0-computer/iroh-blobs/commit/4c282fea5536f142fe6aab78de1c58d2871c912f))
42+
- Update change log ([#71](https://github.com/n0-computer/iroh-blobs/issues/71)) - ([f4feff7](https://github.com/n0-computer/iroh-blobs/commit/f4feff72c79559ff09ddc8091e15996cf2df0c27))
43+
44+
## [0.33.1](https://github.com/n0-computer/iroh-blobs/compare/v0.33.0..0.33.1) - 2025-03-11
45+
46+
### 🐛 Bug Fixes
47+
48+
- Do not panic when parsing invalid hashes ([#68](https://github.com/n0-computer/iroh-blobs/issues/68)) - ([cfdfca0](https://github.com/n0-computer/iroh-blobs/commit/cfdfca04760369a9457ea09b4085ab63588398c1))
49+
50+
### ⚙️ Miscellaneous Tasks
51+
52+
- Patch to use main branch of iroh dependencies ([#64](https://github.com/n0-computer/iroh-blobs/issues/64)) - ([d739d52](https://github.com/n0-computer/iroh-blobs/commit/d739d5225029d40749150ad4f2d5e1c1c6f1c0c4))
53+
- Release ([#70](https://github.com/n0-computer/iroh-blobs/issues/70)) - ([4c282fe](https://github.com/n0-computer/iroh-blobs/commit/4c282fea5536f142fe6aab78de1c58d2871c912f))
54+
55+
## [0.33.0](https://github.com/n0-computer/iroh-blobs/compare/v0.32.0..0.33.0) - 2025-02-25
56+
57+
### 📚 Documentation
58+
59+
- Update readme ([#55](https://github.com/n0-computer/iroh-blobs/issues/55)) - ([d8d2b48](https://github.com/n0-computer/iroh-blobs/commit/d8d2b48fbaaaf4d604e8583e87c874cdc9c5b3c6))
60+
61+
### ⚙️ Miscellaneous Tasks
62+
63+
- Patch to use main branch of iroh dependencies ([#58](https://github.com/n0-computer/iroh-blobs/issues/58)) - ([57cb626](https://github.com/n0-computer/iroh-blobs/commit/57cb62696bbad313d497c4a33821657fb6bf53ee))
64+
- Upgrade to latest `iroh` and `quic-rpc` ([#63](https://github.com/n0-computer/iroh-blobs/issues/63)) - ([a198ccc](https://github.com/n0-computer/iroh-blobs/commit/a198cccbde55071973e2b637e7e3ea56908f5d7d))
65+
66+
### Example
67+
68+
- Simplify transfer example ([#53](https://github.com/n0-computer/iroh-blobs/issues/53)) - ([bbbb636](https://github.com/n0-computer/iroh-blobs/commit/bbbb63679794345ed9e6155e67d0423667bfbf26))
69+
70+
## [0.32.0](https://github.com/n0-computer/iroh-blobs/compare/v0.31.0..0.32.0) - 2025-02-04
71+
72+
### ⛰️ Features
73+
74+
- Update quic-rpc to 0.18 ([#46](https://github.com/n0-computer/iroh-blobs/issues/46)) - ([030420e](https://github.com/n0-computer/iroh-blobs/commit/030420e7fa03c80b44491f8da16b993f4015007f))
75+
- [**breaking**] Simplify LocalPool handling ([#47](https://github.com/n0-computer/iroh-blobs/issues/47)) - ([b29991d](https://github.com/n0-computer/iroh-blobs/commit/b29991dc913459e034b758271d9b79f8ae6c498e))
76+
77+
### ⚙️ Miscellaneous Tasks
78+
79+
- Fix URL to beta workflow ([#50](https://github.com/n0-computer/iroh-blobs/issues/50)) - ([5cacccb](https://github.com/n0-computer/iroh-blobs/commit/5cacccb33818b11eab487b89da0bb4a69325f52b))
80+
- Remove individual repo project tracking ([#48](https://github.com/n0-computer/iroh-blobs/issues/48)) - ([64b6ae6](https://github.com/n0-computer/iroh-blobs/commit/64b6ae6a6b1dfcdf639ad55923391957b0b4186e))
81+
- Upgrade to `[email protected]` and `[email protected]` ([#52](https://github.com/n0-computer/iroh-blobs/issues/52)) - ([7dccac9](https://github.com/n0-computer/iroh-blobs/commit/7dccac9610482f9acbde4c46a134d99e979e6001))
82+
83+
## [0.31.0](https://github.com/n0-computer/iroh-blobs/compare/v0.30.0..0.31.0) - 2025-01-14
84+
85+
### ⚙️ Miscellaneous Tasks
86+
87+
- *(deps)* Bump mozilla-actions/sccache-action ([#40](https://github.com/n0-computer/iroh-blobs/issues/40)) - ([57112e6](https://github.com/n0-computer/iroh-blobs/commit/57112e62618e07a833a261b0dbfd2f64cc22eb82))
88+
- Add project tracking ([#43](https://github.com/n0-computer/iroh-blobs/issues/43)) - ([a279ad1](https://github.com/n0-computer/iroh-blobs/commit/a279ad1bc0472fb4e47df466ab73ed9e0fa0a50a))
89+
- Pin nextest version ([#44](https://github.com/n0-computer/iroh-blobs/issues/44)) - ([b1de3b3](https://github.com/n0-computer/iroh-blobs/commit/b1de3b306135984e113d09531beff9ed6463a778))
90+
- Upgrade to `[email protected]` ([#45](https://github.com/n0-computer/iroh-blobs/issues/45)) - ([2b800c9](https://github.com/n0-computer/iroh-blobs/commit/2b800c9264b21dfb73bfecbe9881bc6c07c7e0d1))
91+
592
## [0.30.0](https://github.com/n0-computer/iroh-blobs/compare/v0.29.0..0.30.0) - 2024-12-17
693

794
### ⛰️ Features

0 commit comments

Comments
 (0)