Skip to content

Commit 6aab415

Browse files
chore(main): release 2.29.0 (#182)
🤖 I have created a release *beep* *boop* --- ## [2.29.0](v2.28.9...v2.29.0) (2025-09-08) ### Features * better DEBUG var check ([b570ef4](b570ef4)) * log response headers if in DEBUG mode ([2d81b2a](2d81b2a)) ### Bug Fixes * add no-transform cache-control header ([572f5c4](572f5c4)) * revert accidental change to staging GATEWAY_SERVICE_DID ([7038965](7038965)) * revert debugging changes ([09dd765](09dd765)) * single log line ([0d1fbd3](0d1fbd3)) * try setting no-transform ([ec9ee2a](ec9ee2a)) --- 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 572f5c4 commit 6aab415

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

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

3+
## [2.29.0](https://github.com/storacha/freeway/compare/v2.28.9...v2.29.0) (2025-09-08)
4+
5+
6+
### Features
7+
8+
* better DEBUG var check ([b570ef4](https://github.com/storacha/freeway/commit/b570ef42ddb00eb9086c91ba17c338073243ceed))
9+
* log response headers if in DEBUG mode ([2d81b2a](https://github.com/storacha/freeway/commit/2d81b2a4c9c6c456746d9247fc08c02dc264a4f7))
10+
11+
12+
### Bug Fixes
13+
14+
* add no-transform cache-control header ([572f5c4](https://github.com/storacha/freeway/commit/572f5c4bca8dc4c0bcc142f5b54a0a486f55b1d2))
15+
* revert accidental change to staging GATEWAY_SERVICE_DID ([7038965](https://github.com/storacha/freeway/commit/7038965c7b93ed099f2ca77e55b00cda4c4d9833))
16+
* revert debugging changes ([09dd765](https://github.com/storacha/freeway/commit/09dd765a5e20980a7baf8508c7c735876ef3f6e0))
17+
* single log line ([0d1fbd3](https://github.com/storacha/freeway/commit/0d1fbd352d318a8bf1524c51e5aad1a1a25f7055))
18+
* try setting no-transform ([ec9ee2a](https://github.com/storacha/freeway/commit/ec9ee2aed3501cd2dd7549d0e023bf8d076f0464))
19+
320
## [2.28.9](https://github.com/storacha/freeway/compare/v2.28.8...v2.28.9) (2025-09-04)
421

522

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.28.9",
3+
"version": "2.29.0",
44
"description": "An IPFS gateway for accessing UnixFS data via CAR CIDs",
55
"keywords": [
66
"IPFS",

0 commit comments

Comments
 (0)