balancer/weighted_round_robin: fix ticker leak on update
A new ticker is created every time there is an update of addresses or configuration, but was not properly stopped. This change stops the ticker when it is no longer needed.
Release 1.58.1
Bug Fixes
grpc: fix a bug that was decrementing active RPC count too early for streaming RPCs; leading to channel moving to IDLE even though it had open streams
grpc: fix a bug where transports were not being closed upon channel entering IDLE
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the dependencies group with 4 updates: github.com/Scalingo/go-scalingo/v6, github.com/hashicorp/go-plugin, github.com/vmihailenco/msgpack/v5 and google.golang.org/grpc.
Updates
github.com/Scalingo/go-scalingo/v6
from 6.7.2 to 6.7.3Release notes
Sourced from github.com/Scalingo/go-scalingo/v6's releases.
Changelog
Sourced from github.com/Scalingo/go-scalingo/v6's changelog.
Commits
b137ca6
Merge pull request #363 from Scalingo/release/6.7.3e059e85
Bump v6.7.3ca178da
feat(event): add event structs [STORY-64 STORY-73 STORY-74] (#356)93a0453
Merge pull request #362 from Scalingo/fix/326/app_run_event_wording0c9788b
fix(events): app run event wording4272bae
refactor(http): use http constants07613c3
fix(http): remove unsued parameterb19ec73
fix: add missing body closeb776f12
refactor: remove useless explicit typeecbeb99
refactor: weird goimports reported issueUpdates
github.com/hashicorp/go-plugin
from 1.5.1 to 1.5.2Release notes
Sourced from github.com/hashicorp/go-plugin's releases.
Changelog
Sourced from github.com/hashicorp/go-plugin's changelog.
Commits
303d84f
Changelog++ for v1.5.2 (#283)2f6e0c5
Add TempDir option to UnixSocketConfig (#282)Updates
github.com/vmihailenco/msgpack/v5
from 5.3.5 to 5.4.0Release notes
Sourced from github.com/vmihailenco/msgpack/v5's releases.
Changelog
Sourced from github.com/vmihailenco/msgpack/v5's changelog.
Commits
ecf8fa7
Merge pull request #356 from vmihailenco/release/v5.4.01b6c01f
chore: release v5.4.0 (release.sh)a9ef130
chore: update Gob2aba5f
Merge pull request #330 from alpineiq/v5684c6ae
Merge pull request #355 from vmihailenco/release/v5.3.6d72b368
chore: release v5.3.6 (release.sh)65e50f5
Merge pull request #343 from tmm1/omit-emit-structs8a4375f
Merge pull request #333 from aviadl/v52f6f7d2
Merge pull request #342 from tmm1/sort-map-bool96ec1ea
Merge pull request #354 from Jille/small-dict-keysUpdates
google.golang.org/grpc
from 1.58.0 to 1.58.2Release notes
Sourced from google.golang.org/grpc's releases.
Commits
c0aa20a
Change version to 1.58.2 (#6654)67a53a6
balancer/weightedroundrobin: fix ticker leak on update (#6655)863de73
update version to 1.58.2-dev (#6633)62726d4
update version to 1.58.1 (#6629)fa6d9ab
cherry-pick 6610 and 6620 (#6627)467fbf2
Change version to 1.58.1-dev (#6580)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show