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
Jorropo
5138e7ba07
fix: hint people to changing from RSA peer ids
2023-01-23 12:00:42 +01:00
Antonio Navarro Perez
04931b042d
docs(config): ProviderSearchDelay ( #9526 )
...
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
Co-authored-by: Marcin Rataj <lidel@lidel.org>
2023-01-23 11:58:38 +01:00
Vladimir Ivanov
26edc75eaa
docs: clarify debug environment variables
2023-01-23 11:58:03 +01:00
Marten Seemann
15ed4c1c02
fix: update go-libp2p to v0.24.2 ( #9522 )
...
https://github.com/libp2p/go-libp2p/releases/tag/v0.24.2
2023-01-04 09:45:53 +01:00
Piotr Galar
e44a4d9228
Merge pull request #9503 from ipfs/docs/early-testers-remove-qri
...
Removing QRI from early tester
2023-01-04 09:43:00 +01:00
Antonio Navarro Perez
d6069b93ee
fix: disable provide over HTTP with Routing.Type=auto ( #9511 )
...
Closes https://github.com/ipfs/kubo/issues/9504
2023-01-03 21:10:33 +01:00
Piotr Galar
5dcd9ad14b
Update docs/changelogs/v0.18.md
2022-12-13 09:29:57 +01:00
Steve Loeppky
861c3f803a
Cleaned up content
2022-12-12 21:55:55 -08:00
Steve Loeppky
e1f5cf53b6
Reodered sections and updated titles
2022-12-12 21:12:50 -08:00
Steve Loeppky
477c97ccf1
Added autogenerated TOC
2022-12-12 18:00:46 -08:00
Steve Loeppky
9ddfbcf7fe
Add resource manager to changelog
2022-12-12 17:58:15 -08:00
Jorropo
ffb635d797
Merge pull request #9492 from ipfs/default-webtransport
...
feat: turn on WebTransport by default
2022-12-12 22:57:09 +01:00
Jorropo
16d189b8b8
feat: turn on WebTransport by default
...
Fixes #9292
2022-12-12 21:56:55 +01:00
Henrique Dias
7bdb341132
feat: fast directory listings with DAG Size column ( #9481 )
...
Co-authored-by: Marcin Rataj <lidel@lidel.org>
2022-12-12 21:45:13 +01:00
Marcin Rataj
3a3a97100c
feat: go-libp2p-kad-dht with expiration 48h
...
https://github.com/libp2p/go-libp2p-kad-dht/releases/tag/v0.20.0
(cherry picked from commit f31d524d14 )
2022-12-12 03:47:17 +01:00
Jorropo
deacafd178
chore: update go-libp2p to v0.24.1
2022-12-12 03:47:17 +01:00
Jorropo
f08b439d48
update go-libp2p to v0.24.0
2022-12-12 03:47:17 +01:00
Marcin Rataj
70e604ff99
feat: Routing.Type=auto (DHT+IPNI) ( #9475 )
...
This changes the default routing to use both DHT and IPNI
at the same time. Closes #9454 Closes #9422
Full context:
https://github.com/ipfs/kubo/issues/9454
https://github.com/ipfs/kubo/issues/9422
Co-authored-by: Steve Loeppky <biglep@protocol.ai>
Co-authored-by: Gus Eggert <gus@gus.dev>
Co-authored-by: Steve Loeppky <biglep@protocol.ai>
2022-12-08 23:20:24 +01:00
Marcin Rataj
1f636400aa
feat: adjust ConnMgr target to 32-96 ( #9483 )
...
https://github.com/ipfs/kubo/pull/9483#issuecomment-1343067553
2022-12-08 21:45:32 +01:00
Mikel Cortes
72bad5c060
feat: increase default Reprovider.Interval ( #9326 )
...
* increase republish interval based on RFM17
* refactor(config): switch to implicit default
Co-authored-by: Marcin Rataj <lidel@lidel.org>
2022-12-08 21:28:40 +01:00
Steve Loeppky
01e0bfa359
docs: libp2p resource management ( #9468 )
...
Co-authored-by: Antonio Navarro Perez <antnavper@gmail.com>
Co-authored-by: Marcin Rataj <lidel@lidel.org>
2022-12-08 16:18:04 +01:00
Gus Eggert
5e5d15ae1e
chore: upgrade libipfs for routing HTTP API schema changes ( #9477 )
2022-12-07 17:34:00 -05:00
Marcin Rataj
e0e4741fe0
feat: lower connection pool
2022-12-07 23:00:00 +01:00
Antonio Navarro Perez
7a8639ee33
Apply suggestions from code review
...
Co-authored-by: Steve Loeppky <biglep@protocol.ai>
2022-12-07 16:47:37 +01:00
Antonio Navarro Perez
22a03bda6d
Increase MaxMemory param to use half of total memory.
...
Previously it was using 1/8 of the total memory.
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
2022-12-07 16:47:37 +01:00
Antonio Navarro Perez
3185dee22a
Update libipfs dependency.
2022-12-07 16:34:59 +01:00
Antonio Navarro Perez
f0d720cd55
Update go-libipfs dep
...
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
2022-12-07 16:34:59 +01:00
Antonio Navarro Perez
7f5adb5e07
Add sharness tests and documentation
2022-12-07 16:34:59 +01:00
Antonio Navarro Perez
df828c0a47
feature: delegated-routing: Add HTTP delegated routing.
...
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
2022-12-07 16:34:59 +01:00
Gus Eggert
b9a4d4592d
chore: migrate ipfs/tar-utils to libipfs
2022-12-05 21:28:30 -05:00
Henrique Dias
fdd19656c4
feat(gateway): JSON and CBOR response formats (IPIP-328) ( #9335 )
...
https://github.com/ipfs/kubo/pull/9335
https://github.com/ipfs/specs/pull/328
Co-authored-by: Marcin Rataj <lidel@lidel.org>
2022-12-05 20:22:26 +01:00
Jorropo
4d4841f41c
Merge pull request #9318 from ipfs/rvagg/go-merkledag-0.8
2022-12-05 15:15:12 +01:00
Piotr Galar
b84e296b6f
Merge branch 'master' into docs-release-v0.17.0
2022-12-05 10:03:47 +01:00
Piotr Galar
928105865c
Apply suggestions from code review
2022-12-05 10:02:15 +01:00
galargh
5ff08e4e18
docs: update top comment in release issue template
2022-12-05 09:58:15 +01:00
galargh
4d1d0b7eed
docs: remove raw release issue template automation notes
2022-12-05 09:58:15 +01:00
galargh
345c58ff7a
docs: ensure the changelogs are correctly linked
2022-12-05 09:52:43 +01:00
galargh
a1a7c987b0
docs: update examples in release issue teamplate
2022-12-05 09:50:10 +01:00
galargh
2c2926b7ab
docs: parameterise release issue template
2022-12-05 09:47:25 +01:00
Antonio Navarro Perez
5283c6f8b5
chore: Update go-routing-helpers dependency
...
It will avoid a deadlock when using parallel router to compose routers.
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
2022-12-02 13:42:28 -05:00
Rod Vagg
7d0ea08289
deps: go-merkledag@v0.8.1
2022-12-02 10:16:15 +11:00