Skip to content

Commit

Permalink
chore(main): release access 19.0.0 (#1462)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[19.0.0](access-v18.4.0...access-v19.0.0)
(2024-05-15)


### ⚠ BREAKING CHANGES

* delegated capabilities required to use `uploadFile`, `uploadDirectory`
and `uploadCAR` have changed. In order to use these methods your agent
will now need to be delegated `blob/add`, `index/add`, `filecoin/offer`
and `upload/add` capabilities. Note: no code changes are required.

### Features

* generate sharded DAG index on client and invoke w `index/add`
([#1451](#1451))
([a6d9026](a6d9026))

---
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>
  • Loading branch information
github-actions[bot] committed May 15, 2024
1 parent e68794b commit b16a0bf
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/access-client": "18.4.0",
"packages/access-client": "19.0.0",
"packages/blob-index": "1.0.1",
"packages/filecoin-api": "6.0.1",
"packages/filecoin-client": "3.3.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/access-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [19.0.0](https://github.com/w3s-project/w3up/compare/access-v18.4.0...access-v19.0.0) (2024-05-15)


### ⚠ BREAKING CHANGES

* delegated capabilities required to use `uploadFile`, `uploadDirectory` and `uploadCAR` have changed. In order to use these methods your agent will now need to be delegated `blob/add`, `index/add`, `filecoin/offer` and `upload/add` capabilities. Note: no code changes are required.

### Features

* generate sharded DAG index on client and invoke w `index/add` ([#1451](https://github.com/w3s-project/w3up/issues/1451)) ([a6d9026](https://github.com/w3s-project/w3up/commit/a6d9026536e60c0ce93b613acc6e337f2a21aeb2))

## [18.4.0](https://github.com/w3s-project/w3up/compare/access-v18.3.2...access-v18.4.0) (2024-05-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/access-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-storage/access",
"version": "18.4.0",
"version": "19.0.0",
"description": "w3access client",
"homepage": "https://web3.storage",
"repository": {
Expand Down

0 comments on commit b16a0bf

Please sign in to comment.