This repository has been archived by the owner on Dec 9, 2024. It is now read-only.
Releases: hazelcast/hazelcast-aws
Releases · hazelcast/hazelcast-aws
3.4
This document includes new features, enhancements, and fixed issues.
New Features
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
3.2
3.1
3.0
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 inpom.xml
is changed toprovided
(from now on, developers need to define thehazelcast
dependency separately tohazelcast-aws
)
Fixes
- Adapts compilation compatibility to Hazelcast 3.12 (#91)
Known Issues
None.
2.3
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
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
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 withiam-role
specified. [#36]- The element
connection-timeout-seconds
is rejected. [#33] - Missing property
access-key
wheniam-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
'sgetConnectionTimeoutSeconds
is not used during the connection establishment. [#22]- Reaching Hazelcast Cluster from a Lambda function. [#20]
Known Issues
None.