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.31.0 [skip changelog] #10535

Merged
merged 38 commits into from
Oct 16, 2024
Merged

Release: v0.31.0 [skip changelog] #10535

merged 38 commits into from
Oct 16, 2024

Conversation

gammazero
Copy link
Contributor

This PR creates release v0.31.0

lidel and others added 30 commits August 22, 2024 01:48
* fix keystore.md
* fix config.md
* fix datastores.md
* fix libp2p-resource-management.md
* Update go-unixfsnode dependency
* Update go-ipfs-cmds
* chore: boxo@main with boxo#659

---------

Co-authored-by: Marcin Rataj <[email protected]>
- Benchmarks were failing with error setting number of bits for ed25519 keys, which are the default now.
- Update the random data generation package to remove a dependency.
* chore: upgrade to go 1.23

https://tip.golang.org/doc/go1.23

* refactor: golangci-lint v1.60.2
…ers (#10497)

Preserve hostname specified with --api in http request headers

- Replaces PR #10233
- Add test to check for hostname in HTTP header
- Update docs/changelogs/v0.30.md
Switching back until #10501 is resolved.
* chore(deps): bump docker/login-action from 3.1.0 to 3.3.0

Bumps [docker/login-action](https://github.com/docker/login-action) from 3.1.0 to 3.3.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@e92390c...9780b0c)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Update .github/workflows/docker-image.yml

* Update .github/workflows/docker-image.yml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marcin Rataj <[email protected]>
Merge Release: v0.30.0 [skip changelog]
* docs(config): improve profile descriptions
* chore: move profiles and types to the end
* docs: clarify Gateway.PublicGateways
* docs: caution about reusing domains
Allow configuration of the bitswap server's replace WantHave with WantBlock maximum block size using the Internal.Bitswap.WantHaveReplaceSize config item. This sets the maximum size of a block in bytes up to which we will replace a want-have with a want-block. Setting a size of 0 disables this replacement and means that block sizes are not read for WantHave requests.

See ipfs/boxo#672 for more details

Updated boxo to version with PR 672

---------

Co-authored-by: Marcin Rataj <[email protected]>
moving reprovide on/off to separate profile to avoid footgun
where node no longer announces to DHT + ipfs daemon check
that prints warning on start if reprovide system is disabled
* Upgrade to Boxo v0.24.0
* Update to boxo release v0.24.0
* chore: client_golang v1.20.4
* chore: go-libp2p-kbucket v0.6.4
* chore: go-libp2p v0.36.4
* chore: go-car/v2 v2.14
* chore: go-ipld-cbor v0.2.0
* include pebble as built-in plugin

Pebble provides a high-performance alternative to leveldb as the datastore, and will serve as a replacement for badger1.

There are a number of tuning parameters available for tuning pebble's performance to your specific needs. Default values are used for any that are not configured or are set to the parameter's zero-value.

Requires ipfs/go-ds-pebble#39

Closes #10347

* docs: remove mention of ipfs-ds-convert. Rationale: ipfs-inactive/ipfs-ds-convert#50
* docs: pebbleds profile
* test: meaningful t0025-datastores.sh
* Update config/init.go
* Update docs/config.md
* Do not hard-code zero values into pebble config
…10533)

* Update config doc with more info about Pebble

Provide additional information about some key behaviors that may be useful for deciding what datastore to use.
@gammazero gammazero marked this pull request as ready for review October 16, 2024 16:41
@gammazero gammazero requested review from lidel and a team as code owners October 16, 2024 16:41
@gammazero gammazero merged commit 5a32936 into release Oct 16, 2024
12 checks passed
@gammazero gammazero deleted the release-v0.31.0 branch October 16, 2024 16:43
@gammazero gammazero restored the release-v0.31.0 branch October 16, 2024 16:43
@gammazero gammazero mentioned this pull request Oct 17, 2024
34 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants