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.8.0 #7924

Merged
merged 176 commits into from
Feb 18, 2021
Merged

Release v0.8.0 #7924

merged 176 commits into from
Feb 18, 2021

Conversation

aschmahmann
Copy link
Contributor

No description provided.

aschmahmann and others added 30 commits August 26, 2020 16:10
…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
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
aschmahmann and others added 23 commits January 27, 2021 19:28
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/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.
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)
@aschmahmann aschmahmann changed the base branch from master to release February 18, 2021 22:05
@aschmahmann aschmahmann merged commit ce693d7 into release Feb 18, 2021
hacdias pushed a commit to ipfs/boxo that referenced this pull request Jan 27, 2023
@hacdias hacdias deleted the release-v0.8.0 branch May 9, 2023 11:00
gammazero pushed a commit to ipfs/boxo that referenced this pull request Sep 28, 2023
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.