Skip to content

Commit

Permalink
bump version v4.0.3, fix another infinite-retry issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sduchesneau committed Apr 30, 2024
1 parent 3ae5b23 commit e203a30
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## v4.0.3

* Fix another case where 'infinite-retry' would not work and the program would stop on an error.
* Enable multiple Substreams authentication methods (API key, JWT), using flags `--api-key-envvar` and `--api-token-envvar`.

* Deprecates the use of `SF_API_TOKEN` environment variable, now use default `SUBSTREAMS_API_TOKEN` or set your own using `--api-token-envvar`.

## v4.0.2
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/spf13/viper v1.15.0
github.com/streamingfast/logging v0.0.0-20230608130331-f22c91403091
github.com/streamingfast/substreams v1.3.7
github.com/streamingfast/substreams-sink v0.3.5-0.20240403193024-1e5575f04fa7
github.com/streamingfast/substreams-sink v0.3.5
github.com/streamingfast/substreams-sink-database-changes v1.1.3
github.com/stretchr/testify v1.8.4
github.com/wk8/go-ordered-map/v2 v2.1.7
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1196,8 +1196,8 @@ github.com/streamingfast/shutter v1.5.0 h1:NpzDYzj0HVpSiDJVO/FFSL6QIK/YKOxY0gJAt
github.com/streamingfast/shutter v1.5.0/go.mod h1:B/T6efqdeMGbGwjzPS1ToXzYZI4kDzI5/u4I+7qbjY8=
github.com/streamingfast/substreams v1.3.7 h1:QpVYCLVO9X+75+EmuxaUdx76lvrgkSBIWwservXQgc4=
github.com/streamingfast/substreams v1.3.7/go.mod h1:89rAcqQdwh6jU+/pRSz+ktLFqOfcZSzmSZUn+3kRfNs=
github.com/streamingfast/substreams-sink v0.3.5-0.20240403193024-1e5575f04fa7 h1:8OKdkzolMs9QlWMLT+vDmfRowgBW3oivUVyBWT8c1RE=
github.com/streamingfast/substreams-sink v0.3.5-0.20240403193024-1e5575f04fa7/go.mod h1:/FJcUa385jdWDDHvHFqAeu920J6EXERnAWuiwUv4YBY=
github.com/streamingfast/substreams-sink v0.3.5 h1:CkxxaKcQTVQ9FcmPfnlf4QPr8BXRWBW8hrUvYR8eoEg=
github.com/streamingfast/substreams-sink v0.3.5/go.mod h1:/FJcUa385jdWDDHvHFqAeu920J6EXERnAWuiwUv4YBY=
github.com/streamingfast/substreams-sink-database-changes v1.1.3 h1:rXeGb/V2mjC8FftumRkMQxG2jtdLfHdLx9UQVUtAqS8=
github.com/streamingfast/substreams-sink-database-changes v1.1.3/go.mod h1:bul4OLl22/M8LlYO9+sxA/5ghUrV7eYrG5NSlfm5m5k=
github.com/stretchr/objx v0.0.0-20180129172003-8a3f7159479f/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
Expand Down

0 comments on commit e203a30

Please sign in to comment.