docs/changelogs/v0.3.md
This is the final ipfs version before the transition to v0.4.0. It introduces a few stability improvements, bugfixes, and increased test coverage.
Features
BugFixes
Tool Changes
General Codebase
Documentation
Testing
This patch update introduces the 'ipfs update' command which will be used for future ipfs updates along with a few other bug fixes and documentation improvements.
Features
BugFixes
Tool Changes
ipfs cat on ipns path (@rht)General Codebase
Documentation
Testing
Note: this commit introduces fixed-period repo gc, which will trigger gc
after a fixed period of time. This feature is introduced now, disabled by
default, and can be enabled with ipfs daemon --enable-gc. If all goes well,
in the future, it will be enabled by default.
This patch update includes a good number of bugfixes, notably, it fixes builds on windows, and puts newlines between streaming json objects for a proper ndjson format.
Features
Bugfixes
Tool Changes
ipfs ls --headers (v for verbose) (@rht)General Codebase
Documentation
Testing
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
Tool Changes
--local flag to 'name resolve' (@whyrusleeping)ipfs diag sys command for debugging help (@whyrusleeping)General Codebase
Documentation
Testing
This patch update fixes a problem we introduced in 0.3.6 and did not catch: the webui failed to work with out-of-the-box CORS configs. This has been fixed and now should work correctly. @jbenet
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:
Tool changes
ipfs daemon output with all addresses @jbenetipfs id -f output, added <addrs> and \n \t support @jbenetipfs swarm addrs local now shows the local node's addrs @jbenetipfs patch learned to create intermediate nodes @whyrusleepingipfs object stat now shows Hash @whyrusleepingipfs cat now clears progressbar on exit @rhtipfs add -w -r <dir> now wraps directories @jbenetipfs add -w <file1> <file2> now wraps with one dir @jbenetAPI_ORIGIN env var (use config, see ipfs daemon --help) @jbenetGeneral Codebase
nofuse tag for windows @Luziferipfs add code @gatesvpBugfixes
ipfs get -C output and progress bar @rhtipfs get silent failure @whyrusleepingipfs get tarx no longer times out @jbenetipfs refs -r -u is now correct @gatesvpipfs add -w -r <dir> wrapping bugs @jbenetipfs log tail command (api + cli) @whyrusleepingTesting
ipfs refs -r -u test cases @jbenetrandom-files tool for easier sharness tests @jbenetDocumentation
This patch improves overall stability and performance
ipfs daemon --unrestricted-api option @krllaunchctl plist for OSX @grncdrpin ls output to show types @vitorbaptistaThis patch update fixes various issues, in particular:
This patch update implements multicast dns as well as fixing a few test issues.
This patch update fixes a few bugs:
We've just released version 0.3.0, which contains many performance improvements, bugfixes, and new features. Perhaps the most noticeable change is moving block storage from leveldb to flat files in the filesystem.
What to expect:
much faster performance
Repo format 2
Fixed lots of bugs
Gateway
configuration
other
And many more things.