Skip to content

Releases: postgrespro/testgres

1.9.0

06 Aug 22:42
6cb3a80
Compare
Choose a tag to compare
1.9.0 Pre-release
Pre-release
  • 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 LocalOperations class. Remote commands are now housed in the RemoteOperations class. The class is selected depending on the parameters passed to PostgresNode.

1.8.9

24 Jul 11:08
09e9f01
Compare
Choose a tag to compare
  • Introducing support for specific PostgreSQL versions

1.8.8

21 Jul 20:29
94f9b35
Compare
Choose a tag to compare
  • Minor enhancements in test syntax

Adapt to PG14 and python-3.10

24 May 14:36
Compare
Choose a tag to compare

Adapt to PG 13

21 Oct 11:18
Compare
Choose a tag to compare

And revert cdc933f.

Adapt to PG 12

19 Nov 08:23
Compare
Choose a tag to compare
1.8.3

Bump version 1.8.3.

1.8.2

18 Jul 13:22
Compare
Choose a tag to compare

Small fix: PostgresNode.safe_psql() now raises error on wrong input (issue #52).

1.8.1

13 Jul 12:11
Compare
Choose a tag to compare

Small fix: make NodeBackup aware of inheritors of PostgresNode.

1.8.0

11 Jul 11:31
Compare
Choose a tag to compare
  • Add suppress option to PostgresNode.poll_query_until() (PR #51);
  • Add format option to PostgresNode.dump() (PR #32);
  • Add promote() method to PostgresNode (PR #47);
  • Add version property to PostgresNode (PR #49);
  • Add support for logical replication (PR #42);

1.7.0

11 Jul 11:17
Compare
Choose a tag to compare
  • Add wait option to PostgresNode.start() (PR #45);
  • PostgresNode.reload() now returns self;
  • Add support for replication slots (PR #41);