Releases: postgrespro/testgres
Releases · postgrespro/testgres
1.4.0
- use
max_attempts=0
(infinite) by default inpoll_query_until()
; - fix support for utf-8 (non-ascii symbols);
- improved error handling;
- don't install
enum34
on python 3.4+.
1.3.4
use commit=True
by default in PostgresNode.execute()
1.3.3
- fix
get_control_data()
; - fix default params of
default_conf()
; - remove everything on
cleanup()
by default; - remove cached initdb dir by default;
1.3.2
- bugfix: pass
allow_streaming
todefault_conf()
; - allow using
PG_BIN
env instead ofPG_CONFIG
;
1.3.1
- introduced
TestgresConfig
; - add
log_statement='all'
parameter todefault_conf()
;
1.3.0
- introduced
default_conf()
; - don't remove
base_dir
if it was provided by user;