-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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.10.0 #8474
Merged
Merged
Release v0.10.0 #8474
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
At commit 0, there is no parent.
Bumps [github.com/coreos/go-systemd/v22](https://github.com/coreos/go-systemd) from 22.3.1 to 22.3.2. - [Release notes](https://github.com/coreos/go-systemd/releases) - [Commits](coreos/go-systemd@v22.3.1...v22.3.2) Signed-off-by: dependabot[bot] <[email protected]>
update version to 0.10.0-dev
build: ignore generated files in changelog
This commit fixes the issue that the test of peering.PeeringService must check the connection of h3 but did not. This line seemed to be unintended.
fix(peering_test) : Fix the peering_test to check the connection explicitly added
config.md: fix typos/improve wording
* pinmfs: log error if pin failed * refactor: log pre-existing remote mfs pins This cleans up debug logging and ensures we use %q for data read from remote services. We log pre-existing pins for MFS root and print ERROR if pin for current root has status "failed", otherwise, we log to debug. Co-authored-by: Marcin Rataj <[email protected]>
Bumps [github.com/ipfs/go-bitswap](https://github.com/ipfs/go-bitswap) from 0.3.3 to 0.3.4. - [Release notes](https://github.com/ipfs/go-bitswap/releases) - [Commits](ipfs/go-bitswap@v0.3.3...v0.3.4) Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github.com/libp2p/go-doh-resolver](https://github.com/libp2p/go-doh-resolver) from 0.3.0 to 0.3.1. - [Release notes](https://github.com/libp2p/go-doh-resolver/releases) - [Commits](libp2p/go-doh-resolver@v0.3.0...v0.3.1) Signed-off-by: dependabot[bot] <[email protected]>
This bumps webui to bugfix release based on feedback from 0.9.0-rc1: https://github.com/ipfs/ipfs-webui/releases/tag/v2.12.3
This hides "(n)" when value is same as SI, and makes SI "3k" (instead of "3 k")
This will print ERROR to log if daemon running in online mode has no peers after one minute since start.
* chore: update IPFS Desktop testing steps Co-authored-by: Marcin Rataj <[email protected]> (cherry picked from commit 65d570c)
When developing against ipfs/go-ipfs, we would like to be able to use the 2xlarge resource class for faster build and test cycles, but many external contributers will not have this resource class available to them. There is no direct way to change the resource class, so this uses dynamic config to generate a parameters JSON obj which is then fed into the configuration when the workflow starts, based on the Git URL of the build. For repos other than ipfs/go-ipfs, this reverts back to the "medium" resource class with a Make job parallelism of 3. (cherry picked from commit b2c3959)
This was accidentally bumped up, but it doesn't need to be and slows things down rather than helps. (cherry picked from commit ef0428a)
(cherry picked from commit cfdfbc3)
* feat: added swarm peering command supporting add, ls and rm Co-authored-by: Steven Allen <[email protected]> (cherry picked from commit a651045)
(cherry picked from commit 92854db)
* Add a transcoder command to multibase In order to more easily facilitate the conversion between multibase formats, include a transcode command to avoid `multibase decode | multibase encode` * Example code needed go mod tidy Co-authored-by: gammazero <[email protected]> (cherry picked from commit c891109)
* feat(cli): add daemon option --agent-version-suffix * fix sharness test when commit is empty (release) (cherry picked from commit 3a84352)
Release Notes: https://github.com/ipfs/ipfs-webui/releases/tag/v2.13.0 (cherry picked from commit 6a10c1d)
* feat: report block count on `dag import` * fix: clean-up dag import message format * Only print stats when --stats flag is passed This applies to both text and json output encoding. - Stats data is now contained within a Stats datastructure - Stats are printed after root so that first line of output is the same as previously, even when stats are output using --stats * fix sharness test * Add PayloadBytesCount to stats * Attempt to stabilize flaky tests * Rename PayloadBytesCount to BlockBytesCount * Correctly calculate size or imported dag * Use RawSize of original block for import bytes calc * test: dag import without --stats basic regression tests for the default output (text and json) Co-authored-by: gammazero <[email protected]> Co-authored-by: Marcin Rataj <[email protected]> (cherry picked from commit 0057199)
(cherry picked from commit d6127b0)
(cherry picked from commit 4969ed2)
(cherry picked from commit 2920679)
(cherry picked from commit b83651b)
…ng shards (cherry picked from commit 6bf4429)
(cherry picked from commit 5471092)
(cherry picked from commit 56a2ae9)
(cherry picked from commit d576e53)
(cherry picked from commit 2589e1f)
(cherry picked from commit 85e30b9)
(cherry picked from commit 5d2a268)
Closed
62 tasks
guseggert
approved these changes
Sep 30, 2021
hacdias
pushed a commit
to ipfs/boxo
that referenced
this pull request
Jan 27, 2023
Release v0.10.0 This commit was moved from ipfs/kubo@64b532f
gammazero
pushed a commit
to ipfs/boxo
that referenced
this pull request
Sep 28, 2023
Release v0.10.0 This commit was moved from ipfs/kubo@64b532f
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The only new things since v0.10.0-rc2 are: