Skip to content

Releases: runopsio/rproxy

0.2.6

25 Oct 19:44
Compare
Choose a tag to compare

Changelog

  • e5b0a36 Fix typo in entrypoint

0.2.5

25 Oct 19:06
Compare
Choose a tag to compare

Changelog

  • change image to start agent by default

0.2.4

20 Oct 16:47
Compare
Choose a tag to compare

Changelog

  • 09d3d75 Add non blocking send to channel (#29)

0.2.3

19 Oct 23:19
Compare
Choose a tag to compare

Changelog

  • e4f6519 Add mutex when using SendMsg avoiding freezing clients (proxy/agent)

0.2.2

17 Oct 22:15
Compare
Choose a tag to compare

Changelog

  • [postgres] Improve agent resilience when processing many records

0.2.1

14 Oct 20:13
Compare
Choose a tag to compare

Changelog

  • [postgres] Handle Postgres Cancel Messages
  • [postgres] Fix goroutines stucks when closing proxy local connections
  • [postgres] End tcp connections properly in proxy

0.2.0

19 Sep 19:57
Compare
Choose a tag to compare

Changelog

  • Add postgres integration native connection
  • Allow paswordless authentication
  • Supports md5 and scram authentication
  • Report errors back to the client (postgres protocol)
  • Tested on versions 9,10,11,12,13,14
  • Add default port for native connections configuration (5432 postgres, 3306 mysql)

0.1.5

23 Aug 19:44
Compare
Choose a tag to compare

Changelog

  • 630234f Fix entrypoint to maintain compatibility over old deploys

0.1.4

23 Aug 19:08
Compare
Choose a tag to compare

Changelog

  • Allow obtaining a terminal experience using rproxy exec ...
  • Allow reading scripts/commands from stdin
  • Implemented all known types in conformance with https://github.com/runopsio/agent
  • Allow passing arguments dynamically to connections

0.0.35

15 Jul 18:31
Compare
Choose a tag to compare

Changelog

  • agent/proxy - Add better error handling in authentication errors
  • agent/proxy - Add comments to all SQL commands with the username connection