Conversation
These updates are based on items from #9092
- point towards other implementations. - add a link to a future ipfs-implementations doc - link to IPFS in GO docs Co-authored-by: Marcin Rataj <lidel@lidel.org>
This fixes a regression introduced in 0.13.0, where websites hosted via index.html placed in UnixFS directory were always returned with Cache-Control: public, max-age=29030400, immutable even when loaded from mutable /ipns/ contentPath.
This adds a missing test for #3963
This fixes a regression around directory listing and index.html hosting. Seems that during one of recent refactors code changed and we no longer check for trailing slash in HTTP request path, but look at content path instead. This cleans this up and also ensures dir behavior is the same for both index.html hosting and dir-index-html (generated listing). It also adds more tests so we catch any future regressions.
fix(gw): directory URL normalization
Copied npm/choco/snap context from #9095
feat: go-libp2p v0.21 (rcmgr auto scaling)
See the release notes: https://github.com/gabriel-vasile/mimetype/releases/tag/v1.4.1 This is a valuable release with already public security fixes (which don't affect us AFAIT but better safe than sorry). More mimetypes and bug fixes.
feat: make corehttp a reusable component
This cleans up old CORS tests and adds more resolution (proper Origin test, testing custom header behavior) It also adds basic regression tests for /api/v0 subset exposed on Gateway port.
Better 'ipfs add --help' docs, based on feedback from https://discuss.ipfs.io/t/ipfs-for-publishing-research-data-car-files/14748
Co-authored-by: Jorropo <jorropo.pgm@gmail.com>
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
* correct data type for Reprovider.Interval Signed-off-by: Oleg Silkin <16809287+osilkin98@users.noreply.github.com> Co-authored-by: Jorropo <jorropo.pgm@gmail.com>
hacdias
pushed a commit
to ipfs/boxo
that referenced
this pull request
Jan 27, 2023
chore: Release v0.15.0 This commit was moved from ipfs/kubo@3ae52a4
This file contains hidden or 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
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.