Commit Graph

166 Commits

Author SHA1 Message Date
Steven Allen
3f2421c318 doc(changelog): final update for release 2020-06-19 14:29:34 -07:00
Steven Allen
5fb3a3e4f5 doc(changelog): update for final patches 2020-06-16 22:40:42 -07:00
Steven Allen
ae5ef6de08 doc(changelog): finish fleshing out the changelog 2020-06-16 22:01:10 -07:00
Steven Allen
e457aa74fd doc(changelog): cleanup base36 section
* make it clear that we don't use it by default (yet)
* focus on what the user cares about
2020-06-16 22:01:10 -07:00
Steven Allen
357a248b5d doc(changelog): cleanup 404 text 2020-06-16 22:01:10 -07:00
Steven Allen
43f17c2bf7 doc(changelog): additional nits 2020-06-16 22:01:10 -07:00
Steven Allen
bae2624329 doc(changelog): ribasushi fixes
Co-authored-by: Peter Rabbitson <ribasushi@protocol.ai>
2020-06-16 22:01:10 -07:00
Marcin Rataj
2c52f79398 docs(CHANGELOG): custom 404 and base36 2020-06-16 22:01:10 -07:00
Steven Allen
1a30dbd3ca doc(changelog): update changelog for 0.6.0 2020-06-16 22:01:07 -07:00
Steven Allen
dbfa7bf2b2 Merge branch 'release' 2020-05-08 20:29:57 -07:00
Steven Allen
75d1cb07ec feat: release 0.5.1
Hot on the heels of 0.5.0 is 0.5.1 with some important but small bug fixes. This release:

1. Removes the 1 minute timeout for IPNS publishes (fixes #7244).
2. Backport a DHT fix to reduce CPU usage for canceled requests.
3. Fixes some timer leaks in the QUIC transport ([ipfs/go-ipfs#2515](https://github.com/lucas-clemente/quic-go/issues/2515)).

Full changelog:

- github.com/ipfs/go-ipfs:
  - IPNS timeout patch from master ([ipfs/go-ipfs#7276](https://github.com/ipfs/go-ipfs/pull/7276))
- github.com/libp2p/go-libp2p-core (v0.5.2 -> v0.5.3):
  - feat: add a function to tell if a context subscribes to query events ([libp2p/go-libp2p-core#147](https://github.com/libp2p/go-libp2p-core/pull/147))
- github.com/libp2p/go-libp2p-kad-dht (v0.7.10 -> v0.7.11):
  - fix: optimize for the case where we're not subscribing to query events ([libp2p/go-libp2p-kad-dht#624](https://github.com/libp2p/go-libp2p-kad-dht/pull/624))
  - fix: don't spin when the event channel is closed ([libp2p/go-libp2p-kad-dht#622](https://github.com/libp2p/go-libp2p-kad-dht/pull/622))
- github.com/libp2p/go-libp2p-routing-helpers (v0.2.2 -> v0.2.3):
  - fix: avoid subscribing to query events unless necessary ([libp2p/go-libp2p-routing-helpers#43](https://github.com/libp2p/go-libp2p-routing-helpers/pull/43))
- github.com/lucas-clemente/quic-go (v0.15.5 -> v0.15.7):
  - reset the PTO when dropping a packet number space
  - move deadlineTimer declaration out of the Read loop
  - stop the deadline timer in Stream.Read and Write
  - fix buffer use after it was released when sending an INVALID_TOKEN error
  - create the session timer at the beginning of the run loop
  - stop the timer when the session's run loop returns
2020-05-08 19:00:27 -07:00
Steven Allen
46b50b5e4f
Merge pull request #7239 from ipfs/johnnymatthews-patch-1
Fixes Github link.
2020-04-29 14:47:29 -07:00
Marcin Rataj
f998d5320a
docs: clarify ENS and DNSLink 2020-04-28 21:19:00 +02:00
Marcin Rataj
c95a72330a
docs: fix ENS path 2020-04-28 21:16:53 +02:00
Marcin Rataj
ba53db70c8
chore: undo a typo 2020-04-28 21:02:47 +02:00
Marcin Rataj
66162959e5
docs: fix subdomain examples in CHANGELOG 2020-04-28 21:00:32 +02:00
Johnny
6efcd3ef40
Fixes Github link. 2020-04-28 12:53:53 -04:00
Steven Allen
f6c4894b06
CHANGELOG: batch 5
Co-Authored-By: Jacob Heun <jacobheun@gmail.com>
2020-04-28 09:04:34 -07:00
Steven Allen
b7666141b0
CHANGELOG: batch 4
Co-Authored-By: MollyM <momack2@users.noreply.github.com>
2020-04-28 09:01:15 -07:00
Adin Schmahmann
a334e2816a changelog typo 2020-04-28 11:58:55 -04:00
Johnny
13a70bd30d
Italics. 2020-04-28 11:57:30 -04:00
Steven Allen
09d6e2eebd
CHANGELOG: batch 3
Co-Authored-By: Jacob Heun <jacobheun@gmail.com>
Co-Authored-By: MollyM <momack2@users.noreply.github.com>
Co-Authored-By: Michael Burns <5170+mburns@users.noreply.github.com>
2020-04-28 08:57:05 -07:00
Johnny
07fb68c4af
Fixes spelling errors. 2020-04-28 11:55:59 -04:00
Steven Allen
d52dbea0a8
CHANGELOG: batch 2
Co-Authored-By: MollyM <momack2@users.noreply.github.com>
Co-Authored-By: Jacob Heun <jacobheun@gmail.com>
2020-04-28 08:54:23 -07:00
Johnny
01182c18e9
Capitalization for Badger. 2020-04-28 11:49:08 -04:00
Adin Schmahmann
8e96e160a6 add note about DHT performance improvements being dependent on the network upgrading to the Changelog 2020-04-28 11:48:30 -04:00
Steven Allen
40fa20e451 fix: Go-IPFS -> go-ipfs 2020-04-28 08:30:22 -07:00
Steven Allen
1489e45486
CHANGELOG: fix title 2020-04-28 08:28:37 -07:00
Steven Allen
0c0e86886e
CHANGELOG: apply ribasushi's fixes
Co-Authored-By: Peter Rabbitson <ribasushi@protocol.ai>
2020-04-28 08:25:52 -07:00
Steven Allen
f55d3e8a15 feat: release 0.5.0 2020-04-28 07:48:34 -07:00
Dimitris Apostolou
1e437c7e97
Fix typos and cleanup 2020-04-20 22:00:01 +03:00
Steven Allen
31a1342833 feat: initial update to the changelog for 0.5.0 2020-04-06 22:41:30 -07:00
Ronsor
861df14905
Fix typo in 0.4.23 release date
The year should be "2020," not "2019."
2020-03-01 22:49:17 -07:00
Steven Allen
dc41585c0b doc(changelog): release notes for 0.4.23 2020-01-29 22:39:41 -08:00
Steven Allen
627b62da36 fix(build): instruct users to use GOTAGS, not GOFLAGS
GOFLAGS will _override_ all the flags. If we just want to set a tag e.g., enable
OpenSSL, we should set GOTAGS=openssl.

fixes https://github.com/ipfs/go-ipfs/issues/6622#issuecomment-576713181
2020-01-21 08:16:29 -08:00
Steven Allen
447601e5d3 CHANGELOG: backport release notes fixes from the blog post 2019-08-13 23:59:39 -07:00
Steven Allen
0b6a48f3c9 CHANGELOG: update release date 2019-08-06 16:53:24 -07:00
Steven Allen
13204d13a6 changelog: improve 0.4.22 release notes 2019-08-06 16:53:09 -07:00
Steven Allen
9af3ec7e1e changelog: fix name 2019-08-06 16:53:05 -07:00
Steven Allen
eb21c0ca5d changelog: add contributors to the patch release 2019-08-06 16:52:56 -07:00
Steven Allen
946f4f2b06 release: update changelog 2019-08-06 16:52:45 -07:00
Steven Allen
803dd8b889 CHANGELOG: add some missed changes
* Decreased connection initiation latency.
* Better help text.
2019-06-03 16:27:33 -07:00
Steven Allen
1668dc9e48 CHANGELOG: add contributors to 0.4.21 notes 2019-05-30 15:27:00 -07:00
Steven Allen
655b03cb5a CHANGELOG: finish todos 2019-05-29 15:22:01 -07:00
Steven Allen
d53d73b97f
CHANGELOG: fix typos
Co-Authored-By: Michael Avila <michaelavila@users.noreply.github.com>
2019-05-28 10:36:51 -07:00
Steven Allen
8e9adf3aaa
CHANGELOG: apply CR
Co-Authored-By: Dominic Della Valle <ddvpublic@Gmail.com>
2019-05-28 10:17:19 -07:00
Steven Allen
39455605f7 CHANGELOG flesh out for 0.4.21-RC3 2019-05-28 04:21:18 -07:00
Steven Allen
0845786974 CHANGELOG: recursive changes 2019-05-28 04:07:24 -07:00
Jakub Sztandera
f8914f4aee Update CHANGELOG.md
Co-Authored-By: MollyM <momack2@users.noreply.github.com>
2019-05-28 04:05:27 -07:00
Jakub Sztandera
2c8fa10ab5 Add 0.4.21 CHANGELOG
WIP. Please either add or mention in comments what should be featured.

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2019-05-28 04:05:27 -07:00