Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
G
go-ipfs
概览
概览
详情
活动
周期分析
版本库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
jihao
go-ipfs
Commits
abae9921
提交
abae9921
authored
7月 30, 2015
作者:
Jeromy
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
go-ipfs version 0.3.6
License: MIT Signed-off-by:
Jeromy
<
jeromyj@gmail.com
>
上级
8a75c755
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
82 行增加
和
0 行删除
+82
-0
CHANGELOG.md
CHANGELOG.md
+82
-0
没有找到文件。
CHANGELOG.md
浏览文件 @
abae9921
# go-ipfs changelog
### 0.3.6 - 2015-07-30
This patch improves the resource consumption of go-ipfs,
introduces a few new options on the CLI, and also
fixes (yet again) windows builds.
*
Resource consumption:
*
fixed goprocess memory leak @rht
*
implement batching on datastore @whyrusleeping
*
Fix bitswap memory leak @whyrusleeping
*
let bitswap ignore temporary write errors @whyrusleeping
*
remove logging to disk in favor of api endpoint @whyrusleeping
*
--only-hash option for add to skip writing to disk @whyrusleeping
*
Tool changes
*
improved
`ipfs daemon`
output with all addresses @jbenet
*
improved
`ipfs id -f`
output, added
`<addrs>`
and
`\n \t`
support @jbenet
*
`ipfs swarm addrs local`
now shows the local node's addrs @jbenet
*
improved config json parsing @rht
*
improved Dockerfile to use alpine linux @Luzifer @lgierth
*
improved bash completion @MichaelMure
*
Improved 404 for gateway @cryptix
*
add unixfs ls to list correct filesizes @wking
*
ignore hidden files by default @gatesvp
*
global --timeout flag @whyrusleeping
*
fix random API failures by closing resp bodies @whyrusleeping
*
ipfs swarm filters @whyrusleeping
*
api returns errors in http trailers @whyrusleeping @jbenet
*
`ipfs patch`
learned to create intermediate nodes @whyrusleeping
*
`ipfs object stat`
now shows Hash @whyrusleeping
*
`ipfs cat`
now clears progressbar on exit @rht
*
`ipfs add -w -r <dir>`
now wraps directories @jbenet
*
`ipfs add -w <file1> <file2>`
now wraps with one dir @jbenet
*
API + Gateway now support arbitrary HTTP Headers from config @jbenet
*
API now supports CORS properly from config @jbenet
*
**Deprecated:**
`API_ORIGIN`
env var (use config, see
`ipfs daemon --help`
) @jbenet
*
General Codebase
*
`nofuse`
tag for windows @Luzifer
*
improved
`ipfs add`
code @gatesvp
*
started requiring license trailers @chriscool @jbenet
*
removed CtxCloser for goprocess @rht
*
remove deadcode @lgierth @whyrusleeping
*
reduced number of logging libs to 2 (soon to be 1) @rht
*
dial address filtering @whyrusleeping
*
prometheus metrics @lgierth
*
new index page for gateway @krl @cryptix
*
move ping to separate protocol @whyrusleeping
*
add events to bitswap for a dashboard @whyrusleeping
*
add latency and bandwidth options to mocknet @heems
*
levenshtein distance cmd autosuggest @sbruce
*
refactor/cleanup of cmds http handler @whyrusleeping
*
cmds http stream reports errors in trailers @whyrusleeping
*
Bugfixes
*
fixed path resolution and validation @rht
*
fixed
`ipfs get -C`
output and progress bar @rht
*
Fixed install pkg dist bug @jbenet @Luzifer
*
Fix
`ipfs get`
silent failure @whyrusleeping
*
`ipfs get`
tarx no longer times out @jbenet
*
`ipfs refs -r -u`
is now correct @gatesvp
*
Fix
`ipfs add -w -r <dir>`
wrapping bugs @jbenet
*
Fixed FUSE unmount failures @jbenet
*
Fixed
`ipfs log tail`
command (api + cli) @whyrusleeping
*
Testing
*
sharness updates @chriscool
*
ability to disable secio for testing @jbenet
*
fixed many random test failures, more reliable CI @whyrusleeping
*
Fixed racey notifier failures @whyrusleeping
*
`ipfs refs -r -u`
test cases @jbenet
*
Fix failing pinning test @jbenet
*
Better CORS + Referer tests @jbenet
*
Added reversible gc test @rht
*
Fixed bugs in FUSE IPNS tests @whyrusleeping
*
Fixed bugs in FUSE IPFS tests @jbenet
*
Added
`random-files`
tool for easier sharness tests @jbenet
*
Documentation
*
Add link to init system examples @slang800
*
Add CORS documentation to daemon init @carver (Note: this will change soon)
### 0.3.5 - 2015-06-11
This patch improves overall stability and performance
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论