Skip to content

Releases: rancher/remotedialer

v0.4.1

10 Jul 14:22
afe9785
Compare
Choose a tag to compare

What's Changed

  • Allow passing a custom client-side dialer by @brandond in #80

Full Changelog: v0.4.0...v0.4.1

v0.4.0

01 Jul 18:57
40afe79
Compare
Choose a tag to compare

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

18 Apr 16:12
a5f0818
Compare
Choose a tag to compare

What's Changed

  • Add CI, Makefile and PR template by @tomleb in #73
  • Revert "Add CI, Makefile and PR template" by @tomleb in #75
  • Downgrade github.com/prometheus/client_golang to v1.16.0 by @tomleb in #77

Full Changelog: v0.3.1...v0.3.2

v0.3.1

26 Mar 17:46
549f206
Compare
Choose a tag to compare

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

03 Apr 17:18
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.5...v0.3.0

v0.2.5: Merge pull request #14 from dramich/metricsa

29 Jan 16:41
e21c829
Compare
Choose a tag to compare

v0.2.4

28 Jan 17:50
Compare
Choose a tag to compare
Update client.go

use proxy in call to dialer

v0.2.3

18 Nov 17:51
Compare
Choose a tag to compare
Add metrics counts

v0.2.2

30 Aug 19:54
Compare
Choose a tag to compare
improve web socket error logging

v0.2.1: Run onConnect handler in the background

30 Aug 19:44
Compare
Choose a tag to compare
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.