Cocaine Core Versions Save

An open platform to build your own PaaS clouds.

0.10.6.6

10 years ago
  • Dropped node::info() method in favor on node::list() and iterating over its result querying app::info() methods for each application. This eliminates a race condition in node service vs. app service interaction and reduces code duplication a little.

0.10.6.4

10 years ago
  • Bugfix: do not try to destroy already destroyed channels, for example if both read() and write() queued a socket failure.

0.10.6.3

10 years ago
  • Core version can be obtained in runtime via config_t::version().
  • Bugfix: do not crash on out-of-protocol messages from slaves.