Releases: rancher/remotedialer
Releases · rancher/remotedialer
v0.4.1
v0.4.0
What's Changed
- Add CI, Makefile and PR template by @tomleb in #76
- Refactor Session serveMessage and mutex usage by @aruiz14 in #78
- Make client and server to resync active connections by @aruiz14 in #74
- fix: use independent deadline for sending error by @aruiz14 in #79
New Contributors
Full Changelog: v0.3.2...v0.4.0
v0.3.2
v0.3.1
What's Changed
- Add initial Renovate configuration by @renovate-rancher in #51
- Update module github.com/stretchr/testify to v1.8.2 by @renovate-rancher in #56
- Update module github.com/gorilla/mux to v1.8.0 by @renovate-rancher in #53
- Update module github.com/sirupsen/logrus to v1.9.0 by @renovate-rancher in #55
- Update module github.com/gorilla/websocket to v1.4.1 [SECURITY] by @renovate-rancher in #52
- Capture and log errors when writing errors by @moio in #67
- README: explain HA mechanism by @moio in #66
- Add codeowners file by @JonCrowther in #71
- Renovate bumps by @tomleb in #72
New Contributors
- @renovate-rancher made their first contribution in #51
- @moio made their first contribution in #67
- @JonCrowther made their first contribution in #71
- @tomleb made their first contribution in #72
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Add environment variable REMOTEDIALER_BACKUP_TIMEOUT_SECONDS by @ibuildthecloud in #16
- Export ConnectToProxy() for some backoff stage by @liut in #21
- Add method to expose register metrics by @alexellis in #24
- Add #24 to testing branch via a merge commit by @alexellis in #26
- Merge testing by @ibuildthecloud in #28
- Fix DefaultErrorWriter status code by @aledbf in #27
- Add ability to set dialer in session by @ibuildthecloud in #29
- Fix two metrics descriptions and Register method by @alexellis in #33
- Add pause/resume to protocol by @ibuildthecloud in #36
- Ignore any errors related to sending pause/resume by @ibuildthecloud in #38
- Fix stuck goroutine on disconnect by @ibuildthecloud in #39
- Memory edit by @rmweir in #41
- pinning new version of client_golang by @luthermonson in #43
- enable fossa scanning by @paraglade in #44
- Set buffer log to debug level by @rmweir in #45
- Add deadline to back pressure wait by @cmurphy in #46
- Add developer docs by @cmurphy in #48
- Don't log errors when context is cancelled by @brandond in #50
New Contributors
- @liut made their first contribution in #21
- @aledbf made their first contribution in #27
- @rmweir made their first contribution in #41
- @luthermonson made their first contribution in #43
- @paraglade made their first contribution in #44
- @cmurphy made their first contribution in #46
- @brandond made their first contribution in #50
Full Changelog: v0.2.5...v0.3.0
v0.2.5: Merge pull request #14 from dramich/metricsa
Move metrics to remotedialer
v0.2.4
Update client.go use proxy in call to dialer
v0.2.3
v0.2.2
improve web socket error logging
v0.2.1: Run onConnect handler in the background
Before if the onConnect handler ran longer than the ping wait duration then the server would disconnect the client. Now we run the onConnect handler in the background to ensure that pings start sending right away.