Skip to content

Releases: StudioSol/balancer

v1.3.1

21 Aug 14:09
133c3c6

Choose a tag to compare

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

21 Jul 14:25
3a1048f

Choose a tag to compare

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

Full Changelog: v.1.2...v1.3.0

v1.2.0

16 Jan 20:17

Choose a tag to compare

Add suport for multi-primary cluster - write set replication
#17

Fix order by open connections

v1.1.3

28 Jun 16:43

Choose a tag to compare

refactor(health): replace mutex with atomic

v1.1.2

28 Jun 16:24
acb4510

Choose a tag to compare

  • Fix race condition in health function

v1.1.1 - I/O State

15 Jun 16:54
4a4a35b

Choose a tag to compare

  • Include I/O State information in healthcheck

server up when is connected but has replication errors

22 Jul 19:27

Choose a tag to compare

v1.1.0

server up when is connected but has replication errors

v1.0.0

08 Apr 14:02
ae0121d

Choose a tag to compare

Avoid concurrently status check + Go modules (#9)

* Migrate to go modules

* initial check async + prevent multiple checks on database