8000 chore: release main by achingbrain · Pull Request #774 · ipfs/helia · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore: release main #774

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"packages/block-brokers": "4.1.0",
"packages/bitswap": "2.0.5",
"packages/car": "4.0.4",
"packages/block-brokers": "4.1.1",
"packages/bitswap": "2.0.6",
"packages/car": "4.1.0",
"packages/dag-cbor": "4.0.3",
"packages/dag-json": "4.0.3",
"packages/helia": "5.3.0",
"packages/helia": "5.4.0",
"packages/interface": "5.2.1",
"packages/interop": "8.0.0",
"packages/ipns": "8.2.0",
"packages/interop": "8.0.1",
"packages/ipns": "8.2.1",
"packages/json": "4.0.3",
"packages/mfs": "5.0.0",
"packages/strings": "4.0.3",
"packages/unixfs": "5.0.0",
"packages/utils": "1.2.2",
"packages/http": "2.0.5",
"packages/routers": "3.0.1"
"packages/utils": "1.2.3",
"packages/http": "2.1.0",
"packages/routers": "3.1.0"
}
9 changes: 9 additions & 0 deletions packages/bitswap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [2.0.6](https://github.com/ipfs/helia/compare/bitswap-v2.0.5...bitswap-v2.0.6) (2025-05-09)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/utils bumped from ^1.2.2 to ^1.2.3

## [2.0.5](https://github.com/ipfs/helia/compare/bitswap-v2.0.4...bitswap-v2.0.5) (2025-03-13)


Expand Down
4 changes: 2 additions & 2 deletions packages/bitswap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/bitswap",
"version": "2.0.5",
"version": "2.0.6",
"description": "JavaScript implementation of the Bitswap data exchange protocol used by Helia",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/bitswap#readme",
Expand Down Expand Up @@ -63,7 +63,7 @@
},
"dependencies": {
"@helia/interface": "^5.2.1",
"@helia/utils": "^1.2.2",
"@helia/utils": "^1.2.3",
"@libp2p/interface": "^2.2.1",
"@libp2p/logger": "^5.1.4",
"@libp2p/peer-collections": "^6.0.12",
Expand Down
15 changes: 15 additions & 0 deletions packages/block-brokers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [4.1.1](https://github.com/ipfs/helia/compare/block-brokers-v4.1.0...block-brokers-v4.1.1) (2025-05-09)


### Bug Fixes

* reject blockstore session get promise when signal fires ([#776](https://github.com/ipfs/helia/issues/776)) ([d883eaf](https://github.com/ipfs/helia/commit/d883eafbdcd981a0cc7c78cf361bb72324a8cbdc))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/bitswap bumped from ^2.0.5 to ^2.0.6
* @helia/utils bumped from ^1.2.2 to ^1.2.3

## [4.1.0](https://github.com/ipfs/helia/compare/block-brokers-v4.0.4...block-brokers-v4.1.0) (2025-03-13)


Expand Down
6 changes: 3 additions & 3 deletions packages/block-brokers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/block-brokers",
"version": "4.1.0",
"version": "4.1.1",
"description": "Block brokers for Helia",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/block-brokers#readme",
Expand Down Expand Up @@ -54,9 +54,9 @@
"test:electron-main": "aegir test -t electron-main"
},
"dependencies": {
"@helia/bitswap": "^2.0.5",
"@helia/bitswap": "^2.0.6",
"@helia/interface": "^5.2.1",
"@helia/utils": "^1.2.2",
"@helia/utils": "^1.2.3",
"@libp2p/interface": "^2.2.1",
"@libp2p/utils": "^6.2.1",
"@multiformats/multiaddr": "^12.3.3",
Expand Down
7 changes: 7 additions & 0 deletions packages/car/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [4.1.0](https://github.com/ipfs/helia/compare/car-v4.0.4...car-v4.1.0) (2025-05-09)


### Features

* car export supports custom dag traversal and export ([#767](https://github.com/ipfs/helia/issues/767)) ([313e2c1](https://github.com/ipfs/helia/commit/313e2c10a71c4f42533c3f077c6720563dd09ce5))

## [4.0.4](https://github.com/ipfs/helia/compare/car-v4.0.3...car-v4.0.4) (2025-03-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/car/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/car",
"version": "4.0.4",
"version": "4.1.0",
"description": "Import/export car files from Helia",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/car#readme",
Expand Down
16 changes: 16 additions & 0 deletions packages/helia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [5.4.0](https://github.com/ipfs/helia/compare/helia-v5.3.0...helia-v5.4.0) (2025-05-09)


### Features

* export default helia config ([#783](https://github.com/ipfs/helia/issues/783)) ([ae67092](https://github.com/ipfs/helia/commit/ae670928a7aeb023d7f3d6aa41bcf9f23a413cdf))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/block-brokers bumped from ^4.1.0 to ^4.1.1
* @helia/routers bumped from ^3.0.1 to ^3.1.0
* @helia/utils bumped from ^1.2.2 to ^1.2.3

## [5.3.0](https://github.com/ipfs/helia/compare/helia-v5.2.1...helia-v5.3.0) (2025-03-13)


Expand Down
8 changes: 4 additions & 4 deletions packages/helia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "helia",
"version": "5.3.0",
"version": "5.4.0",
"description": "An implementation of IPFS in JavaScript",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/helia#readme",
Expand Down Expand Up @@ -57,11 +57,11 @@
"dependencies": {
"@chainsafe/libp2p-noise": "^16.0.1",
"@chainsafe/libp2p-yamux": "^7.0.1",
"@helia/block-brokers": "^4.1.0",
"@helia/block-brokers": "^4.1.1",
"@helia/delegated-routing-v1-http-api-client": "^4.2.1",
"@helia/interface": "^5.2.1",
"@helia/routers": "^3.0.1",
"@helia/utils": "^1.2.2",
"@helia/routers": "^3.1.0",
"@helia/utils": "^1.2.3",
"@ipshipyard/libp2p-auto-tls": "^1.0.0",
"@libp2p/autonat": "^2.0.19",
"@libp2p/bootstrap": "^11.0.20",
Expand Down
16 changes: 16 additions & 0 deletions packages/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [2.1.0](https://github.com/ipfs/helia/compare/http-v2.0.5...http-v2.1.0) (2025-05-09)


### Features

* export default helia config ([#783](https://github.com/ipfs/helia/issues/783)) ([ae67092](https://github.com/ipfs/helia/commit/ae670928a7aeb023d7f3d6aa41bcf9f23a413cdf))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/block-brokers bumped from ^4.1.0 to ^4.1.1
* @helia/routers bumped from ^3.0.1 to ^3.1.0
* @helia/utils bumped from ^1.2.2 to ^1.2.3

## [2.0.5](https://github.com/ipfs/helia/compare/http-v2.0.4...http-v2.0.5) (2025-03-13)


Expand Down
8 changes: 4 additions & 4 deletions packages/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/http",
"version": "2.0.5",
"version": "2.1.0",
"description": "A lightweight implementation of IPFS over HTTP in JavaScript",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/http#readme",
Expand Down Expand Up @@ -54,10 +54,10 @@
"test:electron-main": "aegir test -t electron-main"
},
"dependencies": {
"@helia/block-brokers": "^4.1.0",
"@helia/block-brokers": "^4.1.1",
"@helia/interface": "^5.2.1",
"@helia/routers": "^3.0.1",
"@helia/utils": "^1.2.2",
"@helia/routers": "^3.1.0",
"@helia/utils": "^1.2.3",
"blockstore-core": "^5.0.2",
"datastore-core": "^10.0.2"
},
Expand Down
14 changes: 14 additions & 0 deletions packages/interop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [8.0.1](https://github.com/ipfs/helia/compare/interop-v8.0.0...interop-v8.0.1) (2025-05-09)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/block-brokers bumped from ^4.1.0 to ^4.1.1
* @helia/car bumped from ^4.0.4 to ^4.1.0
* @helia/http bumped from ^2.0.5 to ^2.1.0
* @helia/ipns bumped from ^8.2.0 to ^8.2.1
* @helia/routers bumped from ^3.0.1 to ^3.1.0
* helia bumped from ^5.3.0 to ^5.4.0

## [8.0.0](https://github.com/ipfs/helia/compare/interop-v7.1.3...interop-v8.0.0) (2025-03-20)


Expand Down
14 changes: 7 additions & 7 deletions packages/interop/package.json
4D32
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/interop",
"version": "8.0.0",
"version": "8.0.1",
"description": "Interop tests for Helia",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/interop#readme",
Expand Down Expand Up @@ -59,16 +59,16 @@
},
"dependencies": {
"@chainsafe/libp2p-gossipsub": "^14.1.0",
"@helia/block-brokers": "^4.1.0",
"@helia/car": "^4.0.4",
"@helia/block-brokers": "^4.1.1",
"@helia/car": "^4.1.0",
"@helia/dag-cbor": "^4.0.3",
"@helia/dag-json": "^4.0.3",
"@helia/http": "^2.0.5",
"@helia/http": "^2.1.0",
"@helia/interface": "^5.2.1",
"@helia/ipns": "^8.2.0",
"@helia/ipns": "^8.2.1",
"@helia/json": "^4.0.3",
"@helia/mfs": "^5.0.0",
"@helia/routers": "^3.0.1",
"@helia/routers": "^3.1.0",
"@helia/strings": "^4.0.3",
"@helia/unixfs": "^5.0.0",
"@ipld/car": "^5.3.3",
Expand All @@ -83,7 +83,7 @@
"@multiformats/multiaddr": "^12.4.0",
"@multiformats/sha3": "^3.0.2",
"aegir": "^45.1.1",
"helia": "^5.3.0",
"helia": "^5.4.0",
"ipfs-unixfs-importer": "^15.3.1",
"ipfsd-ctl": "^15.0.2",
"ipns": "^10.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/ipns/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [8.2.1](https://github.com/ipfs/helia/compare/ipns-v8.2.0...ipns-v8.2.1) (2025-05-09)


### Bug Fixes

* propagate ipns failures ([#789](https://github.com/ipfs/helia/issues/789)) ([cd1eb58](https://github.com/ipfs/helia/commit/cd1eb588998ddb1eb17894230cde4a68f9455398))

## [8.2.0](https://github.com/ipfs/helia/compare/ipns-v8.1.0...ipns-v8.2.0) (2025-03-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/ipns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/ipns",
"version": "8.2.0",
"version": "8.2.1",
"description": "An implementation of IPNS for Helia",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/ipns#readme",
Expand Down
7 changes: 7 additions & 0 deletions packages/routers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.1.0](https://github.com/ipfs/helia/compare/routers-v3.0.1...routers-v3.1.0) (2025-05-09)


### Features

* add provider shuffle option to HTTPGatewayRouter ([#772](https://github.com/ipfs/helia/issues/772)) ([daaa511](https://github.com/ipfs/helia/commit/daaa511a74583844244e6f51d55a8bc25a9f5f02))

## [3.0.1](https://github.com/ipfs/helia/compare/routers-v3.0.0...routers-v3.0.1) (2025-03-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/routers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/routers",
"version": "3.0.1",
"version": "3.1.0",
"description": "Routers for Helia",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/routers#readme",
Expand Down
7 changes: 7 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.3](https://github.com/ipfs/helia/compare/utils-v1.2.2...utils-v1.2.3) (2025-05-09)


### Bug Fixes

* reject blockstore session get promise when signal fires ([#776](https://github.com/ipfs/helia/issues/776)) ([d883eaf](https://github.com/ipfs/helia/commit/d883eafbdcd981a0cc7c78cf361bb72324a8cbdc))

## [1.2.2](https://github.com/ipfs/helia/compare/utils-v1.2.1...utils-v1.2.2) (2025-03-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/utils",
"version": "1.2.2",
"version": "1.2.3",
"description": "Shared code that implements the Helia API",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/utils#readme",
Expand Down
0