Skip to content

Commit ca6268a

Browse files
committed
Merge branch 'main' into expiring-tags-example
2 parents b6380fb + 73ca073 commit ca6268a

Some content is hidden

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

106 files changed

+18915
-24871
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
RUST_BACKTRACE: 1
1717
RUSTFLAGS: -Dwarnings
1818
RUSTDOCFLAGS: -Dwarnings
19-
MSRV: "1.81"
19+
MSRV: "1.85"
2020
SCCACHE_CACHE_SIZE: "50G"
2121
IROH_FORCE_STAGING_RELAYS: "1"
2222

@@ -143,7 +143,7 @@ jobs:
143143
- uses: taiki-e/install-action@cross
144144

145145
- name: test
146-
run: cross test --all --target ${{ matrix.target }} -- --test-threads=12
146+
run: cross test --all --target ${{ matrix.target }} -- --test-threads=4
147147
env:
148148
RUST_LOG: ${{ runner.debug && 'TRACE' || 'DEBUG' }}
149149

CHANGELOG.md

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

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

5+
## [0.35.0](https://github.com/n0-computer/iroh-blobs/compare/v0.34.1..0.35.0) - 2025-05-12
6+
7+
### ⛰️ Features
8+
9+
- [**breaking**] Allow configuring the downloader when creating a blobs protocol handler ([#76](https://github.com/n0-computer/iroh-blobs/issues/76)) - ([60be4ff](https://github.com/n0-computer/iroh-blobs/commit/60be4ffda6123f558dcbb5b72b84c653fe65d2a9))
10+
11+
### 🐛 Bug Fixes
12+
13+
- Use latest bao-tree ([#82](https://github.com/n0-computer/iroh-blobs/issues/82)) - ([fbc6f47](https://github.com/n0-computer/iroh-blobs/commit/fbc6f47889b74bf2295b0f88820c393cc8ed4f17))
14+
15+
### 🚜 Refactor
16+
17+
- [**breaking**] Update to latest iroh-metrics version, use non-global metrics collection ([#85](https://github.com/n0-computer/iroh-blobs/issues/85)) - ([0308a77](https://github.com/n0-computer/iroh-blobs/commit/0308a77f9bc949a6f75750b514cdb99cfc1143f7))
18+
19+
### ⚙️ Miscellaneous Tasks
20+
21+
- *(deps)* Bump mozilla-actions/sccache-action from 0.0.8 to 0.0.9 in the github-actions group ([#79](https://github.com/n0-computer/iroh-blobs/issues/79)) - ([d2ff3b1](https://github.com/n0-computer/iroh-blobs/commit/d2ff3b121c89e1ccade90b425b44c937d66882ab))
22+
- Post correct link to discord about flaky failures. ([#83](https://github.com/n0-computer/iroh-blobs/issues/83)) - ([ce939a2](https://github.com/n0-computer/iroh-blobs/commit/ce939a2134fbda7bf80fe711dcedae0a73951cc4))
23+
- Fix redb version to the latest version that uses edition 2021 ([#88](https://github.com/n0-computer/iroh-blobs/issues/88)) - ([25af32b](https://github.com/n0-computer/iroh-blobs/commit/25af32b65ff3494bdf8389ab1a5daea4a4bf1014))
24+
- Update to `iroh` v0.35 ([#91](https://github.com/n0-computer/iroh-blobs/issues/91)) - ([8a975ec](https://github.com/n0-computer/iroh-blobs/commit/8a975ecda8bca5e8988db911857012e6817b456e))
25+
526
## [0.34.1](https://github.com/n0-computer/iroh-blobs/compare/v0.34.0..0.34.1) - 2025-04-07
627

728
### ⛰️ Features

0 commit comments

Comments
 (0)