forked from ybrs/single-beat
-
Notifications
You must be signed in to change notification settings - Fork 3
/
ChangeLog
49 lines (39 loc) · 1.04 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Version 0.6.1
==============
- Fixes unicode decode errors - if split multibyte char at 100th character. see https://github.com/ybrs/single-beat/pull/48
Version 0.6.0
==============
- Use asyncio
Version 0.5.1
==============
- guard stdout/stderr forwarding against crashes
Version 0.5.0
==============
- Enforce tornado >= 6.0
- Switch redis library to aioredis
- remove tornadis dependency
- change async logic to use standard python async/await
Version 0.4.2
==============
- Fixes some small bug, typos in documentation.
Version 0.4.1
==============
- Added a simple cli to remotely control single-beat instances
Version 0.3.2
==============
- Try to reacquire Redis lock when it expired
Version 0.3.1
==============
- Fixes python 3 compatibility issue
Version 0.3.0
==============
- Add fencing
Version 0.2.1
==========
- Support Redis Sentinel
Version 0.2.0
==============
- Moved to tornado's ioloop, pyuv was hard to install, had breaking changes etc.
- Code cleanup/refactor
- Simple unit test
- Started putting a changelog