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 v0.5.0 #957

Merged
merged 1,159 commits into from
Nov 8, 2021
Merged

Release v0.5.0 #957

merged 1,159 commits into from
Nov 8, 2021

Conversation

ersonp
Copy link
Contributor

@ersonp ersonp commented Oct 22, 2021

Did you run make format && make check?

Changes:

How to test this PR:

  1. Run ./skywire-visor skywire-config.json
  2. Check if the config is updated to 1.1.0 and the URLs are updated.
  3. Check if there is no other error

Senyoret1 and others added 30 commits September 25, 2021 17:59
Remove Transport Discovery heatbeat
Add mutex lock to DeleteEntry in servicedisc to fix the datarace
The comment was updated to reflect the changes.
Stop() of service updater is called from two places so stopOnce sync.Once was added as we only need to stop it once.
Debug logs added to DeleteEntry() and RegisterEntry() in servicedisc.
We update the retirer to not retry till success anymore. We only retry three times.
@jdknives jdknives force-pushed the develop branch 2 times, most recently from adc2cbb to f222d9d Compare October 23, 2021 12:50
alexadhy and others added 27 commits October 25, 2021 08:30
Make the updater work with problematic visors
Fixed the autoconnect retrial logic by increasing backoff factor and number
of retrials.

The (httpClient) Services() function now also returns an error if the length of
the resutls returned by the service discovery is 0.
Fix autoconnect retrial logic being too aggressive
The .Version variable in the goreleaser yaml file gives the version without the v. So we are adding the v manually in ldflags of all the binaries just like the name_template.
Fix skywire verson in goreleaser
Add Debug log and fix retrier log
fixes dmsg showing 00000 after successful reconnection
@jdknives jdknives merged commit 3444852 into master Nov 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants