Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
G
go-ipfs
概览
概览
详情
活动
周期分析
版本库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
jihao
go-ipfs
Commits
2afe4a4d
提交
2afe4a4d
authored
10月 09, 2015
作者:
Jeromy
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
ipfs version 0.3.8 changelog and version bump
License: MIT Signed-off-by:
Jeromy
<
jeromyj@gmail.com
>
上级
1cef1702
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
83 行增加
和
3 行删除
+83
-3
CHANGELOG.md
CHANGELOG.md
+79
-0
implement-api-bindings.md
docs/implement-api-bindings.md
+2
-2
version.go
repo/config/version.go
+2
-1
没有找到文件。
CHANGELOG.md
浏览文件 @
2afe4a4d
# go-ipfs changelog
### 0.3.8 - 2015-10-09
This patch update includes changes to make ipns more consistent and reliable,
symlink support in unixfs, mild performance improvements, new tooling features,
a plethora of bugfixes, and greatly improved tests.
NOTICE: Version 0.3.8 also requires golang version 1.5.1 or higher.
*
Bugfixes
*
refactor ipns to be more consistent and reliable (@whyrusleeping)
*
fix 'ipfs refs' json output (@whyrusleeping)
*
fix setting null config maps (@rht)
*
fix output of dht commands (@whyrusleeping)
*
fix NAT spam dialing (@whyrusleeping)
*
fix random panics on 32 bit systems (@whyrusleeping)
*
limit total number of network fd's (@whyrusleeping)
*
fix http api content type (@WeMeetAgain)
*
fix writing of api file for port zero daemons (@whyrusleeping)
*
windows connection refused fixes (@mjanczyk)
*
use go1.5's built in trailers, no more failures (@whyrusleeping)
*
fix random bitswap hangs (@whyrusleeping)
*
rate limit fd usage (@whyrusleeping)
*
fix panic in bitswap ratelimiting (@whyrusleeping)
*
Tool Changes
*
--empty-repo option for init (@prusnak)
*
implement symlinks (@whyrusleeping)
*
improve cmds lib files processing (@rht)
*
properly return errors through commands (@whyrusleeping)
*
bitswap unwant command (@whyrusleeping)
*
tar add/cat commands (@whyrusleeping)
*
fix gzip compression in get (@klauspost)
*
bitswap stat logs wasted bytes (@whyrusleeping)
*
resolve command now uses core.Resolve (@rht)
*
add
`--local`
flag to 'name resolve' (@whyrusleeping)
*
add
`ipfs diag sys`
command for debugging help (@whyrusleeping)
*
General Codebase
*
improvements to dag editor (@whyrusleeping)
*
swarm IPv6 in default config (Baptiste Jonglez)
*
improve dir listing css (@rht)
*
removed elliptic.P224 usage (@prusnak)
*
improve bitswap providing speed (@jbenet)
*
print panics that occur in cmds lib (@whyrusleeping)
*
ipfs api check test fixes (@rht)
*
update peerstream and datastore (@whyrusleeping)
*
cleaned up tar-reader code (@jbenet)
*
write context into coreunix.Cat (@rht)
*
move assets to separate repo (@rht)
*
fix proc/ctx wiring in bitswap (@jbenet)
*
rabin fingerprinting chunker (@whyrusleeping)
*
better notification on daemon ready (@rht)
*
coreunix cat cleanup (@rht)
*
extract logging into go-log (@whyrusleeping)
*
blockservice.New no longer errors (@whyrusleeping)
*
refactor ipfs get (@rht)
*
readonly api on gateway (@rht)
*
cleanup context usage all over (@rht)
*
add xml decoding to 'object put' (@ForrestWeston)
*
replace nodebuilder with NewNode method (@whyrusleeping)
*
add metrics to http handlers (@lgierth)
*
rm blockservice workers (@whyrusleeping)
*
decompose maybeGzWriter (@rht)
*
makefile sets git commit sha on build (@CaioAlonso)
*
Documentation
*
add contribute file (@RichardLitt)
*
add go devel guide to contribute.md (@whyrusleeping)
*
Testing
*
fix mock notifs test (@whyrusleeping)
*
test utf8 with object cmd (@chriscool)
*
make mocknet conn close idempotent (@jbenet)
*
fix fuse tests (@pnelson)
*
improve sharness test quoting (@chriscool)
*
sharness tests for chunker and add-cat (@rht)
*
generalize peerid check in sharness (@chriscool)
*
test_cmp argument cleanup (@chriscool)
### 0.3.7 - 2015-08-02
This patch update fixes a problem we introduced in 0.3.6 and did not
...
...
docs/implement-api-bindings.md
浏览文件 @
2afe4a4d
...
...
@@ -81,7 +81,7 @@ Despite all the generalization spoken about above, the IPFS API is actually very
> ipfs --api /ip4/127.0.0.1/tcp/5002 swarm addrs local --enc=json
POST /api/v0/version?enc=json&stream-channels=true HTTP/1.1
Host: 127.0.0.1:5002
User-Agent: /go-ipfs/0.3.8
-dev
/
User-Agent: /go-ipfs/0.3.8/
Content-Length: 0
Content-Type: application/octet-stream
Accept-Encoding: gzip
...
...
@@ -96,7 +96,7 @@ The only hard part is getting the file streaming right. It is (now) fairly easy
> ipfs --api /ip4/127.0.0.1/tcp/5002 add -r ~/demo/basic/test
POST /api/v0/add?encoding=json&progress=true&r=true&stream-channels=true HTTP/1.1
Host: 127.0.0.1:5002
User-Agent: /go-ipfs/0.3.8
-dev
/
User-Agent: /go-ipfs/0.3.8/
Transfer-Encoding: chunked
Content-Disposition: form-data: name="files"
Content-Type: multipart/form-data; boundary=2186ef15d8f2c4f100af72d6d345afe36a4d17ef11264ec5b8ec4436447f
...
...
repo/config/version.go
浏览文件 @
2afe4a4d
...
...
@@ -8,7 +8,8 @@ import (
)
// CurrentVersionNumber is the current application's version literal
const
CurrentVersionNumber
=
"0.3.8-dev"
const
CurrentVersionNumber
=
"0.3.8"
// CurrentCommit is the current git commit, this is set as a ldflag in the Makefile
var
CurrentCommit
string
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论