galargh
3ff72a1b95
docs: add a step for verifying infra config
2023-02-08 15:11:31 +01:00
galargh
01eaa11d27
docs: add kuboreleaser to the release issue template
2023-01-31 16:13:17 +01:00
Piotr Galar
96a0eb2899
Merge branch 'master' into process-improvement-v0.18.0
2023-01-31 16:09:47 +01:00
Piotr Galar
cf2f378b9d
Update docs/RELEASE_ISSUE_TEMPLATE.md
2023-01-31 16:08:16 +01:00
galargh
bcf446d1a1
chore: hide manual steps now that commands request them themselves
2023-01-31 14:32:54 +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
galargh
c1e1d5e040
chore: update after v0.18.1
2023-01-31 10:30:26 +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
galargh
ed2b7eb488
chore: prepare branch
2023-01-30 12:48:02 +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
galargh
0ad00f62b2
chore: remove obsolete release issue template header
2023-01-26 17:35:42 +01:00
galargh
50bbaf99c1
feat: create dependency update PR during release
2023-01-26 17:30:14 +01:00
galargh
a567ac52ba
chore: hide release instructions which can be skipped
2023-01-26 17:17:46 +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
e1d0e13fe9
chore: remove obsolete PATCH_RELEASE_TEMPLATE.md
2023-01-26 16:30:27 +01:00
galargh
a3f7e84d62
chore: label release checklist items
2023-01-26 16:29:43 +01:00
galargh
feea7d36f6
chore: reword release checklist
2023-01-26 13:15:08 +01:00
galargh
b0296bbea6
feat: structure release checklist around kuboreleaser commands
2023-01-26 11:55:50 +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
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
galargh
faaac6e4cd
chore: combined improvements from v0.18.0-rc2
2023-01-04 18:59:21 +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
7db059b493
Update RELEASE_ISSUE_TEMPLATE.md
2022-12-13 22:09:55 +01:00
Piotr Galar
fe542db061
docs: add more automation commands to the release template
2022-12-13 16:55:20 +01:00
Piotr Galar
1ca3ea4a53
docs: enrich release issue template with initial set of mage commands
2022-12-13 10:58:37 +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