Skip to content

Commit 8748199

Browse files
chore(main): release 2.34.0 (#198)
🤖 I have created a release *beep* *boop* --- ## [2.34.0](v2.33.0...v2.34.0) (2025-11-25) ### Features * add a stripped down server for debugging ([#196](#196)) ([bd7adb2](bd7adb2)) * bump egress tracking traffic to 5% ([#200](#200)) ([5b97f6f](5b97f6f)) ### Bug Fixes * disable FF_TELEMETRY_ENABLED in wrangler.toml ([#197](#197)) ([b63d3c3](b63d3c3)) * skip egress tracking if content found in multiple spaces ([#199](#199)) ([9a8089f](9a8089f)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5b97f6f commit 8748199

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [2.34.0](https://github.com/storacha/freeway/compare/v2.33.0...v2.34.0) (2025-11-25)
4+
5+
6+
### Features
7+
8+
* add a stripped down server for debugging ([#196](https://github.com/storacha/freeway/issues/196)) ([bd7adb2](https://github.com/storacha/freeway/commit/bd7adb2fbe2a0780aeff8c6ed80dfd84552ce004))
9+
* bump egress tracking traffic to 5% ([#200](https://github.com/storacha/freeway/issues/200)) ([5b97f6f](https://github.com/storacha/freeway/commit/5b97f6f4945daf177daf73f2d2a7ada5598fc5a1))
10+
11+
12+
### Bug Fixes
13+
14+
* disable FF_TELEMETRY_ENABLED in wrangler.toml ([#197](https://github.com/storacha/freeway/issues/197)) ([b63d3c3](https://github.com/storacha/freeway/commit/b63d3c3bfdc24badce41b6f5f2517755ba98a153))
15+
* skip egress tracking if content found in multiple spaces ([#199](https://github.com/storacha/freeway/issues/199)) ([9a8089f](https://github.com/storacha/freeway/commit/9a8089f82214778a53de1f5891f25ebc51eca289))
16+
317
## [2.33.0](https://github.com/storacha/freeway/compare/v2.32.0...v2.33.0) (2025-11-20)
418

519

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "freeway",
3-
"version": "2.33.0",
3+
"version": "2.34.0",
44
"description": "An IPFS gateway for accessing UnixFS data via CAR CIDs",
55
"keywords": [
66
"IPFS",

0 commit comments

Comments
 (0)