-
Notifications
You must be signed in to change notification settings - Fork 1
/
Changes
33 lines (23 loc) · 1.11 KB
/
Changes
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
Revision history for {{$dist->name}}
{{$NEXT}}
1.04 2024-07-15 14:32:57-04:00 America/New_York
- remote time-watcher loop and rely only on io watcher
- improve test suite performance
1.03 2024-06-01 12:10:02-04:00 America/New_York
- throttle read loop when consumer has requested a pause
1.02 2021-01-06 14:19:30-05:00 America/New_York
- optimize heartbeat under EV
- ensure connection errors are thrown
1.01 2018-05-13 08:07:41-04:00 America/New_York
- fix dependencies to move Dist::Zilla::App::Command::cover to develop phase
1.0 2018-05-12 09:49:29-04:00 America/New_York
- add pause/unpause methods to provide so flow control to end users
0.004 2018-01-28 18:49:54-05:00 America/New_York
- explicit dependency on Promises 0.99; <= 0.94 won't work
0.003 2018-01-22 15:57:18-05:00 America/New_York
- fix failing tests with bad plan when postgres not installed"
- still want to loop after server keepalives
0.002 2018-01-21 15:29:16-05:00 America/New_York
- POD typo
0.001 2018-01-21 14:56:06-05:00 America/New_York
- inital release