dependabot[bot]
9cd2c8c99c
chore(deps): bump github.com/ipfs/go-unixfsnode from 1.7.1 to 1.8.1
...
Bumps [github.com/ipfs/go-unixfsnode](https://github.com/ipfs/go-unixfsnode ) from 1.7.1 to 1.8.1.
- [Release notes](https://github.com/ipfs/go-unixfsnode/releases )
- [Commits](https://github.com/ipfs/go-unixfsnode/compare/v1.7.1...v1.8.1 )
---
updated-dependencies:
- dependency-name: github.com/ipfs/go-unixfsnode
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-26 11:26:39 +02:00
Jorropo
7cca58ea27
changelog: generalize fuse 9044's entry
2023-09-26 11:23:51 +02:00
Jorropo
0f1ec5949e
changelog: update fuse 9044's entry
2023-09-25 15:39:55 +02:00
Bernhard M. Wiedemann
7173178799
Update go-unixfsnode to 1.8.0 to fix FUSE
...
Fixes #9044 regression in 0.13.0 FUSE access to some files
2023-09-25 15:39:55 +02:00
Alejandro Criado-Pérez
cc3c224c62
docs: fix typos
2023-09-22 11:08:26 +00:00
Marcin Rataj
5c0508b8dd
docs: s/ipfs dht/amino dht/
2023-09-22 08:23:09 +02:00
Jorropo
c079a099c0
changelog: mention probelab RFM17.1 dht improvement
2023-09-21 20:14:21 +02:00
Jorropo
93b36793d6
chore: update go-libp2p-routing-helpers
2023-09-21 20:14:21 +02:00
Jorropo
551b36b83f
chore: update go-libp2p-kad-dht
2023-09-21 20:14:21 +02:00
Henrique Dias
0bac56c3aa
feat: add Gateway.DisableHTMLErrors option ( #10137 )
2023-09-21 15:03:17 +00:00
Henrique Dias
4e3008fdf3
docs: add changelog info for QUIC Draft 29 ( #10132 )
...
Co-authored-by: Adin Schmahmann <adin.schmahmann@gmail.com>
2023-09-20 13:27:52 +02:00
Jorropo
3f33e61d3a
chore: update to go1.21 for gateway over libp2p
2023-09-20 10:47:03 +02:00
Henrique Dias
d4c4f6c39c
chore: bump boxo to 0.13.0
2023-09-20 09:57:20 +02:00
Marcin Rataj
dbf6a05f42
docs(changelog): link to relevant IPIP
2023-09-16 22:24:30 +02:00
Marcin Rataj
8d28507814
docs: gateway-http-over-libp2p
2023-09-06 02:57:14 +02:00
Adin Schmahmann
d86192a9bf
changelog(gateway-over-libp2p): add gateway-over-libp2p changelog
2023-09-01 16:52:12 -04:00
Adin Schmahmann
f2c43d5bbf
feat(config): Add gateway-over-libp2p experiment
2023-09-01 16:52:09 -04:00
Jorropo
f7aa1204b1
feat: add gateway to http over libp2p
2023-08-30 18:51:22 +02:00
Santiago Botto
f7ab1e0b24
docs: remove link to deleted #accelerated-dht-client
2023-08-30 07:19:37 +02:00
Henrique Dias
4606586207
feat(gateway): expose /routing/v1 server (opt-in) ( #9877 )
2023-08-25 17:30:04 +02:00
Henrique Dias
5ea58251d5
chore: update boxo, go-libp2p, and internalize mplex ( #10095 )
2023-08-24 06:11:02 +00:00
Henrique Dias
1e5ce93659
fix: use %-encoded headers in most compatible way
2023-08-22 15:43:01 +02:00
Henrique Dias
2aa721b121
chore: bump to go 1.20
...
- Bumps golangci-lint to work for the new Go version
- Removes rand.Seed, which has been deprecated. It is seeded by default
with a random value since Go 1.20.
- Replaces deprecated Fuse errors with syscall.Errno
2023-08-22 15:43:01 +02:00
Marcin Rataj
733b01a37b
fix(gw): useful IPIP-402 CARs on not found errors ( #10084 )
...
Co-authored-by: Henrique Dias <hacdias@gmail.com>
2023-08-18 06:54:08 +00:00
Amir Mohammad Fakhimi
ced348366c
feat: add zsh completions ( #10040 )
...
Co-authored-by: Henrique Dias <hacdias@gmail.com>
2023-08-17 16:43:27 +02:00
Kay
f12b372af9
style: gofumpt and godot [skip changelog] ( #10081 )
2023-08-17 14:02:08 +02:00
Jorropo
b4f415088f
chore: bump boxo for verifcid breaking changes
...
This is a Q&D fix to get kubo building again, this is completely equivalent to what we used to have.
I'll submit a patch that DI the verifcid.Allowlist interface with fx later but this is needed to unblock something else.
2023-08-17 13:41:30 +02:00
Jorropo
f805b9fcda
feat: allow users to optin again into mplex
...
This is a partial revert of 7220409394 .
Closes #9958
2023-08-15 14:53:44 +02:00
Jorropo
7220409394
feat: remove Mplex
...
Mplex does not implement backpressure, our implementation will randomly reset streams if buffers overflow instead of risking deadlocks.
In the past we had a bug where kubo nodes would prefer mplex over yamux. Turning off mplex make our connections to thoses nodes negociate yamux.
Closes #9958
2023-08-15 11:35:45 +02:00
Jorropo
fe94dade32
docs: add v0.23.md
2023-08-14 15:04:36 +02:00
Jorropo
ea4bf382af
docs: get ready for v0.23
2023-08-14 15:01:41 +02:00
Marcin Rataj
54ac8124c3
chore: fix link in v0.22 changelog
2023-08-09 20:58:54 +02:00
Jorropo
efa179fce4
changelog: add mkreleaselog for v0.22
2023-08-08 16:42:12 +02:00
Jorropo
b8e393056c
chore: bump go-libp2p v0.29.2
2023-08-08 14:26:58 +02:00
Jorropo
f1ec5298a9
Merge branch 'release-v0.21' back into master
2023-08-08 14:18:32 +02:00
Jorropo
61e0779f66
changelog: make v0.21.1
2023-08-08 14:01:19 +02:00
Jorropo
50e03fdd1d
chore: update go-libp2p to v0.27.9
2023-08-08 14:01:19 +02:00
Jorropo
cee9052f2b
chore: update boxo to v0.10.3
2023-08-08 14:01:19 +02:00
Jorropo
3fe788028c
chore: bump go-libp2p to v0.27.8
2023-08-08 11:36:46 +02:00
Jorropo
4cd49cfca8
chore: bump go-libp2p v0.29.1
2023-08-04 18:31:58 +02:00
Jorropo
5bec4d6756
ci: switch from testing against js-ipfs to helia ( #10042 )
...
* ci: switch interop tests from js-ipfs to helia
Fixes #10013
* Update .github/workflows/build.yml
Co-authored-by: Henrique Dias <hacdias@gmail.com>
---------
Co-authored-by: Henrique Dias <hacdias@gmail.com>
2023-08-02 17:01:41 +02:00
Jorropo
89b0432387
chore: merge release back into master
...
Needs to include 9db33d3191
2023-07-31 17:13:48 +02:00
Jorropo
67ac4f4078
chore: change orbitdb to haydenyoung EARLY_TESTERS
...
https://github.com/ipfs/kubo/issues/9911#issuecomment-1658468324
2023-07-31 17:08:29 +02:00
Antonio Navarro Perez
2cf65f28eb
chore: update early testers list ( #9218 )
...
* chore: Update early testers list
* cleaning up early testers
---------
Co-authored-by: Adin Schmahmann <adin.schmahmann@gmail.com>
Co-authored-by: Piotr Galar <piotr.galar@gmail.com>
2023-07-31 15:34:17 +02:00
Marcin Rataj
afa891b0ed
docs: changelog v0.21 fixes ( #10037 )
...
Co-authored-by: Jorropo <jorropo.pgm@gmail.com>
2023-07-27 20:14:30 +02:00
Jorropo
149190c5a6
chore: update changelog for v0.22
2023-07-27 11:55:23 +00:00
Jorropo
5a0a9ede15
chore: bump boxo to v0.11.0 for release
2023-07-27 12:08:19 +02:00
Jorropo
6be6630e4e
libp2p: stop reporting ProtocolVersion
2023-07-26 14:48:19 +02:00
Marco Munizaga
649283bb6c
chore: update go-libp2p to v0.29.0
2023-07-26 14:48:19 +02:00
Marten Seemann
c08313f032
chore: update go-libp2p to v0.28.1
...
Co-authored-by: Jorropo <jorropo.pgm@gmail.com>
2023-07-26 14:48:19 +02:00