Skip to content

Bump hazelcast-python-client from 4.2 to 5.3.0 in /app #138

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 15, 2023

Bumps hazelcast-python-client from 4.2 to 5.3.0.

Release notes

Sourced from hazelcast-python-client's releases.

5.3.0

This document includes the new features, enhancements, and fixed issues for the Hazelcast Python Client 5.3.0 release.

New Features

  • None.

Enhancements

  • The client is tested against Python 3.11 #631
  • Server version used in tests bumped to 5.3.0 #629

Fixes

  • None.

Breaking Changes

  • None.

Known Issues

  • None.

5.2.0

This document includes the new features, enhancements, and fixed issues for the Hazelcast Python Client 5.2.0 release.

New Features

  • General Availability of Compact Serialization: The Compact serialization reached GA status after introducing the necessary API and safety changes. Starting from this release, it will have the same compatibility and stability guarantees as any other Hazelcast API. It will also be possible to use Compact serialized objects with APIs offered by Hazelcast without any limitations. #609, #610, #611, #612, #613, #615, #617, #618, #619
  • DBAPI Support: The client now implements the DBAPI interface on top of the SQL service to be compatible with various libraries and tools. #586, #626
  • Programmatic Configuration API: It is now possible to use programmatic API with type hints to configure the client as an alternative method of keyword arguments to the client constructor. #521

Enhancements

  • Missing multi_map.put_all API is implemented. #600
  • Missing topic.publish_all API is implemented. #570
  • Missing APIs to read and write decimal, time, date, datetime, timestamp, and their arrays are added to the Portable reader and writer classes. #569
  • Missing map.remove_all API is implemented. #566

Fixes

  • The client now correctly accounts for the super-class serializers of the types used with a custom serializer. #603
  • A more descriptive error is thrown when there is no Compact serializer registered for the nested Compact classes. #574

Breaking Changes

  • The Compact serialization reached the GA status, and it doesn't have compatibility with the BETA implementation in the 5.1 version of the client. Specifically:
    • The ids of the field kinds are changed. Also, the FieldKind API has moved to the hazelcast.serialization.api module. #609
    • It is not allowed to override default serializers with Compact serializers anymore. #610

... (truncated)

Commits
  • 9c4cc92 Bump client version to 5.3.0 (#634)
  • e91a2a9 Bump the latest Python version used in tests to 3.11 (#631)
  • edd8429 Bump server version used in tests to 5.3.0 (#629)
  • bf610dc DBAPI Docs [API-1972] (#626)
  • e18f03e Exclude running PyPy on Windows in nightlies (#625)
  • 3a8f51b Fetch and execute methods raise DatabaseError (#624)
  • f8a2dc9 Use the Viridian name for cloud discovery documentations (#622)
  • ddd2f77 Bump copyright year to 2023 (#623)
  • f4fba14 Fix custom lookup serializer for class error [API-1669] (#603)
  • d99164b Add server version check to topic publish_all tests (#621)
  • 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)

Bumps [hazelcast-python-client](https://github.com/hazelcast/hazelcast-python-client) from 4.2 to 5.3.0.
- [Release notes](https://github.com/hazelcast/hazelcast-python-client/releases)
- [Commits](hazelcast/hazelcast-python-client@v4.2...v5.3.0)

---
updated-dependencies:
- dependency-name: hazelcast-python-client
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 15, 2023
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants