Releases: StudioSol/balancer
Releases · StudioSol/balancer
v1.3.1
What's Changed
- prevent race between Balancer check and Close by @pedrohb88 in #20
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- chore: Atualiza versão do Gorp com suporte a Go Modules by @brunomvsouza in #18
- cleanup balancer connection and healthcheck by @pedrohb88 in #19
New Contributors
- @pedrohb88 made their first contribution in #19
Full Changelog: v.1.2...v1.3.0
v1.2.0
v1.1.3
refactor(health): replace mutex with atomic
v1.1.2
- Fix race condition in health function
v1.1.1 - I/O State
- Include I/O State information in healthcheck
server up when is connected but has replication errors
v1.1.0 server up when is connected but has replication errors
v1.0.0
Avoid concurrently status check + Go modules (#9) * Migrate to go modules * initial check async + prevent multiple checks on database