Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
G
go-ipfs
概览
概览
详情
活动
周期分析
版本库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
jihao
go-ipfs
Commits
4326c3ee
提交
4326c3ee
authored
10月 29, 2018
作者:
Steven Allen
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
flesh out changelog with changes in sub-packages
License: MIT Signed-off-by:
Steven Allen
<
steven@stebalien.com
>
上级
46ee56f5
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
117 行增加
和
3 行删除
+117
-3
CHANGELOG.md
CHANGELOG.md
+117
-3
没有找到文件。
CHANGELOG.md
浏览文件 @
4326c3ee
...
...
@@ -229,9 +229,6 @@ be replaced with a proper CID-version agnostic datastore.
### go-ipfs changelog
TODO: only changes in the go-ipfs repo are included. We need to include changes
from other repos (we'll want a script).
Features (i.e., users take heed):
-
gossipsub (
[
ipfs/go-ipfs#5373
](
https://github.com/ipfs/go-ipfs/pull/5373
)
)
-
support /ipfs/CID in
`ipfs dht findprovs`
(
[
ipfs/go-ipfs#5329
](
https://github.com/ipfs/go-ipfs/pull/5329
)
)
...
...
@@ -384,6 +381,123 @@ Cleanup:
-
cmds/dag: use new cmds lib (
[
ipfs/go-ipfs#5662
](
https://github.com/ipfs/go-ipfs/pull/5662
)
)
-
commands/ping: use new cmds lib (
[
ipfs/go-ipfs#5675
](
https://github.com/ipfs/go-ipfs/pull/5675
)
)
### related changelogs
Changes to sub-packages go-ipfs depends on. This
*does not*
include libp2p or multiformats.
github.com/ipfs/go-log
-
update gogo protobuf (
[
ipfs/go-log#39
](
https://github.com/ipfs/go-log/pull/39
)
)
-
rename the protobuf to loggabletracer (
[
ipfs/go-log#41
](
https://github.com/ipfs/go-log/pull/41
)
)
-
protect loggers with rwmutex (
[
ipfs/go-log#44
](
https://github.com/ipfs/go-log/pull/44
)
)
-
make logging prettier (
[
ipfs/go-log#45
](
https://github.com/ipfs/go-log/pull/45
)
)
-
add env vars for logging to file and syslog (
[
ipfs/go-log#46
](
https://github.com/ipfs/go-log/pull/46
)
)
-
remove syslogger (
[
ipfs/go-log#47
](
https://github.com/ipfs/go-log/pull/47
)
)
github.com/ipfs/go-datastore
-
implement DiskUsage for the rest of the datastores (
[
ipfs/go-datastore#86
](
https://github.com/ipfs/go-datastore/pull/86
)
)
-
switch to google's uuid library (
[
ipfs/go-datastore#89
](
https://github.com/ipfs/go-datastore/pull/89
)
)
-
return ErrNotFound from the NullDatastore instead of nil, nil (
[
ipfs/go-datastore#92
](
https://github.com/ipfs/go-datastore/pull/92
)
)
-
Add TTL and Transactional interfaces (
[
ipfs/go-datastore#91
](
https://github.com/ipfs/go-datastore/pull/91
)
)
-
improve testing (
[
ipfs/go-datastore#93
](
https://github.com/ipfs/go-datastore/pull/93
)
)
-
Add support for querying entry expiration (
[
ipfs/go-datastore#96
](
https://github.com/ipfs/go-datastore/pull/96
)
)
-
Allow ds.NewTransaction() to return an error (
[
ipfs/go-datastore#98
](
https://github.com/ipfs/go-datastore/pull/98
)
)
-
add a GetSize method (
[
ipfs/go-datastore#99
](
https://github.com/ipfs/go-datastore/pull/99
)
)
github.com/ipfs/go-cid
-
Add tests for Set type (
[
ipfs/go-cid#63
](
https://github.com/ipfs/go-cid/pull/63
)
)
-
Create new Builder interface for creating CIDs. (
[
ipfs/go-cid#53
](
https://github.com/ipfs/go-cid/pull/53
)
)
-
cid-fmt Enhancments (
[
ipfs/go-cid#61
](
https://github.com/ipfs/go-cid/pull/61
)
)
-
add String benchmark (
[
ipfs/go-cid#44
](
https://github.com/ipfs/go-cid/pull/44
)
)
-
add a streaming CID set (
[
ipfs/go-cid#67
](
https://github.com/ipfs/go-cid/pull/67
)
)
-
Extract non-core functionality from go-cid into go-cidutil (
[
ipfs/go-cid#69
](
https://github.com/ipfs/go-cid/pull/69
)
)
-
cid implementation research (
[
ipfs/go-cid#70
](
https://github.com/ipfs/go-cid/pull/70
)
)
-
cid implementation variations++ (
[
ipfs/go-cid#72
](
https://github.com/ipfs/go-cid/pull/72
)
)
-
Create a new Encode method that is like StringOfBase but never errors (
[
ipfs/go-cid#60
](
https://github.com/ipfs/go-cid/pull/60
)
)
-
add codecs for Dash blocks, tx (
[
ipfs/go-cid#78
](
https://github.com/ipfs/go-cid/pull/78
)
)
github.com/ipfs/go-ds-flatfs
-
check error before defer-removing disk usage file (
[
ipfs/go-ds-flatfs#47
](
https://github.com/ipfs/go-ds-flatfs/pull/47
)
)
-
add GetSize function (
[
ipfs/go-ds-flatfs#48
](
https://github.com/ipfs/go-ds-flatfs/pull/48
)
)
github.com/ipfs/go-ds-measure
-
(
[
ipfs/go-ds-measure#
](
https://github.com/ipfs/go-ds-measure/pull/
)
)
github.com/ipfs/go-ds-leveldb
-
recover datastore on corruption (
[
ipfs/go-ds-leveldb#15
](
https://github.com/ipfs/go-ds-leveldb/pull/15
)
)
-
Add transactional support to leveldb datastore. (
[
ipfs/go-ds-leveldb#17
](
https://github.com/ipfs/go-ds-leveldb/pull/17
)
)
-
implement GetSize (
[
ipfs/go-ds-leveldb#18
](
https://github.com/ipfs/go-ds-leveldb/pull/18
)
)
github.com/ipfs/go-metrics-prometheus
-
use an existing metric when it has already been registered (
[
ipfs/go-metrics-prometheus#1
](
https://github.com/ipfs/go-metrics-prometheus/pull/1
)
)
github.com/ipfs/go-metrics-interface
-
update the counter interface to match prometheus (
[
ipfs/go-metrics-interface#2
](
https://github.com/ipfs/go-metrics-interface/pull/2
)
)
github.com/ipfs/go-ipld-format
-
add copy dagservice function (
[
ipfs/go-ipld-format#41
](
https://github.com/ipfs/go-ipld-format/pull/41
)
)
github.com/ipfs/go-ipld-cbor
-
Refactor to refmt (
[
ipfs/go-ipld-cbor#30
](
https://github.com/ipfs/go-ipld-cbor/pull/30
)
)
-
import changes from the filecoin branch (
[
ipfs/go-ipld-cbor#41
](
https://github.com/ipfs/go-ipld-cbor/pull/41
)
)
-
register the BitIntAtlasEntry for the tests (
[
ipfs/go-ipld-cbor#43
](
https://github.com/ipfs/go-ipld-cbor/pull/43
)
)
-
attempt to allocate a bit less (
[
ipfs/go-ipld-cbor#45
](
https://github.com/ipfs/go-ipld-cbor/pull/45
)
)
github.com/ipfs/go-ipfs-cmds
-
check if we can decode an error before trying (
[
ipfs/go-ipfs-cmds#108
](
https://github.com/ipfs/go-ipfs-cmds/pull/108
)
)
-
fix(option): print error message for error timeout option (
[
ipfs/go-ipfs-cmds#118
](
https://github.com/ipfs/go-ipfs-cmds/pull/118
)
)
-
Create Jenkinsfile (
[
ipfs/go-ipfs-cmds#89
](
https://github.com/ipfs/go-ipfs-cmds/pull/89
)
)
-
fix(add): refer to ipfs issue #5456 (
[
ipfs/go-ipfs-cmds#121
](
https://github.com/ipfs/go-ipfs-cmds/pull/121
)
)
-
commands refactor 2.0 (
[
ipfs/go-ipfs-cmds#112
](
https://github.com/ipfs/go-ipfs-cmds/pull/112
)
)
-
always assign keks to review new PRs (
[
ipfs/go-ipfs-cmds#123
](
https://github.com/ipfs/go-ipfs-cmds/pull/123
)
)
-
extract go-ipfs-files (
[
ipfs/go-ipfs-cmds#125
](
https://github.com/ipfs/go-ipfs-cmds/pull/125
)
)
-
split the value encoder and the error encoder (
[
ipfs/go-ipfs-cmds#128
](
https://github.com/ipfs/go-ipfs-cmds/pull/128
)
)
github.com/ipfs/go-ipfs-cmdkit
-
all: gofmt (
[
ipfs/go-ipfs-cmdkit#22
](
https://github.com/ipfs/go-ipfs-cmdkit/pull/22
)
)
-
add standard ci scripts (
[
ipfs/go-ipfs-cmdkit#23
](
https://github.com/ipfs/go-ipfs-cmdkit/pull/23
)
)
-
only count size for regular files (
[
ipfs/go-ipfs-cmdkit#25
](
https://github.com/ipfs/go-ipfs-cmdkit/pull/25
)
)
-
Create Jenkinsfile (
[
ipfs/go-ipfs-cmdkit#16
](
https://github.com/ipfs/go-ipfs-cmdkit/pull/16
)
)
-
Feat: add WebFile File implementation. (
[
ipfs/go-ipfs-cmdkit#26
](
https://github.com/ipfs/go-ipfs-cmdkit/pull/26
)
)
-
feat(type): fix issue #28 (
[
ipfs/go-ipfs-cmdkit#29
](
https://github.com/ipfs/go-ipfs-cmdkit/pull/29
)
)
-
Extract files package (
[
ipfs/go-ipfs-cmdkit#31
](
https://github.com/ipfs/go-ipfs-cmdkit/pull/31
)
)
github.com/ipfs/go-ds-badger
-
update protobuf (
[
ipfs/go-ds-badger#26
](
https://github.com/ipfs/go-ds-badger/pull/26
)
)
-
exported type datastore => Datastore (
[
ipfs/go-ds-badger#1
](
https://github.com/ipfs/go-ds-badger/pull/1
)
)
-
using exported Datastore type (
[
ipfs/go-ds-badger#2
](
https://github.com/ipfs/go-ds-badger/pull/2
)
)
-
exported type datastore => Datastore (
[
ipfs/go-ds-badger#28
](
https://github.com/ipfs/go-ds-badger/pull/28
)
)
-
Implement new TxDatastore and Txn interfaces (
[
ipfs/go-ds-badger#27
](
https://github.com/ipfs/go-ds-badger/pull/27
)
)
-
Avoid discarding transaction too early in queries (
[
ipfs/go-ds-badger#31
](
https://github.com/ipfs/go-ds-badger/pull/31
)
)
-
Ability to get entry expirations (
[
ipfs/go-ds-badger#32
](
https://github.com/ipfs/go-ds-badger/pull/32
)
)
-
Update badger to 2.8.0 (
[
ipfs/go-ds-badger#33
](
https://github.com/ipfs/go-ds-badger/pull/33
)
)
-
ds.NewTransaction() now returns an error parameter (
[
ipfs/go-ds-badger#36
](
https://github.com/ipfs/go-ds-badger/pull/36
)
)
-
make has faster (
[
ipfs/go-ds-badger#37
](
https://github.com/ipfs/go-ds-badger/pull/37
)
)
-
Implement GetSize and update badger (
[
ipfs/go-ds-badger#38
](
https://github.com/ipfs/go-ds-badger/pull/38
)
)
github.com/ipfs/go-ipfs-addr
-
Remove dependency on libp2p-circuit (
[
ipfs/go-ipfs-addr#7
](
https://github.com/ipfs/go-ipfs-addr/pull/7
)
)
github.com/ipfs/go-ipfs-chunker
-
return err when rabin min less than 16 (
[
ipfs/go-ipfs-chunker#3
](
https://github.com/ipfs/go-ipfs-chunker/pull/3
)
)
-
switch to go-buffer-pool (
[
ipfs/go-ipfs-chunker#8
](
https://github.com/ipfs/go-ipfs-chunker/pull/8
)
)
-
fix size-0 chunker bug (
[
ipfs/go-ipfs-chunker#9
](
https://github.com/ipfs/go-ipfs-chunker/pull/9
)
)
github.com/ipfs/go-ipfs-routing
-
update protobuf (
[
ipfs/go-ipfs-routing#8
](
https://github.com/ipfs/go-ipfs-routing/pull/8
)
)
-
Implement SearchValue (
[
ipfs/go-ipfs-routing#12
](
https://github.com/ipfs/go-ipfs-routing/pull/12
)
)
github.com/ipfs/go-ipfs-blockstore
-
blockstore: Adding Stat method to map from Cid to BlockSize (
[
ipfs/go-ipfs-blockstore#5
](
https://github.com/ipfs/go-ipfs-blockstore/pull/5
)
)
-
correctly convert the datastore not found errors (
[
ipfs/go-ipfs-blockstore#10
](
https://github.com/ipfs/go-ipfs-blockstore/pull/10
)
)
-
Fix typo: Change 'should not' to 'should' (
[
ipfs/go-ipfs-blockstore#14
](
https://github.com/ipfs/go-ipfs-blockstore/pull/14
)
)
-
fix test race condition (
[
ipfs/go-ipfs-blockstore#9
](
https://github.com/ipfs/go-ipfs-blockstore/pull/9
)
)
-
make arccache.GetSize return ErrNotFound when not found (
[
ipfs/go-ipfs-blockstore#16
](
https://github.com/ipfs/go-ipfs-blockstore/pull/16
)
)
-
use datastore.GetSize (
[
ipfs/go-ipfs-blockstore#17
](
https://github.com/ipfs/go-ipfs-blockstore/pull/17
)
)
github.com/ipfs/go-ipns
-
update gogo protobuf (
[
ipfs/go-ipns#16
](
https://github.com/ipfs/go-ipns/pull/16
)
)
-
use new ExtractPublicKey signature (
[
ipfs/go-ipns#17
](
https://github.com/ipfs/go-ipns/pull/17
)
)
## 0.4.17 2018-07-27
Ipfs 0.4.17 is a quick release to fix a major performance regression in bitswap
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论