Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
G
go-ipfs
概览
概览
详情
活动
周期分析
版本库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
jihao
go-ipfs
Commits
35cd193f
提交
35cd193f
authored
5月 08, 2018
作者:
Steven Allen
提交者:
Jeromy
5月 09, 2018
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
add release notes for 0.4.15
License: MIT Signed-off-by:
Steven Allen
<
steven@stebalien.com
>
上级
2162f7e6
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
31 行增加
和
2 行删除
+31
-2
CHANGELOG.md
CHANGELOG.md
+31
-2
没有找到文件。
CHANGELOG.md
浏览文件 @
35cd193f
# go-ipfs changelog
## 0.4.15-rc1 2018-04-24
## 0.4.15 2018-05-09
This release is significantly smaller than the last as much of the work on
improving our datastores, and other libraries libp2p has yet to be merged.
However, it still includes many welcome improvements.
As with 0.4.12 and 0.4.14 (0.4.13 was a patch), this release has a negative
diff-stat. Unfortunately, much of this code isn't actually going away but at
least it's being moved out into separate repositories.
Much of the work that made it into this release is under the hood. We've cleaned
up some code, extracted several packages into their own repositories, and made
some long neglected optimizations (e.g., handling of sharded directories).
Additionally, this release includes a bunch of tests for our CLI commands that
should help us avoid some of the issues we've seen in the past few releases.
More visibly, thanks to @djdv's efforts, this release includes some significant
Windows improvements (with more on the way). Specifically, this release includes
better handling of repo lockfiles (no more
`ipfs repo fsck`
), stdin command-line
support, and, last but not least, IPFS no longer writes random files with scary
garbage in the drive root. To read more about future windows improvements, take
a look at this
[
blog post
](
https://blog.ipfs.io/36-a-look-at-windows/
)
.
To better support low-power devices, we've added a low-power config profile.
This can be enabled when initializing a repo by running
`ipfs init`
with the
`--profile=lowpower`
flag or later by running
`ipfs config profile apply lowpower`
.
Finally, with this release we have begun distributing self-contained source
archives of go-ipfs and its dependencies. This should be a welcome improvement
for both packagers and those living in countries with harmonized internet
access.
-
Features:
-
Add options for record count and timeout for resolving DHT paths (
[
ipfs/go-ipfs#4733
](
https://github.com/ipfs/go-ipfs/pull/4733
)
)
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论