Psycopg 2.8.1, 2.8.2 released

Поиск
Список
Период
Сортировка
От Daniele Varrazzo
Тема Psycopg 2.8.1, 2.8.2 released
Дата
Msg-id CA+mi_8Zi1pPbqpNW2mkjL9OjJaJrdth8+ADzyX9eqepQBpBS+Q@mail.gmail.com
обсуждение исходный текст
Ответы Re: Psycopg 2.8.1, 2.8.2 released  (Karsten Hilbert <Karsten.Hilbert@gmx.net>)
Список psycopg
Hello,

We have just released Psycopg 2.8.2; a few days ago Psycopg 2.8.1 was released.

Some of the bugs addressed are ordinary teething problem with the 2.8
release, but an important change landed with 2.8.2: binary packages
now ship with OpenSSL 1.1 instead of 1.0. This should fix concurrency
problems on connection experienced both on Windows and Linux. Many
thanks to Matthew Brett and Jason Erickson for this improvement!

The combined list of changes is:

- Fixed "there's no async cursor" error polling a connection with no cursor
  (ticket #887).
- Fixed 'RealDictCursor' when there are repeated columns (ticket #884).
- Fixed 'RealDictRow' modifiability (ticket #886).
- Binary packages built with openssl 1.1.1b. Should fix concurrency problems
  (tickets #543, #836).

Happy hacking!


----

Psycopg is the most popular PostgreSQL adapter for the Python
programming language. At its core it fully implements the Python DB
API 2.0 specifications. Several extensions allow access to many of the
features offered by PostgreSQL.



В списке psycopg по дате отправления:

Предыдущее
От: Daniele Varrazzo
Дата:
Сообщение: Psycopg 2.8 released
Следующее
От: Karsten Hilbert
Дата:
Сообщение: Re: Psycopg 2.8.1, 2.8.2 released