Henrique Dias
851248aedc
chore: create next changelog
2023-05-09 13:05:13 +00:00
Henrique Dias
3a6fa1e229
chore: update changelog for v0.20
2023-05-09 09:31:11 +00:00
Henrique Dias
d2c578878f
docs: add changelog for v0.19.2
2023-05-09 11:18:59 +02:00
Henrique Dias
7ea0b07038
docs: add ipfs pubsub deprecation reminder to changelog ( #9827 )
2023-04-25 13:49:27 +02:00
Steve Loeppky
b706d64487
docs: preparing 0.20 changelog for release ( #9799 )
...
Co-authored-by: Gus Eggert <gus@gus.dev>
Co-authored-by: Marcin Rataj <lidel@lidel.org>
Co-authored-by: Henrique Dias <hacdias@gmail.com>
2023-04-25 13:49:27 +02:00
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
Gus Eggert
68ee5e61a8
feat: add changelog entry for router timeouts for v0.19.1 ( #9784 )
...
* feat: add changelog entry for router timeouts for v0.19.1
* Apply suggestions from code review
Co-authored-by: Steve Loeppky <biglep@protocol.ai>
---------
Co-authored-by: Steve Loeppky <biglep@protocol.ai>
2023-04-03 11:21:53 -04:00
galargh
1f36e3dbe6
chore: create next changelog
2023-03-20 16:35:00 +00:00
Piotr Galar
eb7d6f98df
Merge branch 'master' into merge-release-v0.19.0
2023-03-20 16:48:58 +01:00
galargh
13865920d8
docs: update changelog
2023-03-20 12:33:11 +01:00
Jorropo
c9fc10dafc
fix: remove outdated changelog part
2023-03-20 12:23:16 +01:00
Piotr Galar
754264fc08
Merge pull request #9707 from ipfs/changelog-0.19
...
docs: 0.19 changelog
2023-03-20 11:45:57 +01:00
Jorropo
cc5e1325b4
chore: deprecate the pubsub api
...
Fixes #9717
2023-03-20 10:04:53 +01:00
Gus Eggert
2510f06364
feat: add "autoclient" routing type
...
This routing type is the same as "auto" but it creates the DHT in
"client" mode and hence does not start a DHT server.
2023-03-20 10:02:06 +01:00
Piotr Galar
3382058c5f
Merge branch 'master' into changelog-0.19
2023-03-20 09:51:00 +01:00
Jorropo
1f5763f787
chore: deprecate the pubsub api
...
Fixes #9717
2023-03-15 04:42:02 +01:00
Marcin Rataj
a4052c645b
chore: fix toc in changelog for 0.18
2023-03-10 15:30:18 +01:00
Gus Eggert
0d94bac30c
feat: add "autoclient" routing type
...
This routing type is the same as "auto" but it creates the DHT in
"client" mode and hence does not start a DHT server.
2023-03-09 08:18:14 -05:00
Marcin Rataj
fb663c6bb4
docs: add IPIP-351 to 0.19 changelog
2023-03-09 00:24:46 +01:00
Jorropo
f509e24984
docs: add PubSub to changelog
2023-03-08 17:59:42 +01:00
Steve Loeppky
f84ad6d627
Doc updates/additions
2023-03-03 12:39:25 +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
Marcin Rataj
e59c605f2a
docs(0.18.1): guide users to clean up limits ( #9644 )
2023-02-13 15:20:59 +01:00
galargh
c155e40072
chore: create next changelog
2023-01-31 13:12:25 +00: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
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
galargh
7edf86c3b3
docs: update changelog
2023-01-23 14:18:01 +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
0ae3285a76
docs: clarify browser descriptions for webtransport
2023-01-23 12:04:50 +01:00
Jorropo
5138e7ba07
fix: hint people to changing from RSA peer ids
2023-01-23 12:00:42 +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
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
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
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
galargh
227641a309
Merge remote-tracking branch 'origin/master' into merge-release-v0.17.0
2022-11-23 10:56:34 +01:00
galargh
d007b2ae38
docs: udpate changelog
2022-11-22 13:20:20 +01:00