All Versions
16
Latest Version
Avg Release Cycle
70 days
Latest Release
1619 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v3.2.1-adobe
January 13, 2020 -
v3.2 Changes
October 19, 2019Hazelcast Jet 3.2
- ๐ New stateful mapping/flat-mapping and filtering operators allows possibility for
๐ advanced stateful computation such as custom windows and pattern matching. - ๐ New test sources and assertion sinks to help with unit testing of pipelines.
- ๐ท Job-specific metrics are now available via Job API and it's also possible to store and
๐ท query the final metrics for completed jobs. - ๐ New S3 source and sink which can be used to read from and write to Amazon Web Services
S3 buckets. - ๐ IMap sources and sinks have been rewritten to make better use of cooperative
๐ multi-threading, resulting in significantly increased performance. - ๐ค Various job lifecycle improvements to allow small batch jobs to run with less latency.
- โก๏ธ Updated Hazelcast IMDG version to 3.12.3.
- ๐ New stateful mapping/flat-mapping and filtering operators allows possibility for
-
v3.1 Changes
June 24, 2019Hazelcast Jet 3.1
- ๐ Apache Beam Runner for Hazelcast Jet is released. For more details please see https://beam.apache.org/documentation/runners/jet/
- ๐ New hazelcast-jet-contrib repository containing new connectors:
- ๐ New AggregateOperations:
filtering
andflatMapping
- ๐ SourceBuilder API has been extended to add support for fault tolerance
- ๐ Support for composite transforms in Pipeline API through the
apply
operator - ๐ง Jet now supports YAML configuration as well as XML
- โก๏ธ Update Hazelcast IMDG version to 3.12.1
-
v3.0 Changes
June 21, 2019Hazelcast Jet 3.0
- ๐ 3.0 is the first major release of Hazelcast Jet past 0.x, and is versioned at 3.x to align
๐ it better with IMDG 3.x versions that it is based on - ๐ท Starting with 3.0, main Job API and the pipeline API will be backwards compatible in further minor
๐ versions. Core API will only be compatible between patch versions.- Several APIs have been streamlined in preparation for this change. Please see the breaking changes
๐ section of the release notes for a list of specific changes.
- Several APIs have been streamlined in preparation for this change. Please see the breaking changes
- Pipeline API has the following new additions:
- Support for async map/filter/flatMapUsingContext methods
- Support for emitting early results for a window before a window has completed
- ๐ท Being able to atomically create a job only if it's not already running using
๐ท JetInstance.newJobIfAbsent - โฌ๏ธ [Jet Enterprise] Support for job upgrades and A/B testing via taking a named snapshot and then starting the job
from the saved snapshot. - ๐ท [Jet Enterprise] Being able to restart the whole cluster and restoring jobs by using
IMDG Hot Restart to persist the cluster to disk - ๐ New Jet Command Line Interface for job management of a cluster
- ๐ Support for improved Watermark diagnostics in Jet Management Center
- ๐ Support for showing map stats in Jet Management Center
- ๐ Full support for JDK 11
- โก๏ธ Update Hazelcast version to 3.12
- ๐ 3.0 is the first major release of Hazelcast Jet past 0.x, and is versioned at 3.x to align
-
v0.7.2
December 19, 2018 -
v0.7.1
December 19, 2018