[CloudI] [ANN] CloudI 1.7.5 Released!

Back to archive index
Michael Truog mjtru****@proto*****
Wed Dec 19 12:05:03 JST 2018


Download 1.7.5 from https://osdn.net/dl/cloudi/cloudi-1.7.5.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:
  * Added CloudI Service API nodes_status function to provide
    current uptime, availability and cost information for
    any CloudI node (using Erlang monotonic time)
  * Now both "*" and "?" are wildcard characters in service name
    patterns that consume one or more characters, with "?" never
    matching the next character in the string (i.e. "/?/" matches "/a/"
     but never "/a/b/" while "/*/" will match either)
  * cloudi_service_http_cowboy was renamed to be
    cloudi_service_http_cowboy1
  * cloudi_service_router ssh server throughput was improved
  * All external dependencies were updated
  * 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-1.7.5.tar.bz2 (13325103 bytes)
a928e49a60c8436ffe8a514c986911cae5c40d6602bfbf8e0be373f0c1553abb
cloudi-1.7.5.tar.gz  (16023442 bytes)
ac0c0753e17eccaed190398adf5e5a3b50f584bd255e2b609a9ec34d783720e6



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