[erlang-questions] [ANN] CloudI 1.7.1 Released!

Michael Truog mjtruog@REDACTED
Thu Jun 8 05:31:35 CEST 2017


Download 1.7.1 from 
http://sourceforge.net/projects/cloudi/files/latest/download
(description/checksums at the bottom of this email)

CloudI (http://cloudi.org/) as an open-source project is at an
interesting point because after 32 releases during the past ~7.5 years
there doesn't appear to be anything major that needs to be added or
changed in the cloudi_core Erlang source code, including the
dependencies and the CloudI API implementations.  More tests,
documentation, tutorials, other services, remain for the future,
but the project is at a good point where you should try to break it,
if you feel so inclined.

Thank you for reporting problems in the past!

The details for this release are below:
   * backwards compatibility difference:
     * cpg (CloudI Process Groups) source code was changed to minimize
       distributed Erlang communication (and local messaging) without
       attempting to remain compatible with cpg versions before 1.7.1
       (i.e., prevent CloudI 1.7.1 nodes from communicating with older
        nodes by using different cookie settings or other means).
     * Using the CloudI API functions send_sync or recv_async during
       the service's initialization previously returned an error,
       but will now cause the service to crash, to pursue fail-fast
       operation and to keep the effect the same for both internal and
       external services.
   * All CloudI source code is under a MIT license instead of a
     BSD-style license to make reuse simpler and to be GPL-compatible
   * The chroot external service configuration option was added
     (http://cloudi.org/api.html#2_services_add_config_opts)
   * The order external service configuration options are applied
     changed from owner, limit, nice, directory
     to chroot, limit, nice, owner, directory which means that the
     user/group responsible for running CloudI influences the
     permissions for chroot, limit, nice (and cgroup).
     This order will not need to change in the future.
   * Erlang/OTP 20.0 compilation/runtime works
   * Bugs were fixed and other improvements were added
     (see the ChangeLog for more detail)

CloudI 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.

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

SHA256 CHECKSUMS
cloudi-1.7.1.tar.gz (16508746 bytes)
f3ce440073f2c31078da03453cac7a8fc05ab4ba182481b8a53a5aa4c9872ab2
cloudi-1.7.1.tar.bz2 (13956243 bytes)
23512faeefd1a18763ba2af1c949149c697f2ce29f28a77419d6a107c0e97420




More information about the erlang-questions mailing list