File tree Expand file tree Collapse file tree 6 files changed +19
-12
lines changed
github.com/jedisct1/go-sieve-cache/pkg/sievecache Expand file tree Collapse file tree 6 files changed +19
-12
lines changed Original file line number Diff line number Diff line change
1
+ # Version 2.1.11
2
+ - The sievecache dependency was updated to fix a bug causing the cache to crash.
3
+
1
4
# Version 2.1.10
2
5
- Hot-reloading of configuration files is now optional and disabled by default.
3
6
It can be enabled by setting `enable_hot_reload = true` in the configuration file.
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import (
15
15
)
16
16
17
17
const (
18
- AppVersion = "2.1.10 "
18
+ AppVersion = "2.1.11 "
19
19
DefaultConfigFileName = "dnscrypt-proxy.toml"
20
20
)
21
21
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ require (
16
16
github.com/jedisct1/go-dnsstamps v0.0.0-20240423203910-07a0735c7774
17
17
github.com/jedisct1/go-hpke-compact v0.0.0-20241212093903-5caa4621366f
18
18
github.com/jedisct1/go-minisign v0.0.0-20241212093149-d2f9f49435c7
19
- github.com/jedisct1/go-sieve-cache v0.1.5
19
+ github.com/jedisct1/go-sieve-cache v0.1.6
20
20
github.com/jedisct1/xsecretbox v0.0.0-20241212092125-3afc4917ac41
21
21
github.com/k-sone/critbitgo v1.4.0
22
22
github.com/kardianos/service v1.2.2
Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ github.com/jedisct1/go-hpke-compact v0.0.0-20241212093903-5caa4621366f h1:h5/HKr
51
51
github.com/jedisct1/go-hpke-compact v0.0.0-20241212093903-5caa4621366f /go.mod h1:IjVYCPbDciyDZpJpUIYodX+FvctxGmnHVZ/ZwGBCjNA =
52
52
github.com/jedisct1/go-minisign v0.0.0-20241212093149-d2f9f49435c7 h1:FWpSWRD8FbVkKQu8M1DM9jF5oXFLyE+XpisIYfdzbic =
53
53
github.com/jedisct1/go-minisign v0.0.0-20241212093149-d2f9f49435c7 /go.mod h1:BMxO138bOokdgt4UaxZiEfypcSHX0t6SIFimVP1oRfk =
54
- github.com/jedisct1/go-sieve-cache v0.1.5 h1:ZmkjZc7xvx5CHUw/ePJbRu61KZa6KRyzJlN45x5HBS8 =
55
- github.com/jedisct1/go-sieve-cache v0.1.5 /go.mod h1:EN88bnjKpiyS9TfZZNbUkCwgpWueZSaUi4vgVtw2988 =
54
+ github.com/jedisct1/go-sieve-cache v0.1.6 h1:cbAUZpdAX2iuX8+eb/nb4G/VlGyFXcKGLAbY9Zaz4XA =
55
+ github.com/jedisct1/go-sieve-cache v0.1.6 /go.mod h1:EN88bnjKpiyS9TfZZNbUkCwgpWueZSaUi4vgVtw2988 =
56
56
github.com/jedisct1/xsecretbox v0.0.0-20241212092125-3afc4917ac41 h1:TPF+VETyhqUOY51j3KF0uk5cgHQ2Bzi6XCorcGNGfTs =
57
57
github.com/jedisct1/xsecretbox v0.0.0-20241212092125-3afc4917ac41 /go.mod h1:eh2PYNEklsNDqUxnbnN9Duvpw1b+ZectZAtDUDRj2tA =
58
58
github.com/jtolds/gls v4.20.0+incompatible h1:xdiiI2gbIgH/gLH7ADydsJ1uDOEzR8yvV7C0MuV77Wo =
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ github.com/jedisct1/go-hpke-compact
63
63
# github.com/jedisct1/go-minisign v0.0.0-20241212093149-d2f9f49435c7
64
64
## explicit; go 1.23.4
65
65
github.com/jedisct1/go-minisign
66
- # github.com/jedisct1/go-sieve-cache v0.1.5
66
+ # github.com/jedisct1/go-sieve-cache v0.1.6
67
67
## explicit; go 1.21
68
68
github.com/jedisct1/go-sieve-cache/pkg/sievecache
69
69
# github.com/jedisct1/xsecretbox v0.0.0-20241212092125-3afc4917ac41
You can’t perform that action at this time.
0 commit comments