Skip to content

Releases: bakwc/PySyncObj

v0.3.15

Choose a tag to compare

@bakwc bakwc released this 17 Mar 21:51
be27e6c

What's Changed

New Contributors

Full Changelog: v0.3.14...v0.3.15

v0.3.14

Choose a tag to compare

@bakwc bakwc released this 19 Feb 10:43
2ec056d

What's Changed

Full Changelog: v0.3.13...v0.3.14

v0.3.13

Choose a tag to compare

@bakwc bakwc released this 31 Oct 15:59
18cee14

What's Changed

New Contributors

Full Changelog: 0.3.12...v0.3.13

v0.3.12

Choose a tag to compare

@bakwc bakwc released this 31 Jan 21:38
  • #172 Added tcp keepalive - fixed bug when cluster was unable to select a new leader due to stuck tcp connection
  • #166 Fixed raft commit index not monotonic
  • #167 Fixed raft match index is not monotonic

v0.3.11

Choose a tag to compare

@bakwc bakwc released this 02 Jul 10:43
  • #163 Added property hasQuorum (to detect if node is connected to cluster)
  • #161 Fixed exception when disconnected during connection

v0.3.10

Choose a tag to compare

@bakwc bakwc released this 13 Feb 13:04
012aeb1
  • Removed accidentally added debug logging, #153

v0.3.9

Choose a tag to compare

@bakwc bakwc released this 30 Jul 08:41
4c49aaa
  • Bind all interfaces by default, #150
  • Fixed exception when unable to resolve dns, #142

v0.3.8

Choose a tag to compare

@bakwc bakwc released this 25 Apr 16:23
296a54d
  • Fixed bug with different cluster configuration on different nodes with journal enabled, #133
  • Fixed bug with unable to reconnect with enabled encryption, #127
  • Fixed readonly nodes with enabled encryption, #126
  • Fixed bug with adding wrong node while changing cluster configuration, #131
  • Use already resolved node ip when connecting to node instead of host, #132
  • Syncobj_admin simplified, #129
  • Added utility functions callback, #128

v0.3.7

Choose a tag to compare

@bakwc bakwc released this 18 Sep 08:38
afae328
  • Fixed stuck when readonly nodes disconnected, #121
  • Added ability to specify self address inside partner addresses, #122

v0.3.6

Choose a tag to compare

@bakwc bakwc released this 07 Sep 22:41
0283a43
  • Fixed destroy exception, #116
  • Fixed dns resolve problem, #119