forked from hazelcast/hz-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes for snapshort version and nav; add RN links
- Loading branch information
1 parent
98fc23e
commit 9ebcfb3
Showing
5 changed files
with
87 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
= 5.5.0 Release Notes | ||
:description: These release notes list any new features, enhancements, fixes and breaking changes that were made between version 5.4.1 and version 5.5.0 of Hazelcast Platform. | ||
|
||
{description} | ||
|
||
// check version delta above | ||
|
||
== New Features | ||
* Vector collection data structure | ||
* Multi-member routing for Java clients | ||
* Jet job placement control | ||
* Long-term Support (LTS) releases | ||
* Feast feature store integration | ||
* Debezium 2.x connector support | ||
* Dynamic configuration using REST API | ||
|
||
For more details on new features, see xref:ROOT:whats-new.adoc[What's new in 5.5]. | ||
|
||
== Breaking Changes | ||
* For {open-source-product-name} users only - CP Subsystem is now an {enterprise-product-name} only feature | ||
* Thread-per-core (TPC) requires `ALL_MEMBERS` cluster routing (previously known as smart routing) to function on clients | ||
|
||
== Enhancements | ||
* Replace smart-routing with cluster-routing options | ||
* Update cluster routing mode compatibility for TPC | ||
* Introduce queue cap props for persistence | ||
* Allow EE member to join OS cluster | ||
* Client connectivity logging | ||
* Add needsFsync to Clear task | ||
* Shade vector JAR in main enterprise JAR | ||
* Manual index cleanup operation | ||
* Re-introduce RU code for 5.2 -> 5.5 upgrade | ||
* Configuration for number of neighbours fetched from partitions | ||
* Fail-fast if specify CP config in a Community version | ||
* Allow 5.5 member join clusters with version 5.0-5.4 | ||
* Add JobBuilder to JetService | ||
* Introduce a common parent POM for hazelcast and hazelcast-enterprise | ||
* Improve float array serialization performance | ||
* Add CP direct-to-leader operation sending for `ADVANCED_CP` licensed clients | ||
* Add ZGC bean names to support GC stats https://github.com/hazelcast/hazelcast/pull/26329[#26329] | ||
|
||
== Fixes | ||
|
||
* Delete Jet job resources immediately after job finishes | ||
* Fix completed op count metric in OperationThread | ||
* Fix incorrect results of parallel SQL queries with reusable processor meta-suppliers | ||
* Restore previous ExecutionService graceful shutdown timeout value | ||
* Improve float array serialization performance in client protocol | ||
* Explicitly release netty release counted netty ssl engine | ||
* Exclude non-WAN address aliases during WAN MemberHandshake | ||
* JobConfig#add() not using derived id for some resources | ||
* GCS connection issue workaround | ||
* Correct UserCodeNamespaceService#reset behaviour | ||
* Prevent SystemPropertiesConfigParser throwing ClassCastException on startup with non-String properties | ||
* Don't use the default password from the SymmetricEncryptionConfig | ||
* Make AddIndexBackupOperation allowed in passive state | ||
* Execute PostJoin operations if member hot restart start is forced | ||
* Fix partition migrating lock during concurrent migration and replication | ||
* Fix known CP issue that caused OOMs due to leadership races | ||
* Fix partitions initial offsets in Kafka connector https://github.com/hazelcast/hazelcast/pull/25769[#25769] | ||
* IMap.delete operations don't update the LocalMapStats https://github.com/hazelcast/hazelcast/issues/26212[#26212] | ||
* Updated StringUtil::trim() to consider all type of white space https://github.com/hazelcast/hazelcast/pull/25804[#25804] | ||
|
||
== Removed/Deprecated Features | ||
* The `smart-routing` client configuration option has been deprecated in favor of the new `cluster-routing` options | ||
|
||
== Contributors | ||
|
||
We would like to thank the contributors from our open source community | ||
who worked on this release: | ||
|
||
* https://github.com/RobbanHoglund[Robert Höglund] | ||
* https://github.com/rickymemphis[Ricky Memphis] | ||
* https://github.com/anestoruk[Andrzej Nestoruk] | ||
* https://github.com/Gauravsalunke5[Gaurav Salunke] | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
= Hazelcast Platform 5.4.x release notes | ||
= Hazelcast Platform release notes | ||
|
||
* xref:release-notes:5-5-0.adoc[5.5.0] | ||
* xref:release-notes:5-4-0.adoc[5.4.0] | ||
* xref:release-notes:5-3-0.adoc[5.3.0] |