ipfs / kubo

An IPFS implementation in Go
https://docs.ipfs.tech/how-to/command-line-quick-start/
Other
16.17k stars 3.01k forks source link

0.3.8 changelog WIP #1754

Closed whyrusleeping closed 9 years ago

whyrusleeping commented 9 years ago
* swarm IPv6 in default config (Baptiste Jonglez)
* removed elliptic.P224 usage (@prusnak)
* improve bitswap providing speed (@jbenet)
* cleaned up tar-reader code (@jbenet)
* rabin fingerprinting chunker (@whyrusleeping)
* better notification on daemon ready (@rht)
* fix 'ipfs refs' json output (@whyrusleeping)
* fix setting null config maps (@rht)
* blockservice.New no longer errors (@whyrusleeping)
* readonly api on gateway (@rht)
* fix output of dht commands (@whyrusleeping)
* --empty-repo option for init (@prusnak)
* refactor ipfs get (@rht) 
* cleanup context usage all over (@rht)
* test utf8 with object cmd (@chriscool)
* replace nodebuilder with NewNode method (@whyrusleeping)
* ipfs api check test fixes (@rht)
* move assets to separate repo (@rht)
* implement symlinks (@whyrusleeping)
* print panics that occur in cmds lib (@whyrusleeping)
* fix mock notifs test (@whyrusleeping)
* improve cmds lib files processing (@rht)
* properly return errors through commands (@whyrusleeping)
* improve dir listing css (@rht)
* improvements to dag editor (@whyrusleeping)
* fix proc/ctx wiring in bitswap (@jbenet)
* bitswap unwant command (@whyrusleeping)
* fix fuse tests (@pnelson)
* tar add/cat commands (@whyrusleeping)
* fix NAT spam dialing (@whyrusleeping)
* generalize peerid check in sharness (@chriscool)
* extract logging into go-log (@whyrusleeping)
* fix gzip compression in get (@klauspost)
* update peerstream and datastore (@whyrusleeping)
* rm blockservice workers (@whyrusleeping)
* add contribute file (@RichardLitt)
* fix http api content type (@WeMeetAgain)
* fix writing of api file for port zero daemons (@whyrusleeping)
* windows connection refused fixes (@mjanczyk)
* bitswap stat logs wasted bytes (@whyrusleeping)
* coreunix cat cleanup (@rht)
* refactor ipns to be more consistent and reliable (@whyrusleeping)
* sharness tests for chunker and add-cat (@rht)
* improve sharness test quoting (@chriscool)
* add go devel guide to contribute.md (@whyrusleeping)
* test_cmp argument cleanup (@chriscool)
* fix use of symlinks for windows builds (@whyrusleeping)
* decompose maybeGzWriter (@rht)
* make mocknet conn close idempotent (@jbenet)
* write context into coreunix.Cat (@rht)
* add metrics to http handlers (@lgierth)
* limit total number of network fd's (@whyrusleeping)
* fix random panics on 32 bit systems (@whyrusleeping)
* add xml decoding to 'object put' (@ForrestWeston)
jbenet commented 9 years ago

the sections last time were pretty nice. will take a pass, too

whyrusleeping commented 9 years ago

yeah, feel free to change/reorg as you like. I just went through the commit log and tried to condense it down into this

ion1 commented 9 years ago

Might it be more convenient for each significant commit to add a line into the changelog under the heading “UNRELEASED” instead of scanning the commits manually to generate the changelog?

jbenet commented 9 years ago

@ion1 yeah would be easier on us, but harder on PRs. probably good to move to that eventually, though right now it's not too bad yet.

whyrusleeping commented 9 years ago

updated with latest changes, there will probably be at least one more before i cut it. starting the sections organization now.

rht commented 9 years ago

@whyrusleeping this has been shipped. Can be closed.