Skip to content

Releases: rancher/remotedialer

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.

v0.2.0: Merge pull request #4 from erikwilson/serve-context

22 Aug 17:20
3d086ba
Compare
Choose a tag to compare

v0.1.0

24 Jul 05:13
Compare
Choose a tag to compare
Update for new context