v1.2.0
This release adds support for SSL/TLS, and brings a lot of improvements to Future
.
- SSL/TLS support: you can now create network clients that connect to services that require encryption, and you can run your own servers too.
- Optimizations and improvements to Future: several new combinator methods like
Future#then
,Future.traverse
andFuture.reduce
, and lots of optimizations. - Optimized timer scheduling:
IoReactor#schedule_timer
can now be used to schedule more than a few timers. The old implementation can only be described as lacking, but with this release the timer scheduling can be considered a working feature.