Releases: iconara/ione
Releases · iconara/ione
v1.2.0.pre9
Optimize the timer priority queue for deletions, since most timers are cancelled and not expired.
v1.2.0.pre8
Fixes a bug where the reactor shutdown could go into an endless loop if timers would schedule other timers when cancelled.
v1.2.0.pre7
Fixes issues with cancelling timers.
v1.2.0.pre6
Only small optimizations and refactorings since the previous prerelease.
v1.2.0.pre5
- The timer scheduler has been completely rewritten and should now be useful even with lots of timers. The old one would make the reactor grind to a halt when too many timers were scheduled.
- Cancelling timers no longer risks crashing the reactor.
v1.1.5
v1.2.0.pre4
v1.1.4
v1.2.0.pre3
This release fixes a regression from v1.1 where a closed connection should have delivered an Ione::IoError
but delivered the raw error that closed the connection.
v1.2.0.pre2
- Adds SSL/TLS support on top of the new features in the previous prereleases. See #3.
- Adds
Future#get
as an alias for#value
- Changes what is yielded from
Future#on_complete
– the listener's arity decides whether it will receive the future itself or the value and error. This change should be completely backwards compatible with v1.1.