Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump hazelcast from 4.1.2 to 4.2 #242

Merged
merged 1 commit into from
May 14, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 14, 2021

Bumps hazelcast from 4.1.2 to 4.2.

Release notes

Sourced from hazelcast's releases.

v4.2

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

New Features

Hazelcast IMDG Open Source New Features:

Breaking Changes

  • Improved the GenericRecord and serialization API #18100: ** GenericRecord#read() and GenericRecord.Builder#write() methods have been renamed as get() and set(), respectively. ** GenericRecord.Builder has been moved to its own class as GenericRecordBuilder. ** UTF has been renamed as String for the following methods, which are now deprecated: *** ClassDefinitionBuilder.addUTFField() *** ClassDefinitionBuilder.addUTFArrayField() *** PortableWriter.writeUTF() *** PortableWriter.writeUTFArray() *** PortableReader.readUTF() *** PortableReader.readUTFArray() *** ObjectDataOutput.writeUTF() *** ObjectDataOutput.writeUTFArray() *** ObjectDataInput.readUTF() *** ObjectDataInput.readUTFArray() ** UTF has been renamed as String for the following without deprecation: *** GenericRecord.readUTF() *** GenericRecord.readUTFArray() *** GenericRecordBuilder.writeUTF() *** GenericRecordBuilder.writeUTFArray()

  • Per-entry statistics of maps now are disabled by default; they were enabled in the previous releases. See the Enhancements section below.

  • The default value for cluster connection timeout for clients has been set as -1 (infinite timeout): This is the timeout value for the client to give up to connect to the current cluster.

... (truncated)

Commits
  • 31b95eb version update for 4.2 release
  • 405cfd1 Adding per-entry stats info as a breaking change, too.
  • c9a06b0 Adding release_notes.txt for IMDG OS 4.2
  • 8006a18 Adding changelog for IMDG OS 4.2
  • 1e78ddd prepare release 4.2
  • b4344f9 Propagate interrupts to test statements (#18393)
  • 331e2a9 Deprecate symmetric encryption (#18368)
  • 708a9f9 Add missing config check for merge policy (#18379)
  • de48a67 Make locked keys reachable over index even if they have expired (#18386)
  • ba5f766 Fixes CPMemberAddRemoveTest concurrent shutdown
  • 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 dependabot bot added the dependencies Pull requests that update a dependency file label May 14, 2021
@saig0 saig0 merged commit 098d2ef into master May 14, 2021
@saig0 saig0 deleted the dependabot/maven/com.hazelcast-hazelcast-4.2 branch May 14, 2021 04:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant