Skip to content

Commit

Permalink
Merge branch 'main' of github.com:storacha/reads
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw committed Sep 25, 2024
2 parents f7e1690 + da90a2f commit d723fe6
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages/cid-verifier": "1.2.0",
"packages/denylist": "1.1.0",
"packages/edge-gateway": "1.12.1",
"packages/ipfs-gateway-race": "1.5.0"
"packages/edge-gateway": "1.13.0",
"packages/ipfs-gateway-race": "1.6.0"
}
23 changes: 23 additions & 0 deletions packages/edge-gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [1.13.0](https://github.com/storacha/reads/compare/edge-gateway-v1.12.1...edge-gateway-v1.13.0) (2024-09-25)


### Features

* use big file downloader ([#180](https://github.com/storacha/reads/issues/180)) ([57832cc](https://github.com/storacha/reads/commit/57832cccb6981a7c2dc7e0cee9046e88cd0401fa))


### Fixes

* maybe do not use path ([070abcf](https://github.com/storacha/reads/commit/070abcfe91775b86cc6a7e8280c538cb49c7ba45))
* org slug ([65b8494](https://github.com/storacha/reads/commit/65b849482cc02e75f3d081267bd89af7ff09a4dd))
* remove unused env var ([177ac95](https://github.com/storacha/reads/commit/177ac95c44e61356e6658013d3359880663c8f13))
* stricter requirements for cache ([#178](https://github.com/storacha/reads/issues/178)) ([3dc5c15](https://github.com/storacha/reads/commit/3dc5c15a5640411628431b03110d81dd68e21120))
* use bootstrap sha ([05182c6](https://github.com/storacha/reads/commit/05182c68c83e35cb4bab2969ea7a50737b1727da))


### Other Changes

* trigger release ([c05de73](https://github.com/storacha/reads/commit/c05de73d36525ce97e95650b228806435e513fe0))
* trigger release ([3661323](https://github.com/storacha/reads/commit/3661323801a744eff7830e3cdcce41d57ca7b314))
* update repo ([#179](https://github.com/storacha/reads/issues/179)) ([1d99326](https://github.com/storacha/reads/commit/1d99326d8d21af17460c763d5ab28fd8d3e65336))

## [1.12.1](https://github.com/web3-storage/reads/compare/edge-gateway-v1.12.0...edge-gateway-v1.12.1) (2023-06-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/edge-gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "edge-gateway",
"version": "1.12.1",
"version": "1.13.0",
"description": "IPFS edge gateway for dotstorage",
"private": true,
"type": "module",
Expand Down
20 changes: 20 additions & 0 deletions packages/ipfs-gateway-race/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [1.6.0](https://github.com/storacha/reads/compare/ipfs-gateway-race-v1.5.0...ipfs-gateway-race-v1.6.0) (2024-09-25)


### Features

* use big file downloader ([#180](https://github.com/storacha/reads/issues/180)) ([57832cc](https://github.com/storacha/reads/commit/57832cccb6981a7c2dc7e0cee9046e88cd0401fa))


### Fixes

* maybe do not use path ([070abcf](https://github.com/storacha/reads/commit/070abcfe91775b86cc6a7e8280c538cb49c7ba45))
* use bootstrap sha ([05182c6](https://github.com/storacha/reads/commit/05182c68c83e35cb4bab2969ea7a50737b1727da))


### Other Changes

* trigger release ([c05de73](https://github.com/storacha/reads/commit/c05de73d36525ce97e95650b228806435e513fe0))
* trigger release ([3661323](https://github.com/storacha/reads/commit/3661323801a744eff7830e3cdcce41d57ca7b314))
* update repo ([#179](https://github.com/storacha/reads/issues/179)) ([1d99326](https://github.com/storacha/reads/commit/1d99326d8d21af17460c763d5ab28fd8d3e65336))

## [1.5.0](https://github.com/web3-storage/reads/compare/ipfs-gateway-race-v1.4.1...ipfs-gateway-race-v1.5.0) (2023-06-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-gateway-race/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-gateway-race",
"version": "1.5.0",
"version": "1.6.0",
"description": "Races given IPFS Gateways to resolve provided CID",
"main": "lib/index.js",
"types": "./types/index.d.ts",
Expand Down

0 comments on commit d723fe6

Please sign in to comment.