- Nov 14, 2024
-
-
Marcin Rataj authored
-
- Oct 17, 2024
-
-
gammazero authored
This PR creates changelog: v0.32
-
- Sep 11, 2024
-
-
Marcin Rataj authored
-
- Jun 10, 2024
-
-
Marcin Rataj authored
-
- Apr 15, 2024
-
-
Henrique Dias authored
-
- Mar 04, 2024
-
-
Henrique Dias authored
-
- Jan 22, 2024
-
-
Henrique Dias authored
-
- Dec 12, 2023
-
-
Henrique Dias authored
Removes the following commands: ipfs tar, ipfs urlstore, ipfs repo fsck, ipfs file ls, ipfs dns.
-
- Nov 08, 2023
-
-
Henrique Dias authored
-
- Oct 02, 2023
-
-
Henrique Dias authored
-
- Aug 14, 2023
-
-
Jorropo authored
-
- Jun 20, 2023
-
-
Henrique Dias authored
-
- Jun 15, 2023
-
-
Henrique Dias authored
-
- May 09, 2023
-
-
Henrique Dias authored
-
- Mar 20, 2023
-
-
galargh authored
-
- Jan 31, 2023
-
-
galargh authored
-
- Dec 08, 2022
-
-
Kubo Mage authored
-
- Nov 30, 2022
-
-
Antonio Navarro Perez authored
-
- Sep 22, 2022
-
-
Antonio Navarro Perez authored
New multi-router configuration system based on https://hackmd.io/G1KRDEX5T3qyfoBMkIrBew#Methods - Added a new routing type: "custom" - Added specific struct types for different Routers (instead of map[string]interface{}) - Added `Duration` config type, to make easier time string parsing - Added config documentation. - Use the latest go-delegated-routing library version with GET support. - Added changelog notes for this feature. It: - closes #9157 - closes #9079 - closes #9186
-
- Aug 25, 2022
-
-
Antonio Navarro Perez authored
-
- Jul 07, 2022
-
-
Antonio Navarro Perez authored
* Delegated Routing. Implementation of Reframe specs (https://github.com/ipfs/specs/blob/master/REFRAME.md ) using go-delegated-routing library. * Requested changes. * Init using op string * Separate possible ContentRouters for TopicDiscovery. If we don't do this, we have a ciclic dependency creating TieredRouter. Now we can create first all possible content routers, and after that, create Routers. * Set dht default routing type * Add tests and remove uneeded code * Add documentation. * docs: Routing.Routers * Requested changes. Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com> * Add some documentation on new fx functions. * Add changelog entry and integration tests * test: sharness for 'dht' in 'routing' commands Since 'routing' is currently the same as 'dht' (minus query command) we need to test both, that way we won't have unnoticed divergence in the default behavior. * test(sharness): delegated routing via reframe URL * Add more tests for delegated routing. * If any put operation fails, the tiered router will fail. * refactor: Routing.Routers: Parameters.Endpoint As agreed in https://github.com/ipfs/kubo/pull/8997#issuecomment-1175684716 * Try to improve CHANGELOG entry. * chore: update reframe spec link * Update go-delegated-routing dependency * Fix config error test * use new changelog format * Remove port conflict * go mod tidy * ProviderManyWrapper to ProviderMany * Update docs/changelogs/v0.14.md Co-authored-by: Adin Schmahmann <adin.schmahmann@gmail.com> Co-authored-by: Marcin Rataj <lidel@lidel.org> Co-authored-by: Adin Schmahmann <adin.schmahmann@gmail.com>
-
Jorropo authored
Closes #8976
-
- Jul 06, 2022
-
-
Jorropo authored
Co-authored-by: Adin Schmahmann <adin.schmahmann@gmail.com>
-
Jorropo authored
-
- Jun 09, 2022
-
-
Ikko Ashimine authored
-
- Jun 08, 2022
-
-
Gus Eggert authored
-
Gus Eggert authored
* feat: upgrade to go-libp2p-kad-dht@v0.16.0 * rename "cid format --codec" to "cid format --mc" * refactor(test): from --codec to --mc Co-authored-by: Marcin Rataj <lidel@lidel.org> (cherry picked from commit 8d7ed002)
-
Gus Eggert authored
* feat: disable resource manager by default We are disabling this by default for v0.13 as we work to improve the UX around Resource Manager. It is still usable and can be enabled in the IPFS config with "ipfs config --bool Swarm.ResourceMgr.Enabled true". We intend to enable Resource Manager by default in a subsequent release. * docs(config): Swarm.ResourceMgr disabled by default Co-authored-by: Marcin Rataj <lidel@lidel.org> (cherry picked from commit b1c051d2)
-
- Jun 03, 2022
-
-
Gus Eggert authored
* feat: upgrade to go-libp2p-kad-dht@v0.16.0 * rename "cid format --codec" to "cid format --mc" * refactor(test): from --codec to --mc Co-authored-by: Marcin Rataj <lidel@lidel.org>
-
- Jun 02, 2022
-
-
Gus Eggert authored
* feat: disable resource manager by default We are disabling this by default for v0.13 as we work to improve the UX around Resource Manager. It is still usable and can be enabled in the IPFS config with "ipfs config --bool Swarm.ResourceMgr.Enabled true". We intend to enable Resource Manager by default in a subsequent release. * docs(config): Swarm.ResourceMgr disabled by default Co-authored-by: Marcin Rataj <lidel@lidel.org>
-
- May 04, 2022
-
-
Adin Schmahmann authored
docs: v0.13.0 changelog
-
- Apr 28, 2022
-
-
Marten Seemann authored
* update go-libp2p to v0.19.0 * chore: go-namesys v0.5.0 * refactor(config): cleanup relay handling * docs(config): document updated defaults * fix(tests): panic during sharness * fix: t0160-resolve.sh See https://github.com/ipfs/go-namesys/pull/32 * fix: t0182-circuit-relay.sh * test: transport encryption Old tests were no longer working because go-libp2p 0.19 removed the undocumented 'ls' pseudoprotocol. This replaces these tests with handshake attempt (name is echoed back on OK or 'na' is returned when protocol is not available) for tls and noise variants + adds explicit test that safeguards us against enabling plaintext by default by a mistake. * fix: ./t0182-circuit-relay.sh test is flaky, for now we just restart the testbed when we get NO_RESERVATION error * refactor: AutoRelayFeeder with exp. backoff It starts at feeding peers ever 15s, then backs off each time until it is done once an hour Should be acceptable until we have smarter mechanism in go-lib2p 0.20 * feat(AutoRelay): prioritize Peering.Peers This ensures we feed trusted Peering.Peers in addition to any peers discovered over DHT. * docs(CHANGELOG): document breaking changes Co-authored-by: Marcin Rataj <lidel@lidel.org> Co-authored-by: Gus Eggert <gus@gus.dev>
-
- Apr 21, 2022
-
-
Lucas Molas authored
BREAKING CHANGES: - see https://github.com/ipfs/go-ipfs/pull/8568#issue-1063653194 Co-authored-by: Marcin Rataj <lidel@lidel.org>
-
- Apr 08, 2022
-
-
Adin Schmahmann authored
-
- Mar 16, 2022
-
-
Gus Eggert authored
-
- Feb 18, 2022
-
-
Adin Schmahmann authored
Add line to the breaking changes section indicating that there's a new version of ipfs-update needed to install go-ipfs v0.12.0
-
Adin Schmahmann authored
-
- Dec 26, 2021
-
-
Nguyễn Gia Phong authored
-
- Dec 08, 2021
-
-
Adin Schmahmann authored
-
- Sep 30, 2021
-
-
Adin Schmahmann authored
(cherry picked from commit 5d2a268c)
-