Release Notes for Apache Helix 1.4.2
The Apache Helix team would like to announce the release of Apache Helix 1.4.2.
This is the thirty first release under the Apache umbrella, and the twenty seventh as a top-level project.
Helix is a generic cluster management framework used for the automatic management of partitioned, replicated and distributed resources hosted on a cluster of nodes.
Major Feature
- Meta Client Support: Introduces support for a generic client required for Helix access, maintaining backward compatibility with the existing Zookeeper client. This enhancement includes additional features such as:
- Generic CRUD APIs: Define a set of generic CRUD APIs, allowing for different implementations based on the storage layer.
- LeaderElection: Simple leader election client to acquire leadership for clients.
- Persistent Watcher: Support persistent watcher for client subscription, avoid event lost.
Detailed Changes
- Feature
- Support aggregated endpoint for customized stoppable check (#2919)
- Bug Fixes
- Fix helix-rest memory leak (#2960)
- Fix BestPossibleExternalViewVerifier for WAGED resource (#2939)
- Fix new resource causing pipeline NPE when rebalance overwrites required (#2914)
- Improvements
- Pin netty_codec to higher version to address vulnerability. (#2924)