Skip to content

Commit e203a30

Browse files
committed
bump version v4.0.3, fix another infinite-retry issue
1 parent 3ae5b23 commit e203a30

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## v4.0.3
99

10+
* Fix another case where 'infinite-retry' would not work and the program would stop on an error.
1011
* Enable multiple Substreams authentication methods (API key, JWT), using flags `--api-key-envvar` and `--api-token-envvar`.
11-
1212
* Deprecates the use of `SF_API_TOKEN` environment variable, now use default `SUBSTREAMS_API_TOKEN` or set your own using `--api-token-envvar`.
1313

1414
## v4.0.2

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/spf13/viper v1.15.0
1515
github.com/streamingfast/logging v0.0.0-20230608130331-f22c91403091
1616
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
1818
github.com/streamingfast/substreams-sink-database-changes v1.1.3
1919
github.com/stretchr/testify v1.8.4
2020
github.com/wk8/go-ordered-map/v2 v2.1.7

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1196,8 +1196,8 @@ github.com/streamingfast/shutter v1.5.0 h1:NpzDYzj0HVpSiDJVO/FFSL6QIK/YKOxY0gJAt
11961196
github.com/streamingfast/shutter v1.5.0/go.mod h1:B/T6efqdeMGbGwjzPS1ToXzYZI4kDzI5/u4I+7qbjY8=
11971197
github.com/streamingfast/substreams v1.3.7 h1:QpVYCLVO9X+75+EmuxaUdx76lvrgkSBIWwservXQgc4=
11981198
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=
12011201
github.com/streamingfast/substreams-sink-database-changes v1.1.3 h1:rXeGb/V2mjC8FftumRkMQxG2jtdLfHdLx9UQVUtAqS8=
12021202
github.com/streamingfast/substreams-sink-database-changes v1.1.3/go.mod h1:bul4OLl22/M8LlYO9+sxA/5ghUrV7eYrG5NSlfm5m5k=
12031203
github.com/stretchr/objx v0.0.0-20180129172003-8a3f7159479f/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=

0 commit comments

Comments
 (0)