Skip to content

Commit f745d42

Browse files
chore(main): release api 3.0.0 (#2037)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8ec6ecf commit f745d42

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

packages/api/CHANGELOG.md

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

3+
## [3.0.0](https://github.com/nftstorage/nft.storage/compare/api-v2.28.1...api-v3.0.0) (2022-06-28)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* uploaded files are no longer instantly available via gateways or on the DHT. They may take a few seconds to become indexed by Elastic IPFS.
9+
10+
### Features
11+
12+
* switch to Elastic IPFS ([#2026](https://github.com/nftstorage/nft.storage/issues/2026)) ([b51fa4e](https://github.com/nftstorage/nft.storage/commit/b51fa4e7424d1bfe54a61022880ff1be7beef92c))
13+
14+
15+
### Bug Fixes
16+
17+
* dag structure check ([#2036](https://github.com/nftstorage/nft.storage/issues/2036)) ([8ec6ecf](https://github.com/nftstorage/nft.storage/commit/8ec6ecf7d1ec94ebfb354de932872e8f6816b2da))
18+
319
## [2.28.1](https://github.com/nftstorage/nft.storage/compare/api-v2.28.0...api-v2.28.1) (2022-06-21)
420

521

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.28.1",
3+
"version": "3.0.0",
44
"description": "NFT Storage API",
55
"private": true,
66
"type": "module",

0 commit comments

Comments
 (0)