Skip to content

Releases: bakwc/PySyncObj

v0.1.10

23 Jul 16:15
Compare
Choose a tag to compare
  • Fixed major bug in protocol implementation (could lead to unconsistency; detected with random test)
  • Fixed memory leak (Node and TcpConnection was not destroyed by garbage collector, because of del operation)
  • Added onReady callback - it is called every time after process starts, as soon as SyncObj synced with other nodes (received latest version of all data)

v0.1.9

11 Jul 07:50
Compare
Choose a tag to compare
  • Few minor procol bug-fixes (detected with random test).
  • Benchmarks.

v0.1.8

03 Jul 13:50
Compare
Choose a tag to compare
  • Added encryption
  • Refactored networking code

v0.1.7

25 Jun 18:36
Compare
Choose a tag to compare
  • Added Python3 support
  • Fixed prevLogIdx exception