Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.34.0 #10745

Merged
merged 77 commits into from
Mar 20, 2025
Merged

Release v0.34.0 #10745

merged 77 commits into from
Mar 20, 2025

Conversation

lidel
Copy link
Member

@lidel lidel commented Mar 5, 2025

cc #10685

lidel and others added 30 commits December 20, 2024 19:28
Add example of setting array to config command help
* fix/gateway: escape directory redirect URLs

When a director gets redirected to a URL with a treailing slash, special chars in the directory name must be escaped in the redirect URL. This upgrades to a version of box that has that fix.

Closes #10536

* Fix sharness test for new redirect URLs
* Update to latest boxo
* Use latest gateway-conformance
* fix typos and comment formatting
* fix(cli): support HTTPS in ipfs --api

Closes #10539

* chore: go-ipfs-cmds v0.14.1

https://github.com/ipfs/go-ipfs-cmds/releases/tag/v0.14.1

* docs: ipfs --api example

* test(cli): https rpc support

makes sure we dont have regression where HTTPS endpoint
starts getting cleartext requests
* fix(dns): update default DNSLink resolvers

Depends on
- ipfs/boxo#781
- ipfs/boxo#782

* chore: latest boxo main and go-doh-resolver v0.5.0

makes error message better, informing which URL failled

* chore: p2p-forge v0.2.1+

this removes acmez/v2 and fixes go vet

* chore: latest boxo with DoH fixes

commit from main branch that includes:
ipfs/boxo#645
ipfs/boxo#782
ipfs/boxo#781
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@7f8b4b4...1e68e06)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Upgrade to Boxo v0.27.0
* fix(autotls): renewal and AutoTLS.ShortAddrs

updates to p2p-forge/client with fix from
ipshipyard/p2p-forge#42

we also add AutoTLS.ShortAddrs flag and enable it by default
to benefit from shorter addrs discusses in
ipshipyard/p2p-forge#40

* test: fix flaky NewRandPort

reducing chance of bind: address already in use
* Upgrade to Boxo v0.27.1
* update changelog
* use tagged release of boxo
* Upgrade to Boxo v0.27.2
* Create spellcheck.yml
* Create .codespell-ignore
---------

Co-authored-by: Marcin Rataj <[email protected]>
Co-authored-by: Guillaume Michel <[email protected]>
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.1.2 to 5.3.1.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@1e68e06...13ce06b)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add lastRun, NextRun, move reprovide cmd to routing.
* acceleratedDHT logic
* changelog
* depend on latest boxo

---------

Co-authored-by: guillaumemichel <[email protected]>
Co-authored-by: Guillaume Michel <[email protected]>
dependabot bot and others added 7 commits March 4, 2025 10:17
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.3.1 to 5.4.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@13ce06b...0565863)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* docs(config): add security considerations for rpc

we already had big red box at
https://docs.ipfs.tech/reference/kubo/rpc/,
however users reading kubo docs could miss it.

this ensures it is not possible to miss these basic notes.
* use go-datastore without go-process
* update go-ds-xxx dependencies
* update go-libp2p-kad-dht
* bitswap api changes
* Do not use multiple multi-error packages, pick one
* update boxo
* update expected metrics
* Upgrade to Boxo v0.29.0
* update changelog
Signed-off-by: Abhinav Prakash <[email protected]>
Co-authored-by: Marcin Rataj <[email protected]>
Co-authored-by: Andrew Gillis <[email protected]>
@lidel lidel added the skip/changelog This change does NOT require a changelog entry label Mar 5, 2025
This was referenced Mar 5, 2025
hsanjuan and others added 8 commits March 14, 2025 18:19
Fixes #10596.

The reproviding process can take long. Currently, each CID to be provided is
obtained by making a query to the pinner and reading one by one as the CIDs
get provided.

While this query is ongoing, the pinner holds a Read mutex on the pinset.

If a pin-add-request arrives, a goroutine will start waiting for a Write mutex
on the pinset. From that point, no new Read mutexes can be taken until the writer
can proceed and finishes.

However, no one can proceed because the read mutex is still held while the
reproviding is ongoing.

The fix is mostly in Boxo, where we add a "buffered" provider which reads the
cids onto memory so that they can be provided at its own pace without making
everyone wait.

The consequence is we will need more RAM memory. Rule of thumb is 1GiB extra per 20M cids to be reprovided.

(cherry picked from commit ba22102)
(cherry picked from commit 9de9384)
* fix typos
* fix func name in docstring
* use t.TempDir instead of os.MkdirTemp
* fix typo
* unique option names

(cherry picked from commit 095cc0d)
* Upgrade to Boxo v0.29.1

(cherry picked from commit 183dc7d)
* docs(readme): update min. requirements + cleanup

Adding note about extra memory requirement due to
ba22102

* docs(config): memory cost of buffered provider

Co-authored-by: Daniel Norman <[email protected]>
(cherry picked from commit 96f3007)
@lidel lidel force-pushed the release-v0.34.0 branch from ca706f0 to 28efb96 Compare March 14, 2025 19:06
@lidel lidel force-pushed the release-v0.34.0 branch from 3ff5ab0 to 38f255e Compare March 20, 2025 20:12
@lidel lidel marked this pull request as ready for review March 20, 2025 20:14
@lidel lidel requested a review from a team as a code owner March 20, 2025 20:14
@lidel lidel merged commit 5cca561 into release Mar 20, 2025
14 checks passed
@lidel lidel deleted the release-v0.34.0 branch March 20, 2025 20:14
@lidel lidel restored the release-v0.34.0 branch March 20, 2025 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip/changelog This change does NOT require a changelog entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.