This repository has been archived by the owner on Feb 7, 2024. It is now read-only.
Releases: ipfs/go-ipfs-api
Releases · ipfs/go-ipfs-api
v0.7.0
v0.6.1
What's Changed
- Feat: add dag stat method by @PolamarasettyRohitha in #297
- Revert "feat: add dag stat method (#297)" by @hacdias in #298
- chore: switch tar-utils to boxo variant by @aschmahmann in #299
Full Changelog: v0.6.0...v0.6.1
v0.6.0
v0.5.0
What's Changed
- feat: add DagImport method by @fabiobozzo in #287
- feat: add missing "parents" option to FilesCp command by @vkost in #274
New Contributors
- @fabiobozzo made their first contribution in #287
- @vkost made their first contribution in #274
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- sync: update CI config files by @web3-bot in #261
- chore: use common ipfs/start-ipfs-daemon-action in go-test-setup by @galargh in #262
- remove the log/tail command by @marten-seemann in #263
- sync: update CI config files by @web3-bot in #266
- docs: update readme to use go install by @aschmahmann in #268
- ci: rename go-ipfs -> kubo by @Stebalien in #271
- Add ls and add swarming commands by @samuelbacaner in #270
- sync: update CI config files by @web3-bot in #272
- Added missing docs for Add method by @drgomesp in #269
- feat: upgrade libp2p to v0.24.2 by @guseggert in #279
- feat: add key/import command by @thedmdim in #278
- fix: topic list append by @PolamarasettyRohitha in #281
- sync: update CI config files by @web3-bot in #280
- feat: add options to AddDir by @acashmoney in #285
New Contributors
- @galargh made their first contribution in #262
- @marten-seemann made their first contribution in #263
- @samuelbacaner made their first contribution in #270
- @drgomesp made their first contribution in #269
- @guseggert made their first contribution in #279
- @thedmdim made their first contribution in #278
- @PolamarasettyRohitha made their first contribution in #281
- @acashmoney made their first contribution in #285
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Fix broken link + add link to HTTP API by @Danger89 in #239
- Added Type field for Pin ls command by @ani1311 in #240
- cleanup: report test setup failures, fix staticcheck failures by @iand in #244
- update the codec names for the dag put command: ipld-in-ipfs series of PRs by @willscott in #248
- remove go-multiaddr-net by @kishansagathiya in #251
- sync: update CI config files by @web3-bot in #253
- Update dag put flags by @aschmahmann in #252
- fix: return an error when adding a directory fails by @Stebalien in #256
- feat: pubsub http rpc with multibase by @lidel in #255
- sync: update CI config files by @web3-bot in #257
- Release v0.3.0 by @aschmahmann in #258
New Contributors
- @Danger89 made their first contribution in #239
- @ani1311 made their first contribution in #240
- @iand made their first contribution in #244
- @willscott made their first contribution in #248
- @kishansagathiya made their first contribution in #251
- @web3-bot made their first contribution in #253
- @aschmahmann made their first contribution in #252
- @lidel made their first contribution in #255
Full Changelog: v0.2.0...v0.3.0
v0.2.0
- Added support for
ipfs key
API (thanks to @pengisgood) - Updated dependencies