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

Release 1.9.0 #220

Merged
merged 2 commits into from
Nov 2, 2022
Merged

Release 1.9.0 #220

merged 2 commits into from
Nov 2, 2022

Conversation

oleg-jukovec
Copy link
Collaborator

@oleg-jukovec oleg-jukovec commented Oct 4, 2022

Overview

The release adds support for the latest version of the queue package with master-replica switching.

Breaking changes

There are no breaking changes in the release.

New features

Bugfixes

oleg-jukovec added a commit that referenced this pull request Oct 5, 2022
Summary messages for versions 1.7.0 and 1.8.0 were missed. The patch
adds messages.

Related to #220
@oleg-jukovec oleg-jukovec force-pushed the oleg-jukovec/release-1.9.0 branch from c6ee164 to 726b8c5 Compare October 5, 2022 07:10
Summary messages for versions 1.7.0 and 1.8.0 were missed. The patch
adds messages.

Related to #220
@oleg-jukovec oleg-jukovec force-pushed the oleg-jukovec/release-1.9.0 branch from 726b8c5 to 9335e79 Compare October 31, 2022 11:13
@oleg-jukovec oleg-jukovec requested review from vr009 and removed request for LeonidVas October 31, 2022 11:28
@oleg-jukovec oleg-jukovec force-pushed the oleg-jukovec/release-1.9.0 branch from 9335e79 to 525d95b Compare October 31, 2022 11:29
Overview

    The release adds support for the latest version of the
    queue package with master-replica switching.

Breaking changes

    There are no breaking changes in the release.

New features

    Support the queue 1.2.1 (#177).

    ConnectionHandler interface for handling changes of connections in
    ConnectionPool (#178).

    Execute, ExecuteTyped and ExecuteAsync methods to
    ConnectionPool (#176).

    ConnectorAdapter type to use ConnectionPool as Connector
    interface (#176).

    An example how to use queue and connection_pool subpackages
    together (#176).

Bugfixes

    Mode type description in the connection_pool subpackage (#208).

    Missed Role type constants in the connection_pool
    subpackage (#208).

    ConnectionPool does not close UnknownRole connections (#208).

    Segmentation faults in ConnectionPool requests after
    disconnect (#208).

    Addresses in ConnectionPool may be changed from an external
    code (#208).

    ConnectionPool recreates connections too often (#208).

    A connection is still opened after ConnectionPool.Close() (#208).

    Future.GetTyped() after Future.Get() does not decode response
    correctly (#213).

    Decimal package use a test function GetNumberLength instead of a
    package-level function getNumberLength (#219).

    Datetime location after encode + decode is unequal (#217).

    Wrong interval arithmetic with timezones (#221).

    Invalid MsgPack if STREAM_ID > 127 (#224).

    queue.Take() returns an invalid task (#222).
@oleg-jukovec oleg-jukovec force-pushed the oleg-jukovec/release-1.9.0 branch from 525d95b to 5ba8b97 Compare November 2, 2022 14:11
@oleg-jukovec oleg-jukovec merged commit 679e9c9 into master Nov 2, 2022
@oleg-jukovec oleg-jukovec deleted the oleg-jukovec/release-1.9.0 branch November 2, 2022 14:27
oleg-jukovec added a commit that referenced this pull request Nov 2, 2022
Summary messages for versions 1.7.0 and 1.8.0 were missed. The patch
adds messages.

Related to #220
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants