Twitter, Inc. is announcing that Finagle with version number 6.31.0 is already available to download.
What is Finagle ?
Finagle is .
Finagle was developed by the Twitter team to help them build high-concurrency, fault-tolerant clients and servers. Finagle simplifies this process by setting the ground for a protocol-agnostic communications system. If all these terms have confused you, then the simpler explanation is this. If you have different technologies that you use to generate a Web page, like a caching system, two-three database, a URL handler, and the Web server, all these services need to talk to each other. While each one has its own protocol that it uses to receive and send data, all these protocols are rarely compatible with each other. Finagle helps developers build a common ground on which all these services talk to each other in a common format. This means developers can implement new technologies whenever they need them, and the only thing they need to add support for is Finagle (instead of all the already existing technologies and their adjacent protocols).
This is changelog for Finagle version 6.31.0 :
You can read the complete changelog and also download this latest version on their homepage:
twitter.github.io