[CloudI] [ANN] 2.0.1 Released!

Back to archive index
Michael Truog mjtru****@proto*****
Sat Nov 28 08:02:15 JST 2020


Download 2.0.1 from https://osdn.net/dl/cloudi/cloudi-2.0.1.tar.gz

CloudI (https://cloudi.org/) is a "universal integrator" using an
Erlang core to provide fault-tolerance with efficiency and scalability.
The CloudI API provides a minimal interface to communicate among
services so programming language agnostic and protocol agnostic
integration can occur.  CloudI currently integrates with the
programming languages: C/C++, Elixir, Erlang, Go, Haskell, Java,
JavaScript/node.js, OCaml, PHP, Perl, Python, and Ruby,  Many reusable
services are included that rely on the CloudI service bus.

The details for this release are below:

  * backwards incompatible changes:
    * CloudI API external service request exception handling will now
      cause a service restart for unrecoverable exceptions and
      assertions (e.g., Error in Java)
    * CloudI Service API code_path_add, code_path_remove and
      code_path uses separate storage of paths (separate from Erlang)
  * FatalError exception added to external service CloudI APIs
    to cause a service restart for unrecoverable service errors
  * Added the CloudI Service API functions logging_status and
    logging_status_reset for tracking file output details
  * 'code' configuration file section was added to simplify the
    loading of Erlang source code
  * cloudi_service_funnel was added for providing coordination
    among duplicate service requests that receive a single response
  * Bugs were fixed and other improvements were added
    (see the ChangeLog for more detail)

Please mention any problems, issues, or ideas!
Thanks,
Michael

SHA256 CHECKSUMS
cloudi-2.0.1.tar.gz  (15495495 bytes)
f57db737aa8658a4670cf657828bc08cefe0da723b8fbe21791da7b5f0953998
cloudi-2.0.1.tar.bz2 (12667816 bytes)
1079728d47b325cdc21b48aa27ad361cbc94f5090d947f365a709bb5a5a30fff



More information about the cloudi-questions mailing list
Back to archive index