Skip to content

Releases: hazelcast/hazelcast-aws

3.4

10 Mar 10:56
Compare
Choose a tag to compare

This document includes new features, enhancements, and fixed issues.

New Features

  • PLACEMENT_AWARE partition group support (#221)
  • Multitag support (#223)

Enhancements

  • Improve logging when ECS client cannot resolve public IPs. (#220)
  • Improve logging when no IP list is found (#229)

Fixes

None.

Known Issues

None.

Contributors

We would like to thank the contributors from our open source community who worked on this release:

3.3

25 Aug 07:43
Compare
Choose a tag to compare
3.3

This document includes new features, enhancements, and fixed issues.

New Features

  • Support for Auto-detection (#188)

Enhancements

  • Improve logging when no IAM Role is defined (#188)
  • Rethrowing RestClientException instead of ExceptionUtil.rethrow() (#187)

Fixes

None.

Known Issues

None.

3.2

15 May 07:09
Compare
Choose a tag to compare
3.2

This document includes the new features, enhancements, and fixed issues.

New Features

  • ECS/Fargate support (#170)

Enhancements

  • Validation for AWS regions (#124)
  • Read timeout for AWS endpoints (#125)

Fixes

None.

Known Issues

None.

3.1

22 Jan 12:16
Compare
Choose a tag to compare
3.1

This document includes the new features, enhancements, and fixed issues.

New Features

None.

Enhancements

  • Updated the default region as the current one (#118)
  • Reduce the default number of retries to 3 (#107)
  • Update README.md to use YAML (#121)

Fixes

  • Hazelcast v4.0 fixes (#112)

Known Issues

None.

3.0

11 Oct 08:11
Compare
Choose a tag to compare
3.0

This document includes the new features, enhancements, and fixed issues.

New Features

None.

Enhancements

  • Upgrade Hazelcast version to 4.0-SNAPSHOT (After Hazelcast 4.0 release, new version release of AWS plugin will be released with stable version). (#109)

Fixes

None.

Known Issues

None.

2.4

04 Mar 09:30
Compare
Choose a tag to compare
2.4

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

New Features

None.

Enhancements

  • Scope of the hazelcast dependency in pom.xml is changed to provided (from now on, developers need to define the hazelcast dependency separately to hazelcast-aws)

Fixes

  • Adapts compilation compatibility to Hazelcast 3.12 (#91)

Known Issues

None.

2.3

03 Sep 09:08
Compare
Choose a tag to compare
2.3

This document includes the new features, enhancements, and fixed issues for Hazelcast AWS 2.3 release.

New Features

None.

Enhancements

None.

Fixes

  • Adapts compatibility to Hazelcast 3.11 (minimal-json package has changed) (#79)

Known Issues

None.

2.2

16 Jul 07:37
Compare
Choose a tag to compare
2.2

This document includes the new features, enhancements, and fixed issues for Hazelcast AWS 2.2 release.

New Features

  • Add the port range for the hz-port property

Enhancements

  • Add fail fast approach for unknown properties
  • Add exponential back-off when connecting to the AWS MetaData Service. This prevents premature failures if AWS is overloaded

Fixes

  • Fix "discoverNodes() throws exception" (#64)

Known Issues

None.

2.1.1

27 Apr 13:57
Compare
Choose a tag to compare

This document includes the new features, enhancements, and fixed issues for Hazelcast AWS 2.1.1 release.

New Features

There are no new features for this release.

Enhancements

  • Attach error message when the connection to AWS fails. [#56]

Fixes

There are no fixes for this release.

Known Issues

None.

2.1.0

23 Oct 13:58
Compare
Choose a tag to compare

This document includes the new features, enhancements, and fixed issues for Hazelcast AWS 2.1.0 release.

New Features

There are no new features for this release.

Enhancements

  • Added ZONE_AWARE configuration for partition grouping.

Fixes

  • Proxy support for Hazelcast AWS. [#44]
  • DescribeInstances fails when no credentials given in the configuration with iam-role specified. [#36]
  • The element connection-timeout-seconds is rejected. [#33]
  • Missing property access-key when iam-role is specified. [#32]
  • Behavior when tags configured is not available or propagated. [#28]
  • Version with "Discovery SPI implementation for AWS" feature doesn't exist on Sonatype repo. [#25]
  • AWSConfig's getConnectionTimeoutSeconds is not used during the connection establishment. [#22]
  • Reaching Hazelcast Cluster from a Lambda function. [#20]

Known Issues

None.