Skip to content

Releases: cocaine/cocaine-core

Release 6.6 in Series 10

09 Aug 13:27
Compare
Choose a tag to compare
  • 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.

Release 6.4 in Series 10

04 Aug 18:26
Compare
Choose a tag to compare
  • Bugfix: do not try to destroy already destroyed channels, for example if both read() and write() queued a socket failure.

Release 6.3 in Series 10

02 Aug 15:22
Compare
Choose a tag to compare
  • Core version can be obtained in runtime via config_t::version().
  • Bugfix: do not crash on out-of-protocol messages from slaves.