-
-
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.8.0 #7924
Merged
Merged
Release v0.8.0 #7924
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
update version to 0.8.0-dev
…d fail early for namespaces other than /pk or /ipns
fix: ipfs dht put/get commands with peerIDs encoded as CIDs
docs: update config to indicate SECIO deprecation
chore: bump interop and version of js-ipfs used by interop in CI
Fix --ipns-base alias
This reverts commit 480defa.
This fixes a bug and documents X-Forwarded-Host License: MIT Signed-off-by: Marcin Rataj <[email protected]>
This implements 'attachment' mode triggered then ?filename parameter is accompanied with &download=true When Content-Disposition: attachment is detected by a modern browser it will skip rendering and immediately open the "save as" dialog, making this useful feature for using IPFS gateway as target of "Download" links on various websites. Parameter name was suggested in: #4177 (comment)
This adds ASCII-only filename for clients that do not implement RFC 5987 Closes #7648
This switches go-ipfs to dir-index-html after ipfs/dir-index-html#43 got merged to master
This adds proper end-to-end tests for directory listing on Gateway port that protects us against regressions oni each gw type: - path gateway - subdomain gateway - dnslink website gateway Tests cover: - etag/unicode support - breadcrumbs - file name column - hash column
Release v0.7.0
fix build on Plan 9
fix: normalize remote service endpoint
This adds clarification suggested in #7823 (review)
docs: comma delimited options in pin remote --help
* Improve error message when running key commands that must be run when the daemon is not already running Fixes Issue #7814 `ipfs key export` now does a PreRun check like `ipfs key rotate` was to give a better error to the user then "someone else has the lock" in the event that the daemon is running while trying to execute these offline-only commands. While unlikely the "someone else has the lock" error can still be shown if two processes try and grab the repo lock at the same time. This PreRun function is also exported so it can be used by `ipfs init` where it was originally copied from. * Added more `ipfs key` command tests When daemon is running: - Test that import works - Test that export fails - Test that rotate fails
* show the domain name if DNSLink failed to resolve a domain because it wasn't a valid domain name Original author: @AluisioASG
Bumps [github.com/ipfs/go-graphsync](https://github.com/ipfs/go-graphsync) from 0.5.2 to 0.6.0. - [Release notes](https://github.com/ipfs/go-graphsync/releases) - [Changelog](https://github.com/ipfs/go-graphsync/blob/master/CHANGELOG.md) - [Commits](ipfs/go-graphsync@v0.5.2...v0.6.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
Bumps [github.com/gogo/protobuf](https://github.com/gogo/protobuf) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/gogo/protobuf/releases) - [Commits](gogo/protobuf@v1.3.1...v1.3.2) Signed-off-by: dependabot-preview[bot] <[email protected]>
…pfs/go-graphsync-0.6.0 chore(deps): bump github.com/ipfs/go-graphsync from 0.5.2 to 0.6.0
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.6.1 to 1.7.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.6.1...v1.7.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
* remote pinning service MFS policy * update go-ipfs-config * hardening secret sanitization in `ipfs config` commands Co-authored-by: Adin Schmahmann <[email protected]> Co-authored-by: Marcin Rataj <[email protected]>
…ogo/protobuf-1.3.2 chore(deps): bump github.com/gogo/protobuf from 1.3.1 to 1.3.2
…tretchr/testify-1.7.0 chore(deps): bump github.com/stretchr/testify from 1.6.1 to 1.7.0
* Update some go libraries to pull in bug fixes. This will fix the s3 plugin. See ipfs/go-ds-s3#146. * Update other libraries for more bug fixes. This is intentionally minimal as I'm filing it against the release branch.
(cherry picked from commit c338ed8)
Co-authored-by: Adin Schmahmann <[email protected]> (cherry picked from commit af96ded)
Co-authored-by: Jessica Schilling <[email protected]> (cherry picked from commit aaa64ba)
(cherry picked from commit 0483825)
Stebalien
approved these changes
Feb 18, 2021
hacdias
pushed a commit
to ipfs/boxo
that referenced
this pull request
Jan 27, 2023
Release v0.8.0 This commit was moved from ipfs/kubo@ce693d7
gammazero
pushed a commit
to ipfs/boxo
that referenced
this pull request
Sep 28, 2023
Release v0.8.0 This commit was moved from ipfs/kubo@ce693d7
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.
No description provided.