File tree 3 files changed +5
-5
lines changed 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## Unreleased
8
+ ## v4.0.3
9
9
10
+ * Fix another case where 'infinite-retry' would not work and the program would stop on an error.
10
11
* Enable multiple Substreams authentication methods (API key, JWT), using flags ` --api-key-envvar ` and ` --api-token-envvar ` .
11
-
12
12
* Deprecates the use of ` SF_API_TOKEN ` environment variable, now use default ` SUBSTREAMS_API_TOKEN ` or set your own using ` --api-token-envvar ` .
13
13
14
14
## v4.0.2
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ require (
14
14
github.com/spf13/viper v1.15.0
15
15
github.com/streamingfast/logging v0.0.0-20230608130331-f22c91403091
16
16
github.com/streamingfast/substreams v1.3.7
17
- github.com/streamingfast/substreams-sink v0.3.5-0.20240403193024-1e5575f04fa7
17
+ github.com/streamingfast/substreams-sink v0.3.5
18
18
github.com/streamingfast/substreams-sink-database-changes v1.1.3
19
19
github.com/stretchr/testify v1.8.4
20
20
github.com/wk8/go-ordered-map/v2 v2.1.7
Original file line number Diff line number Diff line change @@ -1196,8 +1196,8 @@ github.com/streamingfast/shutter v1.5.0 h1:NpzDYzj0HVpSiDJVO/FFSL6QIK/YKOxY0gJAt
1196
1196
github.com/streamingfast/shutter v1.5.0 /go.mod h1:B/T6efqdeMGbGwjzPS1ToXzYZI4kDzI5/u4I+7qbjY8 =
1197
1197
github.com/streamingfast/substreams v1.3.7 h1:QpVYCLVO9X+75+EmuxaUdx76lvrgkSBIWwservXQgc4 =
1198
1198
github.com/streamingfast/substreams v1.3.7 /go.mod h1:89rAcqQdwh6jU+/pRSz+ktLFqOfcZSzmSZUn+3kRfNs =
1199
- github.com/streamingfast/substreams-sink v0.3.5-0.20240403193024-1e5575f04fa7 h1:8OKdkzolMs9QlWMLT+vDmfRowgBW3oivUVyBWT8c1RE =
1200
- github.com/streamingfast/substreams-sink v0.3.5-0.20240403193024-1e5575f04fa7 /go.mod h1:/FJcUa385jdWDDHvHFqAeu920J6EXERnAWuiwUv4YBY =
1199
+ github.com/streamingfast/substreams-sink v0.3.5 h1:CkxxaKcQTVQ9FcmPfnlf4QPr8BXRWBW8hrUvYR8eoEg =
1200
+ github.com/streamingfast/substreams-sink v0.3.5 /go.mod h1:/FJcUa385jdWDDHvHFqAeu920J6EXERnAWuiwUv4YBY =
1201
1201
github.com/streamingfast/substreams-sink-database-changes v1.1.3 h1:rXeGb/V2mjC8FftumRkMQxG2jtdLfHdLx9UQVUtAqS8 =
1202
1202
github.com/streamingfast/substreams-sink-database-changes v1.1.3 /go.mod h1:bul4OLl22/M8LlYO9+sxA/5ghUrV7eYrG5NSlfm5m5k =
1203
1203
github.com/stretchr/objx v0.0.0-20180129172003-8a3f7159479f /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
You can’t perform that action at this time.
0 commit comments