The Apache Helix Team is pleased to announce the fourth release, 0.7.0-incubating, of the Apache Helix project.
Apache Helix is a generic cluster management framework that makes it easy to build partitioned, fault tolerant, and scalable distributed systems. The full release notes are available here: http://helix.incubator.apache.org/releasenotes/release-0.7.0-incubating.html You can declare a maven dependency to use it: <dependency> <groupId>org.apache.helix</groupId> <artifactId>helix-core</artifactId> <version>0.7.0-incubating</version> </dependency> Or download the release sources: http://helix.incubator.apache.org/site-releases/0.7.0-incubating-site/download.cgi Additional info Website: http://helix.incubator.apache.org/ Helix mailing lists: http://helix.incubator.apache.org/mail-lists.html We hope you will enjoy using the latest release of Apache Helix! Cheers, Apache Helix Team
