Skip to content

Releases: postgrespro/testgres

1.14.2

19 Jun 08:07
f06e3c2

Choose a tag to compare

What's Changed

  • fix: node_app::make_simple writes 'fsync' and 'log_statement' twice (#373)

Full Changelog: v1.14.1...v1.14.2

1.14.1

07 Jun 20:03
5378cb3

Choose a tag to compare

What's Changed

  • PostgresNode supports an explicit host address (#369)
  • [PostgresNode] utils_log_name and pg_log_name are RO-properties (#370)
  • The PostgresNode::_get_node_state has been improved (#371)

Full Changelog: v1.14.0...v1.14.1

1.14.0

05 Jun 10:23
307ddbc

Choose a tag to compare

What's Changed

  • package-verification is updated (build-check) (#354)
  • fix: get_remote_node is corrected (#357)
  • cleanup: PostgresNode does not support conn_params at all (#356)
  • TestAPI is added (#362)
  • PostgresNode is updated (self._os_ops) (#360, #363)
  • PostgresNode::bin_dir is refactored (utils.get_bin_dir is used) (#364)
  • fix: PostgresNode::kill uses self._os_ops.get_platform() instead os.name (#365)
  • fix: NodeApp uses os_ops instead platform/tempfile (#366)
  • NodeApp uses self._os_ops.is_abs_path (os_ops 2.3.0) (#367)

Full Changelog: 1.13.7...v1.14.0

1.13.7

13 Mar 16:44

Choose a tag to compare

What's Changed

  • build: implement dynamic versioning and unified metadata (#349)

Full Changelog: 1.13.6...1.13.7

1.13.6

25 Feb 18:55
322cb3a

Choose a tag to compare

What's Changed

  • Tests are updated (typing) (#343)
  • fix: PostgresNode.catchup is corrected (#344)
  • PostgresNode::poll_query_until is updated (typing) (#345)
  • fixed ruff issues by @ProjectMutilation (#346)
  • [CI] Check with ruff is added (#347, #348)

Full Changelog: 1.13.5...1.13.6

1.13.5

12 Feb 22:23
bde0198

Choose a tag to compare

What's Changed

  • pytest-env is used, pytest.ini is deleted (#338)
  • [#329] get_pg_node_state looks for postmaster to avoid "PID file is empty" (#339)
  • test_logging is fixed (#340)
  • Mistakes in typing are fixed (#341)

Full Changelog: 1.13.4...1.13.5

1.13.4

30 Jan 16:11
d2c2f10

Choose a tag to compare

What's Changed

  • [CI] AstraLinux 1.7 is tested (#334)
  • table_checksum uses "SELECT SUM(hashtext(t::text)) ..." (#337)

Full Changelog: 1.13.3...1.13.4

1.13.3

27 Jan 15:33
27df510

Choose a tag to compare

This is a release to fix a problem with Astra Linux 1.7. It has an old python version 3.7.3.

What's Changed

  • Min python is 3.7.3 (#332)

Full Changelog: 1.13.2...1.13.3

1.13.2

25 Jan 14:40
8be60d4

Choose a tag to compare

Main

This release updates version of testgres.os_ops to 2.0.1 to fix a problem with exec_env in RemoteOperation::exec_command.

What's Changed

  • testgres.os_ops 2.0.1 is used (#324, #331)
  • PostgresNodeLogReader::_collect_logs is corrected (typing) (#325)
  • PostgresNode::start and start2 are updated (#326)
  • CI: GitHub Action is used (#320)
  • CI: Execution of all the tests on altlinux 10/11 (#322)

Full Changelog: 1.13.1...1.13.2

1.13.1 [hot fix]

20 Jan 17:39

Choose a tag to compare

This is a hot fix release.

Changes

  • PostgresNode::start does not pass parameters into start2 (b4b5146)

Full Changelog: 1.13.0...1.13.1