Jorropo
40d7f2fecc
chore: bump go-libipfs v0.6.1
...
This does nothing, just move from an untagged commit to a tagged commit but contain the same things.
2023-03-08 12:00:58 +01:00
Piotr Galar
4400db6ce4
docs: add bifrost to early testers
2023-03-06 19:48:39 +01:00
Piotr Galar
0ee879ec69
docs: sort early testers list alphabetically
2023-03-06 19:45:23 +01:00
omahs
698166bf2a
docs: fix typos
2023-03-06 09:42:54 -05:00
Jorropo
fea25f7ab1
chore: update golang.org/x/net to v0.7.0
...
Include fix for https://pkg.go.dev/vuln/GO-2023-1571 (this impact us in the DOH handler).
2023-03-03 12:54:20 +01:00
Jorropo
23379d8d60
chore: update go-unixfs v0.4.4
...
Include missing error handling.
2023-03-03 12:54:20 +01:00
Steve Loeppky
f84ad6d627
Doc updates/additions
2023-03-03 12:39:25 +01:00
Marten Seemann
68f4dd4427
chore: update go-libp2p to v0.26.2
2023-03-02 08:48:23 +01:00
Marten Seemann
56b9962103
chore: update go-libp2p to v0.26.1
2023-02-28 02:48:17 +01:00
Henrique Dias
1794649bf2
feat(gateway): error handling improvements (500, 502, 504) ( #9660 )
...
* fix(gateway): return 500 for all /ip[nf]s/id failures
* fix: replace deprecated structs
* chore: bump go-libipfs to version from main
2023-02-28 02:21:50 +01:00
Gabe
e3b17a4fe6
docs: be clear about swarm.addrfilters ( #9661 )
2023-02-27 15:43:20 +01:00
Henrique Dias
4283b9d98f
chore: bump go-libp2p-kad-dht to v0.21.1 ( #9663 )
2023-02-24 11:49:31 +01:00
Marten Seemann
a3366c522a
chore: update go-libp2p to v0.26 ( #9656 )
...
Co-authored-by: Henrique Dias <hacdias@gmail.com>
2023-02-24 10:34:10 +01:00
Jorropo
f73cd19220
chore: bump go-unixfs to v0.4.3 ( #9643 )
...
Co-authored-by: Henrique Dias <hacdias@gmail.com>
2023-02-23 09:17:01 +01:00
Michael Muré
86da181f7f
feat(pinning): connect some missing go context ( #9557 )
...
Co-authored-by: Henrique Dias <hacdias@gmail.com>
2023-02-22 16:56:59 +01:00
Henrique Dias
4db6ae1772
fix(gateway): return HTTP 500 on ErrResolveFailed ( #9589 )
2023-02-22 03:22:03 +01:00
ElPaisano
714a968faa
docs: bulk spelling edits ( #9544 )
...
Co-authored-by: Jorropo <jorropo.pgm@gmail.com>
Co-authored-by: Steve Loeppky <biglep@protocol.ai>
Co-authored-by: Gus Eggert <gus@gus.dev>
Co-authored-by: Marcin Rataj <lidel@lidel.org>
2023-02-20 23:37:10 +01:00
Jorropo
19feb15833
chore: bump go-libipfs v0.6.0
2023-02-17 22:23:47 +01:00
Steve Loeppky
05afb879f3
docs: "remote" errors from resource manager ( #9653 )
...
Being more clear that the "remote" string means its from a remote peer.
This came up in:
https://github.com/ipfs/kubo/issues/9432#issuecomment-1402022085
https://github.com/ipfs/kubo/issues/9432#issuecomment-1402276883
https://github.com/ipfs/kubo/issues/9432#issuecomment-1410444354
2023-02-16 22:17:18 +01:00
Jorropo
0ff406170d
fix: update rcmgr for go-libp2p v0.25
2023-02-14 22:19:46 +01:00
Marcin Rataj
e59c605f2a
docs(0.18.1): guide users to clean up limits ( #9644 )
2023-02-13 15:20:59 +01:00
Jorropo
82ede56636
chore: bump go-libp2p-routing-helpers to v0.6.1
...
This include a fix where FindProvidersAsync with the parallel composer would not close the channel ASAP when the count was reached, this save finality time when count is reached.
2023-02-09 19:37:56 +01:00
Henrique Dias
af0fe194f5
chore: update iface with routing tests
2023-02-09 14:35:54 +01:00
Henrique Dias
799e5ac0a5
chore: update go-libipfs for more gateway metrics ( #9626 )
2023-02-08 04:21:06 +01:00
Henrique Dias
b58356939e
refactor(gw): move Host (DNSLink and subdomain) handling to go-libipfs ( #9624 )
...
Co-authored-by: Marcin Rataj <lidel@lidel.org>
2023-02-07 03:44:24 +01:00
Henrique Dias
14649aa8ba
refactor: new go-libipfs/gateway API, deprecate Gateway.Writable ( #9616 )
2023-02-02 02:50:46 +01:00
galargh
c155e40072
chore: create next changelog
2023-01-31 13:12:25 +00:00
Henrique Dias
8d3b3154c9
refactor: use gateway from go-libipfs ( #9588 )
2023-01-31 11:02:31 +01:00
Piotr Galar
ac1cdf7ba1
Merge branch 'master' into merge-release-v0.18.1
2023-01-30 18:20:02 +01:00
galargh
505f072d28
docs: add full v0.18.1 changelog
2023-01-30 12:53:20 +01:00
Antonio Navarro Perez
9c1a803f19
Add overview section
2023-01-30 12:50:52 +01:00
Antonio Navarro Perez
bcac3f5677
Adjust inbound connection limits depending on memory.
2023-01-30 12:50:39 +01:00
Mohsin Zaidi
2c623b663e
feat: Pubsub.SeenMessagesStrategy ( #9543 )
...
* feat: expire messages from the cache based on last seen time
* docs: Pubsub.SeenMessagesStrategy
Ref. https://github.com/libp2p/go-libp2p-pubsub/pull/513
Co-authored-by: Marcin Rataj <lidel@lidel.org>
2023-01-30 12:48:25 +01:00
Antonio Navarro Perez
3fb644a5e6
Add overview section
2023-01-30 11:01:03 +01:00
Antonio Navarro Perez
633c497f63
Adjust inbound connection limits depending on memory.
2023-01-30 11:01:03 +01:00
Jorropo
b3c98bb085
chore: bump go-libipfs remove go-bitswap
2023-01-27 23:07:01 +01:00
Marcin Rataj
f2dab48e66
docs: DefaultResourceMgrMinInboundConns
2023-01-27 19:47:31 +01:00
Henrique Dias
a3c70a11e6
feat(gateway): IPNS record response format (IPIP-351) ( #9399 )
...
* feat(gateway): IPNS record response format
* docs(rpc): mark as experimental: routing provide, get, put
Co-authored-by: Marcin Rataj <lidel@lidel.org>
2023-01-27 04:46:50 +01:00
Henrique Dias
94e7f79805
fix(ipns): honour --ttl flag in 'ipfs name publish' ( #9471 )
...
* fix: honour --ttl flag in 'ipfs name publish'
* docs(cli): ipfs name inspect --help
Co-authored-by: Marcin Rataj <lidel@lidel.org>
2023-01-27 02:33:13 +01:00
Mohsin Zaidi
9652f24f6c
feat: Pubsub.SeenMessagesStrategy ( #9543 )
...
* feat: expire messages from the cache based on last seen time
* docs: Pubsub.SeenMessagesStrategy
Ref. https://github.com/libp2p/go-libp2p-pubsub/pull/513
Co-authored-by: Marcin Rataj <lidel@lidel.org>
2023-01-27 00:24:35 +01:00
Jorropo
f20c980f2d
chore: bump go-libipfs to replace go-block-format
...
Includes changes from:
- https://github.com/ipfs/go-block-format/pull/37
- https://github.com/ipfs/go-libipfs/pull/58
2023-01-26 16:55:48 +01:00
galargh
7edf86c3b3
docs: update changelog
2023-01-23 14:18:01 +01:00
Steve Loeppky
0aa23b3ed8
fix: clarity: no user supplied rcmgr limits of 0 ( #9563 )
...
Co-authored-by: Antonio Navarro Perez <antnavper@gmail.com>
Co-authored-by: Marcin Rataj <lidel@lidel.org>
2023-01-23 12:05:24 +01:00
Henrique Dias
14703e19e3
fix(gateway): undesired conversions to dag-json and friends ( #9566 )
...
* fix(gateway): do not convert unixfs/raw into dag-* unless explicit
* fix(gateway): keep only dag-json|dag-cbor handling
* fix: allow requesting dag-json as application/json
- adds bunch of additional tests including JSON file on UnixFS
- fix: dag-json codec (0x0129) can be returned as plain json
- fix: json codec (0x0200) cna be retrurned as plain json
* fix: using ?format|Accept with CID w/ codec works
* docs(changelog): cbor and json on gateway
Co-authored-by: Marcin Rataj <lidel@lidel.org>
2023-01-23 12:05:18 +01:00
Jorropo
486c4b5256
fix: ensure connmgr is smaller then autoscalled ressource limits
...
Fixes #9545
2023-01-23 12:05:02 +01:00
Jorropo
0ae3285a76
docs: clarify browser descriptions for webtransport
2023-01-23 12:04:50 +01:00
Marcin Rataj
7bcca5fcd4
fix: User-Agent sent to HTTP routers
...
See https://github.com/ipfs/go-libipfs/issues/17
and https://github.com/ipfs/go-libipfs/pull/31
2023-01-23 12:04:25 +01:00
Antonio Navarro Perez
89cdd8264f
docs: improve docs/README ( #9539 )
...
Avoid confusion about what kind of documentation we have on this folder.
2023-01-23 12:02:37 +01:00
Henrique Dias
4ddeda55c0
chore: migrate from go-ipfs-files to go-libipfs/files ( #9535 )
2023-01-23 12:01:20 +01:00
Antonio Navarro Perez
2759a229c7
fix: stats dht command when Routing.Type=auto ( #9538 )
...
Fixes default auto mode, but Routing.Type=custom needs more work.
Continued in https://github.com/ipfs/kubo/issues/9482
2023-01-23 12:01:02 +01:00