196887cbe5
chore: bump go-libp2p v0.22.0 & go1.18&go1.19
...
Fixes : #9225
2022-09-09 17:09:38 +02:00
82fbb84384
fmt: applies go1.19 fmt
2022-09-08 18:34:06 +02:00
849e0478b5
chore: bump go-pinning-service-http-client v0.1.2 to include up to nano precision
2022-09-01 15:36:25 +02:00
df22205385
fix(gw): send 200 for empty files
...
Fixes #9238
2022-09-01 01:04:48 +02:00
426cb84255
docs(readme): official vs unofficial packages
2022-08-31 15:00:27 +02:00
c9693edbc5
chore: remove Gateway.PathPrefixes
...
Closes #7702
2022-08-30 15:38:04 +02:00
bb59c052c2
docs(readme): update Docker section
2022-08-30 15:35:35 +02:00
0d9478d3c8
docs: fix markdown syntax typo in v0.15's changelog
2022-08-30 14:41:46 +02:00
6a219af493
Merge pull request #9236 from ipfs/release-merge-master
...
chore: Release v0.15.0
2022-08-30 12:03:49 +02:00
d5e725e0d9
Merge remote-tracking branch 'origin/master' into release-merge-master
2022-08-30 11:53:14 +02:00
3ae52a41e3
Merge pull request #9234 from ipfs/release-v0.15.0
...
chore: Release v0.15.0
v0.15.0
2022-08-30 11:39:58 +02:00
f907f3d9d1
chore: Bump version to v0.15.0
2022-08-30 11:30:13 +02:00
de7d74f486
Merge branch 'release-v0.15.0' of github.com:ipfs/go-ipfs into release-v0.15.0
2022-08-30 11:27:30 +02:00
0fae87fdc6
chore: fix undiallable api and gateway files
...
Fixes #9232
(cherry picked from commit 954c6cc52eef7eae551b547c9c9932e7422b1047)
2022-08-30 11:22:34 +02:00
82e59f22b1
Merge pull request #9233 from Jorropo/fix/9232
...
chore: fix undiallable api and gateway files
2022-08-30 11:15:43 +02:00
954c6cc52e
chore: fix undiallable api and gateway files
...
Fixes #9232
2022-08-30 11:03:17 +02:00
8c6aaa8393
docs: changelog: add mention of gateway file to v0.15
2022-08-29 18:19:23 +02:00
92418133b0
chore: Bump version to 0.16.0-dev
2022-08-25 15:35:17 -04:00
6516883b6b
correct data type for Reprovider.Interval ( #9224 )
...
* correct data type for Reprovider.Interval
Signed-off-by: Oleg Silkin <16809287+osilkin98@users.noreply.github.com>
Co-authored-by: Jorropo <jorropo.pgm@gmail.com>
2022-08-25 12:27:42 -07:00
bd7e41ce83
chore: First v0.15.0 CHANGELOG draft.
2022-08-25 14:12:49 +02:00
b9a2356231
Merge pull request #9216 from ipfs/chore/update-ci-go-version
2022-08-23 16:37:01 +02:00
ea9c22130b
chore: bump Go version to 1.18.5
...
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
2022-08-23 10:10:57 +02:00
199fa47e51
fix: rename job to sync-github-and-dist-ipfs-tech ( #9215 )
2022-08-22 22:07:13 -04:00
9c6094e651
docs(config): mention routing.delegate.ipfs.io
2022-08-18 16:52:44 +02:00
7701aa285f
chore: Release v0.15.0-rc1
2022-08-17 10:27:47 +00:00
2d98b4f229
Update RELEASE_ISSUE_TEMPLATE.md for 0.15
2022-08-17 09:42:39 +00:00
92baa6c039
docs(add): skip binary name in helptext
...
Co-authored-by: Jorropo <jorropo.pgm@gmail.com>
2022-08-17 03:30:35 +00:00
0080a66639
docs(cli): clarify CID determinism in add command
...
Better 'ipfs add --help' docs, based on feedback from
https://discuss.ipfs.io/t/ipfs-for-publishing-research-data-car-files/14748
2022-08-17 03:30:35 +00:00
2ab89cfe36
docs(cli): clarify CAR format in dag export|import
2022-08-17 03:30:35 +00:00
84ed0ec59f
test(gw): cors preflight with custom hearder
...
This cleans up old CORS tests and adds more resolution
(proper Origin test, testing custom header behavior)
It also adds basic regression tests for /api/v0
subset exposed on Gateway port.
2022-08-17 05:01:01 +02:00
924ab0616b
Merge pull request #9070 from iand/feat-modular-gateway
...
feat: make corehttp a reusable component
2022-08-17 03:25:29 +02:00
1236eb0f58
chore: update github.com/gabriel-vasile/mimetype
...
See the release notes: https://github.com/gabriel-vasile/mimetype/releases/tag/v1.4.1
This is a valuable release with already public security fixes (which don't affect us AFAIT but better safe than sorry).
More mimetypes and bug fixes.
2022-08-17 02:19:18 +02:00
00f2a64673
Merge pull request #9074 from ipfs/rcgmr-auto-scale
...
feat: go-libp2p v0.21 (rcmgr auto scaling)
2022-08-17 01:37:44 +02:00
77251b60c4
test(rcmgr): regression test prometherus metrics
2022-08-17 01:27:50 +02:00
a42848ac62
chore: switch back to goleveldb v1.0.0
...
https://github.com/ipfs/kubo/pull/9074/files?diff=split&w=1#diff-33ef32bf6c23acb95f5902d7097b7a1d5128ca061167ec0716715b0b9eeaa5f6R97
2022-08-17 00:38:51 +02:00
5ca74c7f7a
docs(config): Swarm.ResourceMgr.Allowlist
2022-08-17 00:38:51 +02:00
a982068c7a
Merge pull request #9024 from ipfs/guseggert-patch-1
2022-08-16 16:57:03 +02:00
f5e7905f91
Merge branch 'master' into guseggert-patch-1
2022-08-16 12:35:25 +02:00
c42e65c9ff
Revert dgraph-io/ristretto version bump
2022-08-16 09:36:48 +01:00
9a87262627
Merge pull request #9100 from ipfs/chore/update-release-template-0.14.0
2022-08-16 10:32:29 +02:00
654745aaa2
Merge branch 'master' into chore/update-release-template-0.14.0
2022-08-16 10:16:05 +02:00
17a1633b7b
Merge pull request #9095 from ipfs/chore/update-patch-release-template-0.13.1
2022-08-16 10:15:32 +02:00
5c858d5063
Go mod tidy kubo-as-a-library
2022-08-15 14:47:22 -07:00
831135cc9b
Update go-libp2p-kad-dht to v0.17.0
2022-08-15 14:14:00 -07:00
194eb2f298
Go mod tidy
2022-08-15 14:12:21 -07:00
da54d5ce4b
Check err for view.Register
2022-08-15 14:12:21 -07:00
3ed83e485b
Update go-libp2p-resource-manager to v0.5.3
2022-08-15 14:12:21 -07:00
27b046f98e
Move register exporter to metrics file
2022-08-15 14:12:21 -07:00
4cd437dfe2
Use replace in kubo example as a library
2022-08-15 14:12:21 -07:00
b0adea314a
Update go.mod/sum in examples/kubo-as-a-library
2022-08-15 14:12:21 -07:00