Skip to content

Releases: rethinkdb/rethinkdb-python

v2.4.10.post1

Choose a tag to compare

@gabor-boros gabor-boros released this 11 Dec 04:16
f6cbffc

Release of v2.4.10

Bug Fixes 🔧

  • #309 ModuleNotFoundError: No module named 'looseversion'

v2.4.10

Choose a tag to compare

@srh srh released this 14 Nov 21:21

Release of v2.4.10

Breaking Changes ⚠️

  • #298 Asyncio usage no longer supports Python 3.4

New Features 🚀

  • Support for Python 3.10-3.12, via
    • #296 Remove loop params that break in Python 3.10
    • #298 Replace asyncio.coroutine attributes with async def
    • #300 Update LooseVersion dependency

Bug Fixes 🔧

  • #303 Specify 'coverage' package version in requirements.txt (for Python 3.5)
  • #267 and #304 Wait for wait_closed (on Python 3.7 and greater) in asyncio mode by @dpineiden
  • #308 Make 'restore' command's -i db.table option work again
  • #290 Fix bug in stringified query representation logic by @liranbg

Improvements 👍

  • #296 Also, fix warning or error when "is not" is used with an empty string

Other Changes 🗒

Dependencies 📦

We have a new dependency on looseversion==1.3.0. The package coverage, previously a transitive dependency, is now restricted based on Python version:

coverage<=4.5.4; python_version<"3.5"
coverage==5.5; python_version>="3.5"

v2.4.9

Choose a tag to compare

@gabor-boros gabor-boros released this 12 May 07:43
bc1a75a

Release of v2.4.9

Breaking Changes ⚠️

No breaking change.

New Features 🚀

No new features

Bug Fixes 🔧

Improvements 👍

No new improvements

Other Changes 🗒

No other changes

Dependencies 📦

No dependencies bumped this time

v2.4.8

Choose a tag to compare

@gabor-boros gabor-boros released this 05 Dec 21:10

Release of v2.4.8

Breaking Changes ⚠️

No breaking change.

New Features 🚀

No new features

Bug Fixes 🔧

Improvements 👍

  • #192 Backward compatibility improvements to use the rql polyglot tests

Other Changes 🗒

  • #200 Update the license and guidelines to match the latest desired state

Dependencies 📦

  • #194 Bump pytest-trio to 0.6.0
  • #202 Bump six to 1.15.0
  • #209, #215, #221 Bump pytest-cov to 2.10.1
  • #212, #233 Bump pytest to 6.1.2
  • #214 Bump trio to 0.16.0
  • #236 Bump outcome to 1.1.0
  • #235 Bump attrs to 20.3.0

Version 2.4.7

Choose a tag to compare

@gabor-boros gabor-boros released this 19 May 15:55
a18e756

Release of v2.4.7

Breaking Changes ⚠️

No breaking change.

New Features 🚀

No new features

Bug Fixes 🔧

Improvements 👍

  • #192 Backward compatibility improvements to use the rql polyglot tests

Other Changes 🗒

No other changes

Dependencies 📦

  • #191 Bump pytest from 5.4.1 to 5.4.2

Version 2.4.6

Choose a tag to compare

@gabor-boros gabor-boros released this 07 Apr 16:03
3911023

Release of v2.4.6

Breaking Changes ⚠️

No breaking change.

New Features 🚀

No new features

Bug Fixes 🔧

Improvements 👍

No other improvements

Other Changes 🗒

  • #178 Run isort and black on the project

Dependencies 📦

  • #177 Bump pytest from 5.3.5 to 5.4.1
  • #174 Bump tornado from 6.0.3 to 6.0.4

Version 2.4.5

Choose a tag to compare

@gabor-boros gabor-boros released this 02 Mar 06:42
46ce52b

Release of v2.4.5

Breaking Changes ⚠️

No breaking change.

New Features 🚀

Bug Fixes 🔧

  • #171, #173 Fixing import command no primary key issue

Improvements 👍

  • #141 Include license file and tests in MANIFEST.in by @jayvdb

Other Changes 🗒

  • #160 Adding tests for write hooks

Dependencies 📦

Version 2.4.4.post1

Choose a tag to compare

@gabor-boros gabor-boros released this 02 Nov 09:04
7773bdf

Fixes a critical issue described in #124

Version 2.4.4

Choose a tag to compare

@gabor-boros gabor-boros released this 17 Oct 05:23
8d5f636

Release of v2.4.4

Breaking Changes ⚠️

No breaking change.

New Features 🚀

Bug Fixes 🔧

No bug fixes.

Improvements 👍

  • #141 Include license file and tests in MANIFEST.in by @jayvdb

Other Changes 🗒

No other changes.

Dependencies 📦

  • #146 Bump pytest-cov to 2.8.1

Version 2.4.3.post1

Choose a tag to compare

@gabor-boros gabor-boros released this 04 Sep 06:22
8f36106

Description

This release fixing the annoying rethinkdb dump script bug, when the provided input is not parsed well, and the first parameter in some cases ignored.

The related issues are #137 and #104.