Releases: postgrespro/testgres
Releases · postgrespro/testgres
1.9.2
- Removed sshtunnel and fabric libraries usage
1.9.1
- Removed paramiko library usage
1.9.0
- Added the ability to create PostgreSQL nodes on remote hosts via SSH. All local commands, such as directory creation and file reading, have been moved to the
LocalOperationsclass. Remote commands are now housed in theRemoteOperationsclass. The class is selected depending on the parameters passed toPostgresNode.
1.8.9
- Introducing support for specific PostgreSQL versions
1.8.8
- Minor enhancements in test syntax
Adapt to PG14 and python-3.10
Adapt to PG 13
And revert cdc933f.
Adapt to PG 12
1.8.3 Bump version 1.8.3.
1.8.2
1.8.1
Small fix: make NodeBackup aware of inheritors of PostgresNode.