Skip to content

Commit 16c1043

Browse files
chore(release): 1.3.0 [skip ci]
## [@helia/verified-fetch-gateway-conformance-v1.3.0](https://github.com/ipfs/helia-verified-fetch/compare/@helia/verified-fetch-gateway-conformance-1.2.0...@helia/verified-fetch-gateway-conformance-1.3.0) (2025-05-14) ### Features * dir index html listing ([#86](#86)) ([0521214](0521214)) * provide default content-type-parser ([#193](#193)) ([945dd01](945dd01)) ### Bug Fixes * aborted signal is handled when walking path ([#214](#214)) ([2cbb10d](2cbb10d)) * add content-length header when possible ([#189](#189)) ([52859c5](52859c5)) * correct all typos and add spell checker ([5db3eec](5db3eec)) * dir-index-html can render in sw-gateway ([#177](#177)) ([bcd066f](bcd066f)) * dir-index-html plugin sets more expected headers ([#217](#217)) ([90c98f5](90c98f5)) * go bin path ([#195](#195)) ([3df98fc](3df98fc)) * recognize text and html ([#203](#203)) ([71ed4f7](71ed4f7)) * set CORS headers in verified-fetch ([#220](#220)) ([852c7f8](852c7f8)) * verified-fetch handles OPTIONS method ([#221](#221)) ([4db2ece](4db2ece)) * verified-fetch supports HEAD requests ([#222](#222)) ([82b60ce](82b60ce)) ### Trivial Changes * do not start kubo node if KUBO_GATEWAY is set ([#186](#186)) ([6c27b7b](6c27b7b)) * **release:** 1.3.0 [skip ci] ([f651ccf](f651ccf)) * **release:** 1.3.0 [skip ci] ([9a137f7](9a137f7)) ### Dependencies * bump @helia/verified-fetch from 2.1.2 to 2.3.0 ([#161](#161)) ([fce96f4](fce96f4)) * bump @libp2p/logger from 4.0.20 to 5.1.4 ([#137](#137)) ([5d4d58e](5d4d58e)) * bump aegir from 42.2.11 to 44.1.4 ([#108](#108)) ([e36fbff](e36fbff)) * bump aegir from 44.1.4 to 45.0.1 ([#127](#127)) ([53299e0](53299e0)) * bump kubo from 0.28.0 to 0.32.0 ([#133](#133)) ([f9606e0](f9606e0)) * bump the helia-deps group across 3 directories with 7 updates ([#141](#141)) ([d867350](d867350)) * bump the kubo-deps group across 3 directories with 2 updates ([#152](#152)) ([e20be62](e20be62)) * bump the store-deps group across 1 directory with 2 updates ([#142](#142)) ([30d6253](30d6253)) * bump undici from 6.21.0 to 7.1.0 ([#157](#157)) ([14fcce0](14fcce0)) * **dev:** bump aegir from 45.2.1 to 46.0.1 ([5825e4a](5825e4a)) * update all deps ([#218](#218)) ([121f361](121f361)) ### Tests * bump conformance successRate for testTar ([#175](#175)) ([b81afca](b81afca)) * content-type supports json content-type in gwconformance ([#187](#187)) ([47acece](47acece)) * gateway conformance failures are easier to debug ([#170](#170)) ([6a84282](6a84282)) * only run gwc test suite once ([#215](#215)) ([20a794a](20a794a))
1 parent ed0f25d commit 16c1043

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

packages/gateway-conformance/CHANGELOG.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,53 @@
77

88
### Bug Fixes
99

10+
* aborted signal is handled when walking path ([#214](https://github.com/ipfs/helia-verified-fetch/issues/214)) ([2cbb10d](https://github.com/ipfs/helia-verified-fetch/commit/2cbb10dc2668c885a0653420f7e33de371ef3ccb))
11+
* add content-length header when possible ([#189](https://github.com/ipfs/helia-verified-fetch/issues/189)) ([52859c5](https://github.com/ipfs/helia-verified-fetch/commit/52859c5ef52ab4b3f99b25b473456a7e16f4ef89))
12+
* correct all typos and add spell checker ([5db3eec](https://github.com/ipfs/helia-verified-fetch/commit/5db3eec25db10fc4b8d1ec58e2754eb5cf9e61d6))
13+
* dir-index-html can render in sw-gateway ([#177](https://github.com/ipfs/helia-verified-fetch/issues/177)) ([bcd066f](https://github.com/ipfs/helia-verified-fetch/commit/bcd066f8ac6bd12e5b62d870016b164b5d1138fe))
14+
* dir-index-html plugin sets more expected headers ([#217](https://github.com/ipfs/helia-verified-fetch/issues/217)) ([90c98f5](https://github.com/ipfs/helia-verified-fetch/commit/90c98f5d463fd7ffcfec596b5064c8c1eb55f1ca))
15+
* go bin path ([#195](https://github.com/ipfs/helia-verified-fetch/issues/195)) ([3df98fc](https://github.com/ipfs/helia-verified-fetch/commit/3df98fc42a059575e9dbb1213c64eef5fafb6855))
16+
* recognize text and html ([#203](https://github.com/ipfs/helia-verified-fetch/issues/203)) ([71ed4f7](https://github.com/ipfs/helia-verified-fetch/commit/71ed4f7fb4cc023a67ec7a36a14fceba57735209))
17+
* set CORS headers in verified-fetch ([#220](https://github.com/ipfs/helia-verified-fetch/issues/220)) ([852c7f8](https://github.com/ipfs/helia-verified-fetch/commit/852c7f8712acbc81818b9313c8a54c210d44a372))
18+
* verified-fetch handles OPTIONS method ([#221](https://github.com/ipfs/helia-verified-fetch/issues/221)) ([4db2ece](https://github.com/ipfs/helia-verified-fetch/commit/4db2ece43e07f7463f1d4456d6abed5b6d03537c))
19+
* verified-fetch supports HEAD requests ([#222](https://github.com/ipfs/helia-verified-fetch/issues/222)) ([82b60ce](https://github.com/ipfs/helia-verified-fetch/commit/82b60ce5a124fd081355d24ef0aded0ab9d014c7))
20+
21+
### Trivial Changes
22+
23+
* do not start kubo node if KUBO_GATEWAY is set ([#186](https://github.com/ipfs/helia-verified-fetch/issues/186)) ([6c27b7b](https://github.com/ipfs/helia-verified-fetch/commit/6c27b7b01db23ba5bdfe54678be30d7260a44291))
24+
* **release:** 1.3.0 [skip ci] ([f651ccf](https://github.com/ipfs/helia-verified-fetch/commit/f651ccffe33591fce4592cf3e5474804f473084d))
25+
* **release:** 1.3.0 [skip ci] ([9a137f7](https://github.com/ipfs/helia-verified-fetch/commit/9a137f71bcd482c812fc71527e6ce36801e81728))
26+
27+
### Dependencies
28+
29+
* bump @helia/verified-fetch from 2.1.2 to 2.3.0 ([#161](https://github.com/ipfs/helia-verified-fetch/issues/161)) ([fce96f4](https://github.com/ipfs/helia-verified-fetch/commit/fce96f41832cef903f39ffe2e0632101739f0168))
30+
* bump @libp2p/logger from 4.0.20 to 5.1.4 ([#137](https://github.com/ipfs/helia-verified-fetch/issues/137)) ([5d4d58e](https://github.com/ipfs/helia-verified-fetch/commit/5d4d58efc8128c5fb0fb51450ee2886c6295adf0))
31+
* bump aegir from 42.2.11 to 44.1.4 ([#108](https://github.com/ipfs/helia-verified-fetch/issues/108)) ([e36fbff](https://github.com/ipfs/helia-verified-fetch/commit/e36fbffebee6af272b8fbf5cdcbbe1a46ea6b5c5))
32+
* bump aegir from 44.1.4 to 45.0.1 ([#127](https://github.com/ipfs/helia-verified-fetch/issues/127)) ([53299e0](https://github.com/ipfs/helia-verified-fetch/commit/53299e0d39256e4c8aff22bb4999b1ed36e686ad))
33+
* bump kubo from 0.28.0 to 0.32.0 ([#133](https://github.com/ipfs/helia-verified-fetch/issues/133)) ([f9606e0](https://github.com/ipfs/helia-verified-fetch/commit/f9606e0b1c2b614b4ceb4c748404e9174763df33))
34+
* bump the helia-deps group across 3 directories with 7 updates ([#141](https://github.com/ipfs/helia-verified-fetch/issues/141)) ([d867350](https://github.com/ipfs/helia-verified-fetch/commit/d8673505044e84cc69c36128dc2874f0713853ab))
35+
* bump the kubo-deps group across 3 directories with 2 updates ([#152](https://github.com/ipfs/helia-verified-fetch/issues/152)) ([e20be62](https://github.com/ipfs/helia-verified-fetch/commit/e20be62a16aa81c4728d98f163f7c1de38a943e6))
36+
* bump the store-deps group across 1 directory with 2 updates ([#142](https://github.com/ipfs/helia-verified-fetch/issues/142)) ([30d6253](https://github.com/ipfs/helia-verified-fetch/commit/30d62533e88f1b2c0c83ec1505335dd04e900c1f))
37+
* bump undici from 6.21.0 to 7.1.0 ([#157](https://github.com/ipfs/helia-verified-fetch/issues/157)) ([14fcce0](https://github.com/ipfs/helia-verified-fetch/commit/14fcce03981368b908f6f8a94dda66b588083560))
38+
* **dev:** bump aegir from 45.2.1 to 46.0.1 ([5825e4a](https://github.com/ipfs/helia-verified-fetch/commit/5825e4a43566f8c3fe059dbb9e952c4e1ce708a1))
39+
* update all deps ([#218](https://github.com/ipfs/helia-verified-fetch/issues/218)) ([121f361](https://github.com/ipfs/helia-verified-fetch/commit/121f3612d4e960e366b897bff970fb4a05b80639))
40+
41+
### Tests
42+
43+
* bump conformance successRate for testTar ([#175](https://github.com/ipfs/helia-verified-fetch/issues/175)) ([b81afca](https://github.com/ipfs/helia-verified-fetch/commit/b81afcabe8b57fd9ec42e8de5218da56c97c6a3a))
44+
* content-type supports json content-type in gwconformance ([#187](https://github.com/ipfs/helia-verified-fetch/issues/187)) ([47acece](https://github.com/ipfs/helia-verified-fetch/commit/47acece09b6d6c17cfe2ad04cb98deccbeebe6be))
45+
* gateway conformance failures are easier to debug ([#170](https://github.com/ipfs/helia-verified-fetch/issues/170)) ([6a84282](https://github.com/ipfs/helia-verified-fetch/commit/6a842822c1f4ebfb0ea9d913687007d802de4195))
46+
* only run gwc test suite once ([#215](https://github.com/ipfs/helia-verified-fetch/issues/215)) ([20a794a](https://github.com/ipfs/helia-verified-fetch/commit/20a794aa19f02f407915f2edaf943120aef1c914))
47+
48+
## [@helia/verified-fetch-gateway-conformance-v1.3.0](https://github.com/ipfs/helia-verified-fetch/compare/@helia/verified-fetch-gateway-conformance-1.2.0...@helia/verified-fetch-gateway-conformance-1.3.0) (2025-05-14)
49+
50+
### Features
51+
52+
* dir index html listing ([#86](https://github.com/ipfs/helia-verified-fetch/issues/86)) ([0521214](https://github.com/ipfs/helia-verified-fetch/commit/05212141c0f009dbdb75b11b74e9c8f50f1dc31d))
53+
* provide default content-type-parser ([#193](https://github.com/ipfs/helia-verified-fetch/issues/193)) ([945dd01](https://github.com/ipfs/helia-verified-fetch/commit/945dd01778b6978bcf822eab473565ad3edba8dc))
54+
55+
### Bug Fixes
56+
1057
* aborted signal is handled when walking path ([#214](https://github.com/ipfs/helia-verified-fetch/issues/214)) ([2cbb10d](https://github.com/ipfs/helia-verified-fetch/commit/2cbb10dc2668c885a0653420f7e33de371ef3ccb))
1158
* add content-length header when possible ([#189](https://github.com/ipfs/helia-verified-fetch/issues/189)) ([52859c5](https://github.com/ipfs/helia-verified-fetch/commit/52859c5ef52ab4b3f99b25b473456a7e16f4ef89))
1259
* dir-index-html can render in sw-gateway ([#177](https://github.com/ipfs/helia-verified-fetch/issues/177)) ([bcd066f](https://github.com/ipfs/helia-verified-fetch/commit/bcd066f8ac6bd12e5b62d870016b164b5d1138fe))

0 commit comments

Comments
 (0)