kubo/docs
Piotr Galar f18a69eced
Merge Release: v0.19.1 (#9794)
* chore: update version

* chore: update go-libp2p to v0.26.4

* fix: remove timeout on default DHT operations (#9783)

* fix: remove timeout on default DHT operations

This removes the timeout by default for DHT operations. In particular
this causes issues with ProvideMany requests which can take an
indeterminate amount of time, but really these should just respect
context timeouts by default. Users can still specify timeouts here if
they want, but by default they will be set to "0" which means "no
timeout".

This is unlikely to break existing users of custom routing, because
there was previously no utility in configuring a router with timeout=0
because that would cause the router to immediately fail, so it is
unlikely (and incorrect) if anybody was using timeout=0.

* fix: remove 5m timeout on ProvideManyRouter

For context see
5fda291b66

---------

Co-authored-by: Marcin Rataj <lidel@lidel.org>

* chore: bump go-blockservice to v0.5.1

* chore: update version

* chore: update changelog for v0.19

---------

Co-authored-by: Jorropo <jorropo.pgm@gmail.com>
Co-authored-by: Gus Eggert <gus@gus.dev>
Co-authored-by: Marcin Rataj <lidel@lidel.org>
2023-04-05 22:42:09 +02:00
..
changelogs Merge Release: v0.19.1 (#9794) 2023-04-05 22:42:09 +02:00
examples chore: upgrade boxo to v0.8.0 (#9793) 2023-04-05 16:48:39 +00:00
production doc: document reverse proxy bug 2020-06-15 17:01:40 -07:00
add-code-flow.md Added link to doc in README.md 2019-01-15 21:08:37 -05:00
AUTHORS Updated authors doc 2016-08-18 11:54:48 -07:00
cli-http-api-core-diagram.png docs: README refresh, add cli-http-api-core diagram 2018-08-22 16:09:51 -07:00
command-completion.md feat: Add command line completion for fish 2022-10-30 21:13:53 +00:00
config.md feat: remove writable gateway (#9743) 2023-03-27 15:19:55 +02:00
datastores.md refactor: kubo in ./docs 2022-07-06 23:45:25 +02:00
debug-guide.md refactor: kubo in ./docs 2022-07-06 23:45:25 +02:00
delegated-routing.md docs: fix typos 2023-03-06 09:42:54 -05:00
developer-certificate-of-origin Add developer certificate of origin document 2017-06-26 15:36:35 -07:00
EARLY_TESTERS.md Merge pull request #9699 from ipfs/early-testers 2023-03-20 10:01:17 +01:00
environment-variables.md docs: clarify debug environment variables 2023-01-23 11:58:03 +01:00
experimental-features.md chore: deprecate the pubsub api 2023-03-20 10:04:53 +01:00
file-transfer.md quic: remove experimental status and add it to the default config 2020-05-22 04:54:19 +02:00
fuse.md refactor: kubo in ./docs 2022-07-06 23:45:25 +02:00
gateway.md docs: replace docs.ipfs.io with docs.ipfs.tech (#9158) 2022-08-05 19:01:10 +03:00
generate-authors.sh added AUTHORS file 2015-02-11 07:42:21 -08:00
http-rpc-clients.md docs: bulk spelling edits (#9544) 2023-02-20 23:37:10 +01:00
implement-api-bindings.md docs: ipfs-http-client -> kubo-rpc-client (#9331) 2022-11-22 23:19:27 +01:00
libp2p-resource-management.md Doc updates/additions 2023-03-03 12:39:25 +01:00
plugins.md docs: use fx.Decorate instead of fx.Replace in examples (#9725) 2023-03-20 17:27:45 -04:00
README.md docs: improve docs/README (#9539) 2023-01-23 12:02:37 +01:00
RELEASE_ISSUE_TEMPLATE.md feat: restrict updating kubo in ipfs-desktop to final releases only 2023-03-06 20:28:53 +01:00
releases.md docs: incorporate the RC into the main checklist 2022-09-22 10:41:10 +02:00
transports.md refactor: kubo in ./docs 2022-07-06 23:45:25 +02:00
windows.md chore: switch to dist.ipfs.tech 2022-08-12 23:42:17 +02:00

Developer Documentation and Guides

If you are looking for User Documentation & Guides, please visit docs.ipfs.tech or check General Documentation.

If youre experiencing an issue with IPFS, please follow our issue guide when filing an issue!

Otherwise, check out the following guides to using and developing IPFS:

General Documentation

Developing kubo

Guides

Advanced User Guides

Other