This document lists the enhancements and fixed issues for Hazelcast Platform 5.0.5 release. The numbers in the square brackets refer to the issues in Hazelcast's GitHub repositories.

== Enhancements

* Updated the version of `jackson-core` dependency to `2.15.2`. [#24733]
* Updated the versions of Snappy and Netty dependencies to `1.1.10.1` and `4.1.94.Final`, respectively. [#24886], [#24864]
* Added support of IMDSv2 for Hazelcast’s AWS Discovery plugin.
https://github.com/hazelcast/hazelcast/pull/23606[#23606]

== Fixes

* Fixed protocol handshake issues in the IO subsystem, including the `TLSv1.3` handshake. [#6181]
* Fixed an issue where a member with persistence can be restarted even though the persistence file structure is not valid (e.g., the persistence directory does not contain the required files). [#5878]
* Fixed an issue where Hazelcast was sending empty map interceptor information to the members which are newly joined to the cluster; it was causing eager map initializations. [#24667]
* Fixed an issue where `lastAccessTime` and `expirationTime` were not updated when an entry is accessed via `executeOnEntries`. [#24010]
* Fixed a parsing issue in JSON arrays when using predicate queries; it was causing the JSON query results to be varied according to the property order. [#23451]

== Contributors

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

* [Aleksei Zotov](https://github.com/azotcsit)
