Skip to content

Commit d4659ec

Browse files
chore(main): release api 2.23.0 (#1865)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bf3c712 commit d4659ec

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

packages/api/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [2.23.0](https://github.com/nftstorage/nft.storage/compare/api-v2.22.0...api-v2.23.0) (2022-05-10)
4+
5+
6+
### Features
7+
8+
* add super hot access tag to user tags endpoint ([#1871](https://github.com/nftstorage/nft.storage/issues/1871)) ([04a17aa](https://github.com/nftstorage/nft.storage/commit/04a17aac0f3f7a041324bb4bd65d4ec13b49f3f9))
9+
10+
11+
### Bug Fixes
12+
13+
* bump MAX_BLOCK_SIZE to 2MiB limit imposed by bitswap ([#1863](https://github.com/nftstorage/nft.storage/issues/1863)) ([d96ca30](https://github.com/nftstorage/nft.storage/commit/d96ca304421f8ae7789dd2ee3e73c2f45c7dc20c))
14+
* invalid multipart data error ([#1901](https://github.com/nftstorage/nft.storage/issues/1901)) ([536769c](https://github.com/nftstorage/nft.storage/commit/536769cab3f01d7c0ad04fe91e66a78f8105b171))
15+
* verify CIDs match data in CAR uploads ([#1866](https://github.com/nftstorage/nft.storage/issues/1866)) ([5012b4a](https://github.com/nftstorage/nft.storage/commit/5012b4a29e06cef4c0124bb87a880aac0d5bbf26))
16+
317
## [2.22.0](https://github.com/nftstorage/nft.storage/compare/api-v2.21.0...api-v2.22.0) (2022-04-28)
418

519

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "api",
3-
"version": "2.22.0",
3+
"version": "2.23.0",
44
"description": "NFT Storage API",
55
"private": true,
66
"type": "module",

0 commit comments

Comments
 (0)