Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 6, 2023

Bumps hazelcast-python-client from 4.2 to 5.2.0.

Release notes

Sourced from hazelcast-python-client's releases.

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
    • It is not allowed to have duplicate field names in the Compact serializers anymore. #610
    • It is not allowed to have different types of classes in Compact array fields anymore. #612
    • The generic type variable for Compact serializers is renamed to CompactSerializableType. #620
  • The client now uses Hazelcast Viridian to fetch cluster members, instead of Hazelcast cloud. #594, #622

Known Issues

  • None.

5.1

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

New Features

Enhancements

  • All public API classses and methods use type hints for improved intellisense and enables catching type related bugs earlier.

Fixes

... (truncated)

Commits
  • 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)
  • d6090fc Introduce minor fixes before 5.2.0 (#620)
  • 15c77bb DBAPI Support [API-911] (#586)
  • dbe73f5 Eagerly deserialize SQL columns of type OBJECT [API-1964] (#619)
  • 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.2.0.
- [Release notes](https://github.com/hazelcast/hazelcast-python-client/releases)
- [Commits](hazelcast/hazelcast-python-client@v4.2...v5.2.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 Apr 6, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 15, 2023

Superseded by #138.

@dependabot dependabot bot closed this Jun 15, 2023
@dependabot dependabot bot deleted the dependabot/pip/app/hazelcast-python-client-5.2.0 branch June 15, 2023 10:57
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