generated from ipfs/ipfs-repository-template
-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #264 from ipfs/release
Release v0.8.0
- Loading branch information
Showing
3 changed files
with
67 additions
and
2 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.8.0] - 2023-04-05 | ||
### Added | ||
|
||
- Migrated repositories into Boxo | ||
- github.com/ipfs/interface-go-ipfs-core => ./coreiface | ||
- github.com/ipfs/go-pinning-service-http-client => ./pinning/remote/client | ||
- github.com/ipfs/go-path => ./path | ||
- github.com/ipfs/go-namesys => ./namesys | ||
- github.com/ipfs/go-mfs => ./mfs | ||
- github.com/ipfs/go-ipfs-provider => ./provider | ||
- github.com/ipfs/go-ipfs-pinner => ./pinning/pinner | ||
- github.com/ipfs/go-ipfs-keystore => ./keystore | ||
- github.com/ipfs/go-filestore => ./filestore | ||
- github.com/ipfs/go-ipns => ./ipns | ||
- github.com/ipfs/go-blockservice => ./blockservice | ||
- github.com/ipfs/go-ipfs-chunker => ./chunker | ||
- github.com/ipfs/go-fetcher => ./fetcher | ||
- github.com/ipfs/go-ipfs-blockstore => ./blockstore | ||
- github.com/ipfs/go-ipfs-posinfo => ./filestore/posinfo | ||
- github.com/ipfs/go-ipfs-util => ./util | ||
- github.com/ipfs/go-ipfs-ds-help => ./datastore/dshelp | ||
- github.com/ipfs/go-verifcid => ./verifcid | ||
- github.com/ipfs/go-ipfs-exchange-offline => ./exchange/offline | ||
- github.com/ipfs/go-ipfs-routing => ./routing | ||
- github.com/ipfs/go-ipfs-exchange-interface => ./exchange | ||
- github.com/ipfs/go-unixfs => ./ipld/unixfs | ||
- github.com/ipfs/go-merkledag => ./ipld/merkledag | ||
- github.com/ipld/go-car => ./ipld/car | ||
- Added a migration tool to aid in migrating from the migrated repositories to Boxo, see the documentation here: https://github.com/ipfs/boxo/blob/main/README.md#migrating-to-boxo | ||
- Added a check to ensure the migration tool is only run in a Git repository (with an optional override flag) | ||
- Added tracing and metrics to the refactored gateway for its IPFS backend | ||
|
||
|
||
### Changed | ||
|
||
- Removed a mention of "bitswap" in blockservice debug logs | ||
- Changed the Bitswap message package from "bitswap.message.pb" to "bitswap.message.v1.pb" to avoid protobuf panics due to duplicate registration with [go-bitswap](https://github.com/ipfs/go-bitswap) | ||
- Remove a busyloop in blockservice getBlocks by removing batching when caching | ||
|
||
### Deprecated | ||
|
||
None | ||
|
||
### Removed | ||
|
||
None | ||
|
||
### Fixed | ||
|
||
- Ensure dag-cbor/json codecs are registered in the gateway handler | ||
- Refactor the Gateway API to operate on higher level semantics | ||
- Fixed a panic in the gateway handler when returning errors | ||
|
||
### Security | ||
|
||
None |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"version": "v0.8.0-rc4" | ||
"version": "v0.8.0" | ||
} |