Skip to content

v0.8.1

Compare
Choose a tag to compare
@elprans elprans released this 22 Dec 17:40
· 495 commits to master since this release
v0.8.1

Elvis Pranskevichus (7):

  • Fix Connection.reset() on read-only connections (#48)
  • Add compatibility with PostgreSQL server versions 9.1-9.3
  • travis: Test on all available PostgreSQL versions
  • travis: Also build on Python 3.6
  • Fix setup.py metadata and README rst issues
  • ci: Switch to staged release process
  • travis: Fix documentation deploy on tagged builds (#52)

Lele Gaifax (1):

  • Fix typo in API documentation

Yury Selivanov (2):

  • cython: Make async def coroutines awaitable in cythonized coroutines
  • connection: Fix waiter wakeup code in _cancel_current_command