hazelcast / hazelcast-nodejs-client

Hazelcast Node.js Client
https://hazelcast.com/clients/node-js/
Apache License 2.0
150 stars 58 forks source link

Bump hazelcast from 5.1 to 5.1.3 in /code_samples/paging_predicate_sample/main #1450

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps hazelcast from 5.1 to 5.1.3.

Release notes

Sourced from hazelcast's releases.

v5.1.3

This document lists the new features, enhancements, fixed issues, and removed or deprecated features for Hazelcast Platform 5.1.3 release. The numbers in the square brackets refer to the issues in Hazelcast's GitHub repositories.

==== 5.1.3 Release Notes ====

  1. Enhancements
  1. Fixes
  • When the hazelcast.socket.buffer.direct property is enabled, clusters no longer throw exceptions in response to text protocols such as the REST API. hazelcast/hazelcast#21700

v5.1.2

This document lists the new features, enhancements, fixed issues and, removed or deprecated features for Hazelcast 5.1.2 release. The numbers in the square brackets refer to the issues in Hazelcast's GitHub repositories.

Fixes

  • Fixed an issue where a cluster could not be formed when security is enabled, various client permissions are set, and multiple members are started simultaneously. #21510
  • Fixed an issue where a cluster was unresponsive when you perform a health check to see the members are in the safe state; cluster members were hanging in the REPLICA_NOT_SYNC state during such health checks. #21208
  • Fixed an issue where the list of members in the cluster was reset to an empty list when the UUID of a cluster changes after its restart: this was causing startup failures since Hazelcast could not manage the events due to the empty member list after a restart. #21178
  • Fixed an issue where the statistics like puts and removals were not increasing when these operations are executed through Transactional interface. #21107
  • Fixed a data race in SingleProtocolEncoder; while one method of this interface is called from the input thread, another one is called from the output thread which was causing the race. #20994
  • Fixed an issue where the automatic module name in hazelcast-5.x.jar could not be detected using Gradle. The reason was /META-INF/MANIFEST.MF not being the first or second entry in the JAR file; now this manifest file is the second entry. #20976

v5.1.1

This document lists the new features, enhancements, fixed issues and, removed or deprecated features for Hazelcast Platform 5.1.1 release. The numbers in the square brackets refer to the issues in Hazelcast's GitHub repositories.

Fixes

  • Fixed an issue where the partition migrations were failing when there is a single map in the cluster with Merkle trees enabled. #20929
  • Fixed a potential deadlock during partition migrations and inability to make progress while performing graceful shutdown with persistence enabled. #20813
Commits
  • cb64684 version update for 5.1.3 release
  • 93838b2 Add release notes
  • 4ec9bfa prepare release 5.1.3
  • f57fe22 Jetty Util dependencies are upgraded to version fixing CVE-2022-2047 [5.1.z] ...
  • d0aa92e Bump AWS Java SDK version to fix CVE-2022-31159 [5.1.z] (#21858)
  • 24c12a8 Export jdk.management/com.ibm.. only for OpenJ9 VM [5.1.z] (#21814)
  • a56e6d5 Make TcpServerConnection.equals more robust [HZ-1202] (5.1.z) (#21641)
  • 7e487db [5.1.z] Correctly handle the buffer copies when the dst is a direct buffer in...
  • 7bb03a5 Delete DynamicConfigSlowPreJoinBouncingTest [HZ-978] (#21255) (#21656)
  • 96c368f Disable hadoop test on IBM JDK17 (backport of #21120) (#21621)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/hazelcast/hazelcast-nodejs-client/network/alerts).