Skip to content

Commit

Permalink
chore(main): release upload-api 14.0.0 (#1441)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[14.0.0](upload-api-v13.0.2...upload-api-v14.0.0)
(2024-05-14)


### ⚠ BREAKING CHANGES

* deprecate issuer
([#1344](#1344))

### Features

* add "plan/create-admin-session" capability
([#1411](#1411))
([50eeeb5](50eeeb5))
* add blob protocol to upload-client
([#1425](#1425))
([49aef56](49aef56))
* deprecate issuer
([#1344](#1344))
([afbbde3](afbbde3))
* move blob index logic from upload-api to blob-index lib
([#1434](#1434))
([797f628](797f628))
* remove issuer row
([#1345](#1345))
([cf5b0db](cf5b0db))


### Fixes

* `encodeURIComponent` on bucket origin
([#1448](#1448))
([5618644](5618644))
* add format specifier to blob location claim URL
([#1445](#1445))
([9982d12](9982d12))
* test against actual api
([#1438](#1438))
([f8132ca](f8132ca))

---
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>
Co-authored-by: Travis Vachon <travis.vachon@protocol.ai>
  • Loading branch information
github-actions[bot] and travis authored May 14, 2024
1 parent d660833 commit dc336bd
Show file tree
Hide file tree
Showing 3 changed files with 24 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
Expand Up @@ -4,7 +4,7 @@
"packages/filecoin-api": "6.0.1",
"packages/filecoin-client": "3.3.3",
"packages/capabilities": "17.1.0",
"packages/upload-api": "13.0.2",
"packages/upload-api": "14.0.0",
"packages/upload-client": "14.1.0",
"packages/w3up-client": "13.1.0",
"packages/did-mailto": "2.0.2"
Expand Down
22 changes: 22 additions & 0 deletions packages/upload-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [14.0.0](https://github.com/w3s-project/w3up/compare/upload-api-v13.0.2...upload-api-v14.0.0) (2024-05-14)


### ⚠ BREAKING CHANGES

* deprecate issuer ([#1344](https://github.com/w3s-project/w3up/issues/1344))

### Features

* add "plan/create-admin-session" capability ([#1411](https://github.com/w3s-project/w3up/issues/1411)) ([50eeeb5](https://github.com/w3s-project/w3up/commit/50eeeb502335ba0413318b5047869a275901824b))
* add blob protocol to upload-client ([#1425](https://github.com/w3s-project/w3up/issues/1425)) ([49aef56](https://github.com/w3s-project/w3up/commit/49aef564a726d34dbbedbd83f5366d9320180f99))
* deprecate issuer ([#1344](https://github.com/w3s-project/w3up/issues/1344)) ([afbbde3](https://github.com/w3s-project/w3up/commit/afbbde340d974792699dc56946cc1c72f74c09e3))
* move blob index logic from upload-api to blob-index lib ([#1434](https://github.com/w3s-project/w3up/issues/1434)) ([797f628](https://github.com/w3s-project/w3up/commit/797f6285c1b000af9eaf0240f85deca6a0b83e06))
* remove issuer row ([#1345](https://github.com/w3s-project/w3up/issues/1345)) ([cf5b0db](https://github.com/w3s-project/w3up/commit/cf5b0db276ffe3b9926dbf1d8e2cd04ef7b607c9))


### Fixes

* `encodeURIComponent` on bucket origin ([#1448](https://github.com/w3s-project/w3up/issues/1448)) ([5618644](https://github.com/w3s-project/w3up/commit/561864422db2ec3eaddc2d790cc4ea0406eebf32))
* add format specifier to blob location claim URL ([#1445](https://github.com/w3s-project/w3up/issues/1445)) ([9982d12](https://github.com/w3s-project/w3up/commit/9982d12b0a1f9a6da3f0d4264b9a35348e189dfb))
* test against actual api ([#1438](https://github.com/w3s-project/w3up/issues/1438)) ([f8132ca](https://github.com/w3s-project/w3up/commit/f8132ca1fced72a4addc7e9f0a2162e823c1ea5f))

## [13.0.2](https://github.com/w3s-project/w3up/compare/upload-api-v13.0.1...upload-api-v13.0.2) (2024-05-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/upload-api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@web3-storage/upload-api",
"description": "The upload api for web3.storage",
"version": "13.0.2",
"version": "14.0.0",
"type": "module",
"main": "./src/lib.js",
"homepage": "https://web3.storage",
Expand Down

0 comments on commit dc336bd

Please sign in to comment.