Releases: bakwc/PySyncObj
Releases · bakwc/PySyncObj
v0.3.13
What's Changed
- include SyncObjConf.password in documentation by @betanummeric in #177
- Replace root logger with module loggers by @weii41392 in #180
- Using github actions for running tests by @bakwc in #186
- adding the possibility to check if the tick thread is gone by @snubba in #187
- Upgrade Version by @snubba in #188
New Contributors
- @betanummeric made their first contribution in #177
- @weii41392 made their first contribution in #180
- @snubba made their first contribution in #187
Full Changelog: 0.3.12...v0.3.13
v0.3.12
v0.3.11
v0.3.10
v0.3.9
v0.3.8
- 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