Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

1.0.0

Compare
Choose a tag to compare
@emre-aydin emre-aydin released this 15 Feb 13:14
· 293 commits to master since this release

This document includes the new features, enhancements, and fixed issues for Hazelcast Kubernetes 1.0.0 release.

New Features

There are no new features for this release. This is the initial release of hazelcast-kubernetes discovery plugin after becoming an official Hazelcast plugin.

Enhancements

Due to new package names;

  • Maven groupId and artifactId has been changed. New coordinates,

    <dependency>
      <groupId>com.hazelcast</groupId>
      <artifactId>hazelcast-kubernetes</artifactId>
      <version>1.0.0</version>
    </dependecy>
  • DiscoveryStrategy class name changed from com.noctarius.hazelcast.kubernetes.HazelcastKubernetesDiscoveryStrategy to com.hazelcast.kubernetes.HazelcastKubernetesDiscoveryStrategy

  • Unit tests are added.

Fixes

There are no fixes for this release.

Known Issues

None.