Skip to content

Tags: bonumbytes/python-driver

Tags

3.25.1-scylla

Toggle 3.25.1-scylla's commit message
Release 3.25.1 

3.25.0-scylla

Toggle 3.25.0-scylla's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request scylladb#128 from fruch/merge_3.25.0 Merge 3.25.0 from 'datastax/python-driver'

3.24.8-scylla

Toggle 3.24.8-scylla's commit message
Release 3.24.8 

3.24.7.1-scylla

Toggle 3.24.7.1-scylla's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request scylladb#117 from dkropachev/fix_tests Fix tests

3.24.7-scylla

Toggle 3.24.7-scylla's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request scylladb#115 from dkropachev/fix_macos fix(gitflow): temporary disable macos pypy until 7.3.7 is released

3.24.6-scylla

Toggle 3.24.6-scylla's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request scylladb#112 from k0machi/iss111-lock-races Fix race conditions in HostConnection that happen during shutdown

3.24.5-scylla

Toggle 3.24.5-scylla's commit message
bump packaging version to 3.24.5 to match git tag 

3.24.4-scylla

Toggle 3.24.4-scylla's commit message
remove unlisted vcpython27 

3.24.3-scylla

Toggle 3.24.3-scylla's commit message
move to cibuildwheel==2.1.1 

3.24.2-scylla

Toggle 3.24.2-scylla's commit message
ResultSet: handle empty non-final pages on ResultSet iteration This commit provides a fix to the situation when iterating on a ResultSet, the driver aborts the iteration if the server returns an empty page even if there are next pages available. Python driver is affected by the same problem as JAVA-2934 This fix is similar to apache/cassandra-java-driver#1544