You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@helix.apache.org by Junkai Xue <jx...@apache.org> on 2021/09/02 18:42:34 UTC

[ANNOUNCE] Apache Helix 1.0.2 Release

The Apache Helix Team is pleased to announce the 22nd release,
1.0.2, 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:https://helix.apache.org/1.0.2-docs/releasenotes/release-1.0.2.html

You can declare a maven dependency to use it:

<dependency>
  <groupId>org.apache.helix</groupId>
  <artifactId>helix-core</artifactId>
  <version>1.0.2</version>
</dependency>

Or download the release sources:https://helix.apache.org/1.0.2-docs/download.cgi

Additional info

Website: http://helix.apache.org/
Helix mailing lists: http://helix.apache.org/mail-lists.html

We hope you will enjoy using the latest release of Apache Helix!

Cheers,
Apache Helix Team