Commit Graph

11672 Commits

Author SHA1 Message Date
Steven Allen
dbfa7bf2b2 Merge branch 'release' 2020-05-08 20:29:57 -07:00
Steven Allen
8431e2e870
Merge pull request #7295 from ipfs/release-v0.5.1
feat: release 0.5.1
2020-05-08 19:58:18 -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
fea43aca6d
Merge pull request #7294 from ipfs/feat/backport-quic-update
update go-libp2p-quic-transport to v0.3.7
2020-05-08 16:05:28 -07:00
Marten Seemann
b929b49e7f update go-libp2p-quic-transport to v0.3.7 2020-05-08 15:43:37 -07:00
Marten Seemann
d0ab9a34fa update go-libp2p-quic-transport to v0.3.6 2020-05-08 15:40:58 -07:00
Steven Allen
cfcd876b2f
Merge pull request #7265 from RubenKelevra/feat/longer_systemd_timeouts
systemd: add helptext
2020-05-08 13:30:47 -07:00
Steven Allen
e6c43a6360
Merge pull request #7287 from RubenKelevra/feat/systemd-service-add-documentation-link
systemd: add the link to the docs
2020-05-08 13:29:55 -07:00
Steven Allen
dabd95de9d
Merge pull request #7288 from RubenKelevra/feat/systemd-create-state-directory
systemd: add state directory setting
2020-05-08 13:29:29 -07:00
Steven Allen
ae92fdcabb
Merge pull request #7289 from bmwiedemann/readme
Update go version required to build
2020-05-08 13:26:55 -07:00
Bernhard M. Wiedemann
0c88bcbfd5 Update go version required to build
based on mk/golang.mk
2020-05-08 06:11:12 +02:00
@RubenKelevra
d66004d6db systemd: add state directory setting
this will inform systemd where the service stores it's persistent data and where it needs write access.
Systemd will create the folder and set the right owner rights.
2020-05-07 23:18:50 +02:00
@RubenKelevra
18c9ad012a systemd: add the link to the docs 2020-05-07 23:13:08 +02:00
Steven Allen
3339ce3b0e
Merge pull request #6774 from MichaelMure/pincoreapi
pin: implement pin/ls with only CoreApi
2020-05-05 18:49:19 -07:00
Steven Allen
ba00e063d8
Merge pull request #7278 from marten-seemann/update-quic
update go-libp2p-quic-transport to v0.3.7
2020-05-05 18:42:26 -07:00
Marten Seemann
6e9a97e3a9 update go-libp2p-quic-transport to v0.3.7 2020-05-06 08:20:23 +07:00
Steven Allen
67966f5f61
Merge pull request #7277 from pataquets/patch-2
Docs: Delete section headers for removed features
2020-05-05 14:47:31 -07:00
Alfonso Montero
ec63880545
Delete section headers for removed features 2020-05-05 23:40:34 +02:00
Adin Schmahmann
ae53665173
Merge pull request #7276 from ipfs/patch-0.5.1/7244
IPNS timeout patch from master
2020-05-05 17:16:05 -04:00
Adin Schmahmann
b1e0f78f56 fix: do not use hard coded IPNS Publish maximum timeout duration 2020-05-05 14:34:50 -04:00
Steven Allen
bb05bf2a21
Merge pull request #7275 from ipfs/chore-update-dirindexhtml
Chore: update dir-index-html to v1.0.5
2020-05-05 11:14:50 -07:00
Jessica Schilling
7e769f4f81 add go mod tidy to readme directions 2020-05-05 12:00:54 -06:00
Jessica Schilling
ef4ef3445d go mod tidy 2020-05-05 11:53:57 -06:00
Jessica Schilling
5e88b01e0f go generate . 2020-05-05 11:36:32 -06:00
Jessica Schilling
c44af56576 chore: update dir-index-html to v1.0.5 2020-05-05 11:32:23 -06:00
Michael Muré
6388f5a1c2
pin: honor the context more accurately 2020-05-05 14:19:38 +02:00
Michael Muré
6ef190f5a6 pin: implement pin/ls with only CoreApi 2020-05-04 18:02:50 -07:00
Steven Allen
0189e42bcb
Merge pull request #7061 from RubenKelevra/patch-1
README.md: typo
2020-05-04 17:53:52 -07:00
Steven Allen
538bff085a
Merge pull request #7270 from ipfs/fix/pr-autocomment-first-time
PR autocomment: Only comment for first-time contributors
2020-05-04 17:00:41 -07:00
Hector Sanjuan
9c7cdac16c PR autocomment: Only comment for first-time contributors 2020-05-04 10:55:49 +02:00
Steven Allen
591c541345
Merge pull request #7258 from ipfs/dependabot/go_modules/github.com/ipfs/go-ipfs-cmds-0.2.9
chore(deps): bump github.com/ipfs/go-ipfs-cmds from 0.2.2 to 0.2.9
2020-05-03 21:38:15 -07:00
Steven Allen
27536d6f82
Merge pull request #7267 from corbinpage/patch-1
Fixed typo in config.md
2020-05-03 21:37:20 -07:00
Steven Allen
01e27f9065
Merge pull request #7262 from gowthamgts/fix/http/content-type
Fixes #7252 - Uses gabriel-vasile/mimetype to support additional content types
2020-05-03 21:32:58 -07:00
Corbin Page
19426b9ca2
Update config.md 2020-05-02 17:23:56 -04:00
Gowtham G
c548782e1a Merge remote-tracking branch 'upstream/master' into fix/http/content-type 2020-05-02 14:22:09 +05:30
Gowtham G
e93f2002f5 optimize import order 2020-05-02 14:19:01 +05:30
dependabot-preview[bot]
c0f500314a
chore(deps): bump github.com/ipfs/go-ipfs-cmds from 0.2.2 to 0.2.9
Bumps [github.com/ipfs/go-ipfs-cmds](https://github.com/ipfs/go-ipfs-cmds) from 0.2.2 to 0.2.9.
- [Release notes](https://github.com/ipfs/go-ipfs-cmds/releases)
- [Commits](https://github.com/ipfs/go-ipfs-cmds/compare/v0.2.2...v0.2.9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-02 04:09:03 +00:00
Steven Allen
6c1bf891d9
Merge pull request #7266 from marten-seemann/update-quic
update go-libp2p-quic-transport to v0.3.6
2020-05-01 20:59:37 -07:00
Marten Seemann
9971ddebdf update go-libp2p-quic-transport to v0.3.6 2020-05-02 10:10:28 +07:00
Gowtham G
214d29ebf8 #7252 - print error message 2020-05-01 22:37:20 +05:30
Gowtham G
9201b1dde6 #7252 - read content directly instead of sending 512bytes 2020-05-01 20:29:32 +05:30
@RubenKelevra
06abad73e6 systemd: add helptext to the service file which explains how to make changes 2020-05-01 15:17:52 +02:00
Gowtham G
2e87ac88a3 Fixes #7252 - Uses gabriel-vasile/mimetype to support additional content types 2020-05-01 12:19:36 +05:30
Steven Allen
826826c911
Merge pull request #7261 from cachance7/master
Updates bash completions to be compatible with zsh
2020-04-30 14:44:40 -07:00
Steven Allen
96169adf46
Merge pull request #7259 from RubenKelevra/feat/systemd-service-enhancements
systemd service enhancements + run as system user
2020-04-30 14:43:55 -07:00
Steven Allen
b923f1c298
Merge pull request #7130 from RubenKelevra/go_upgrade
upgrade to go 1.14.2
2020-04-30 14:25:38 -07:00
@RubenKelevra
dfb52fb3e2 systemd.service: enable restart on crash and run as system user 'ipfs'
add some optional paramters with short help texts
add sysuser.conf
2020-04-30 22:00:30 +02:00
RubenKelevra
a048008c5b fix typo in command texts 2020-04-30 20:36:00 +02:00
@RubenKelevra
24e5f95dc4 typo 2020-04-30 20:35:46 +02:00
Casey Chance
4d97e3746a Uses builtin check rather than env var 2020-04-30 10:49:36 -07:00