14
0

Accepting request 713458 from home:dmolkentin:netbox

- Update to 2.8.4
  * Added interval_status parameter to start_replication() method and other
    facilities to send automatic replication keepalives at periodic intervals
    (ticket #913).
  * Fixed namedtuples caching introduced in 2.8 (ticket #928).

OBS-URL: https://build.opensuse.org/request/show/713458
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psycopg2?expand=0&rev=66
This commit is contained in:
Tomáš Chvátal
2019-07-04 16:25:17 +00:00
committed by Git OBS Bridge
parent 7c062d5dd1
commit e31c4a79f5
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Jul 4 15:02:11 UTC 2019 - Daniel Molkentin <daniel.molkentin@suse.com>
- Update to 2.8.4
* Added interval_status parameter to start_replication() method and other
facilities to send automatic replication keepalives at periodic intervals
(ticket #913).
* Fixed namedtuples caching introduced in 2.8 (ticket #928).
-------------------------------------------------------------------
Tue Jun 4 15:36:23 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>