Releases: runopsio/rproxy
Releases · runopsio/rproxy
0.2.6
0.2.5
Changelog
- change image to start agent by default
0.2.4
Changelog
- 09d3d75 Add non blocking send to channel (#29)
0.2.3
Changelog
- e4f6519 Add mutex when using SendMsg avoiding freezing clients (proxy/agent)
0.2.2
Changelog
- [postgres] Improve agent resilience when processing many records
0.2.1
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
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
Changelog
- 630234f Fix entrypoint to maintain compatibility over old deploys
0.1.4
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
Changelog
- agent/proxy - Add better error handling in authentication errors
- agent/proxy - Add comments to all SQL commands with the username connection