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

Moving from Python 2 to Python 3 and bump to v2.5 #277

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jun 21, 2022

  1. refactor!: port the driver to Python 3

    This commit brings a major refactoring that affects every piece of the
    driver, mostly, in a backward-incompatible way.
    
    For the extensive list of changes, please refer to the CHANGELOG.rst.
    
    Co-authored-by: lsabi <[email protected]>
    Signed-off-by: Gabor Boros <[email protected]>
    gabor-boros and lsabi committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    4154f76 View commit details
    Browse the repository at this point in the history
  2. feat: reql command format

    Co-authored-by: lsabi <[email protected]>
    Signed-off-by: Gabor Boros <[email protected]>
    gabor-boros and lsabi committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    54b6ad5 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Add flake8 config (#278)

    Inveracity authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    099fa8c View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. feat: add command base (#279)

    Signed-off-by: Gabor Boros <[email protected]>
    gabor-boros authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    2c5951a View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. fix: parse binary response

    Signed-off-by: Gabor Boros <[email protected]>
    gabor-boros committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    abbefd7 View commit details
    Browse the repository at this point in the history