Skip to content

v1.2.0

Compare
Choose a tag to compare
@iconara iconara released this 31 Oct 14:50
· 104 commits to master since this release

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 and Future.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.