Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 3.2.0 #491

Merged
merged 42 commits into from
Jan 2, 2025
Merged
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
1ba972c
fix: p2p scheme ignore for http.
Nov 11, 2024
72180a9
feat: add swarm resources command
Nov 14, 2024
ee7e1a6
feat: todo, add mode and mtime for file
Nov 19, 2024
17f550d
feat: complete swarm resources cmd.
Nov 19, 2024
fc48a0d
feat: gateway cid filter
Nov 20, 2024
d91e44e
test: swarm resources test.
Nov 22, 2024
f7d7b50
Merge pull request #475 from bittorrent/feat/swarm-resources
mengcody Nov 22, 2024
4ee6a55
feat: cidstore list size.
Nov 25, 2024
6bc9e2d
feat: add mtime and mode for file command.
Nov 26, 2024
dbeea51
feat: files command add mode and mtime
Nov 28, 2024
eef1e1f
feat: cidstore add batch support
Dec 2, 2024
347e9d5
feat: file stats ouput add mtime and mode.
Dec 3, 2024
411e56d
feat: ls add mtime and mode.
Dec 3, 2024
f0c8ca2
feat: add file rbset can't with preserve-motime.
Dec 4, 2024
cadc903
feat: ls command out format mode and mtime.
Dec 5, 2024
d04d2b4
feat: two step check need token auth enable.
Dec 5, 2024
e6aaf2e
Merge pull request #477 from bittorrent/fix/http-filter
mengcody Dec 5, 2024
f41c4b3
Merge branch 'release_3.2.0' into feat/gateway-cid-filter
Dec 5, 2024
8ad0129
refactor: http interceptor.
Dec 5, 2024
1de8248
Merge pull request #478 from bittorrent/feat/gateway-cid-filter
mengcody Dec 5, 2024
158f298
feat: update go.mod for mtime and mode
Dec 6, 2024
faa2079
chore: delete debug log.
Dec 6, 2024
8a791db
feat: update go-btfs-files dependency.
Dec 6, 2024
cb5afd2
Merge pull request #479 from bittorrent/feat/unixfs-add-mtime
mengcody Dec 9, 2024
18feeee
feat: update btfs config version for bootstramp peers replace
Dec 16, 2024
c03cf6b
Merge pull request #482 from bittorrent/feat/bootstrap-peers
mengcody Dec 16, 2024
d8e3b7e
feat: update dashboard cid and btfs version.
Dec 16, 2024
050616b
chore: comment for cid.
Dec 16, 2024
6047b41
Merge pull request #483 from bittorrent/feat/dashboard-version
mengcody Dec 16, 2024
f6bb8c9
fix: http interceptor token valid
Dec 16, 2024
412cebc
feat: go.sum update.
Dec 16, 2024
56947fc
Merge pull request #484 from bittorrent/fix/http-interceptor
mengcody Dec 17, 2024
53e5f5c
fix: add cid check
Dec 18, 2024
1debbef
fix: cid check.
Dec 19, 2024
ffd70bd
Merge pull request #485 from bittorrent/fix/cidstore-check
mengcody Dec 19, 2024
eafc967
feat: update go.mod
Dec 27, 2024
3b9948a
feat: update dashboard cid.
Dec 30, 2024
1125003
Merge pull request #486 from bittorrent/feat/update-gomod
mengcody Dec 30, 2024
f52bac8
fix: cid is empty str.
Dec 30, 2024
37cb9ef
Merge pull request #488 from bittorrent/fix/cidstore
mengcody Dec 31, 2024
ca00c34
chore: dashboard cid.
Dec 31, 2024
fab1253
Merge pull request #490 from bittorrent/feat/dashboard-cid
mengcody Dec 31, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: update go.mod for mtime and mode
cody committed Dec 6, 2024
commit 158f2986afe4e9ab932a1c18f85364c0cedb25ee
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -11,13 +11,13 @@ require (
github.com/bittorrent/go-btfs-cmds v0.3.0
github.com/bittorrent/go-btfs-common v0.9.1-0.20240823025041-824b78e1c643
github.com/bittorrent/go-btfs-config v0.13.3-0.20240822075319-c9a0e978f0b2
github.com/bittorrent/go-btfs-files v0.3.1
github.com/bittorrent/go-btfs-files v0.3.2-0.20241206024949-1343cef68952
github.com/bittorrent/go-btns v0.2.0
github.com/bittorrent/go-common/v2 v2.4.0
github.com/bittorrent/go-eccrypto v0.1.0
github.com/bittorrent/go-mfs v0.4.0
github.com/bittorrent/go-unixfs v0.7.0
github.com/bittorrent/interface-go-btfs-core v0.8.2
github.com/bittorrent/go-unixfs v0.7.1-0.20241206024825-93b8c4b57d53
github.com/bittorrent/interface-go-btfs-core v0.8.3-0.20241206024747-09777076f753
github.com/bittorrent/protobuf v1.4.0
github.com/blang/semver v3.5.1+incompatible
github.com/bradfitz/iter v0.0.0-20191230175014-e8f45d346db8
11 changes: 6 additions & 5 deletions go.sum
Original file line number Diff line number Diff line change
@@ -215,8 +215,8 @@ github.com/bittorrent/go-btfs-common v0.9.1-0.20240823025041-824b78e1c643/go.mod
github.com/bittorrent/go-btfs-config v0.13.3-0.20240822075319-c9a0e978f0b2 h1:zbmWBI69iBg6uRriAJ496NQfeEWlAwOrhSgsNK1/lLg=
github.com/bittorrent/go-btfs-config v0.13.3-0.20240822075319-c9a0e978f0b2/go.mod h1:ahh4rLSA+sl3FsHJ/ma6OOl6yu4ogCmeumzgBxKSIjg=
github.com/bittorrent/go-btfs-files v0.3.0/go.mod h1:ylMf73m6oK94hL7VPblY1ZZpePsr6XbPV4BaNUwGZR0=
github.com/bittorrent/go-btfs-files v0.3.1 h1:esq3j+6FtZ+SlaxKjVtiYgvXk/SWUiTcv0Q1MeJoPnQ=
github.com/bittorrent/go-btfs-files v0.3.1/go.mod h1:ylMf73m6oK94hL7VPblY1ZZpePsr6XbPV4BaNUwGZR0=
github.com/bittorrent/go-btfs-files v0.3.2-0.20241206024949-1343cef68952 h1:UPb87q3LxRtDqKyoCxXAHKOkMFe4UGvzuMQcTTROnD0=
github.com/bittorrent/go-btfs-files v0.3.2-0.20241206024949-1343cef68952/go.mod h1:ylMf73m6oK94hL7VPblY1ZZpePsr6XbPV4BaNUwGZR0=
github.com/bittorrent/go-btns v0.2.0 h1:OMpxUiRbtb/PRTK/z/flxcwOfTvNKMsTLOubYFhKy1s=
github.com/bittorrent/go-btns v0.2.0/go.mod h1:+Cinr/1Jl7V/Pqgz+vbOdHXkLVFbMqjypmbAv8QiQPs=
github.com/bittorrent/go-common/v2 v2.4.0 h1:u0jldKnQteTPQDNKj5GUBOUj2Tswn0+GfWN7yq2QAaY=
@@ -227,10 +227,11 @@ github.com/bittorrent/go-mfs v0.4.0 h1:xb7Bxp65LQP8yhflx47ZMuXzIMSSo9ZrasVhroCvR
github.com/bittorrent/go-mfs v0.4.0/go.mod h1:w7XQuaSCDsL0MhcMP02ViFJQHYg2tLf+/v0w/m7wMfM=
github.com/bittorrent/go-path v0.4.1 h1:9qJe6V2/O3n8Z3tqgN3wgbYcXrcwAv1U3de5xiyYodg=
github.com/bittorrent/go-path v0.4.1/go.mod h1:eNLsxJEEMxn/CDzUJ6wuNl+6No6tEUhOZcPKsZsYX0E=
github.com/bittorrent/go-unixfs v0.7.0 h1:2SPuQcAmubJUl+zuKoGWdculoZRn7D0zkDnTZ9pupqo=
github.com/bittorrent/go-unixfs v0.7.0/go.mod h1:0UNGV0k5MFsMGOeNjOJFtURcXDFz8bjtyfhcom+vW7A=
github.com/bittorrent/interface-go-btfs-core v0.8.2 h1:iTStlXLoandcKyFruq4U0uVSR3CQU7ey9Lwf8Mu3jw0=
github.com/bittorrent/interface-go-btfs-core v0.8.2/go.mod h1:tQ3d3uI2gH+AO7ikbBwlulRgff0/dzobz9H3SL00yYo=
github.com/bittorrent/go-unixfs v0.7.1-0.20241206024825-93b8c4b57d53 h1:on4IJttnb729mMxjsKVNLGvUH8ZbWyvEMoDQsBkYsTk=
github.com/bittorrent/go-unixfs v0.7.1-0.20241206024825-93b8c4b57d53/go.mod h1:0UNGV0k5MFsMGOeNjOJFtURcXDFz8bjtyfhcom+vW7A=
github.com/bittorrent/interface-go-btfs-core v0.8.3-0.20241206024747-09777076f753 h1:ZI+v7O3LXkH+DWXJiifPVeA9ChYoFl0U5gTbvuI5DgE=
github.com/bittorrent/interface-go-btfs-core v0.8.3-0.20241206024747-09777076f753/go.mod h1:tQ3d3uI2gH+AO7ikbBwlulRgff0/dzobz9H3SL00yYo=
github.com/bittorrent/protobuf v1.4.0 h1:3AW4SZUud3/8/orb8O/957CdspwxWjX/qprvF49aQ70=
github.com/bittorrent/protobuf v1.4.0/go.mod h1:k2fZczatqZOyvWUezE02Xt5uFcVqdUd1tNeZwXjELCk=
github.com/blang/semver v3.5.1+incompatible h1:cQNTCjp13qL8KC3Nbxr/y2Bqb63oX6wdnnjpJbkM4JQ=