Releases: postgrespro/testgres.os_ops
Releases · postgrespro/testgres.os_ops
Release list
2.4.0
What's Changed
- OsOperations::exec_command is refactored (typing) (#44)
- LocalOperations::sm_single_instance is corrected (typing) (#45)
- fix: RemoteOperations::read is declared with correct parameter order (#46)
Full Changelog: v2.3.0...v2.4.0
2.3.0
What's Changed
Full Changelog: v2.2.0...v2.3.0
2.2.0
What's Changed
- RemoteOperations is cleaned (#34)
- RemoteOperations::_ensure_cmdline is corrected (typing) by (#36)
- OsOperations: host, ssh_key and username are ro-props (#40)
- fix: OsOperations::readlines defines all the arguments (#41)
Full Changelog: 2.1.1...v2.2.0
2.1.1
What's Changed
- Tests are updated (typing) (#26)
- A suppression of E721 is removed (#28)
- CI: Verification with ruff is added (#29)
Full Changelog: 2.1.0...2.1.1
2.1.0
Main
- OsOperations::get_platform is added. It returns a copy of
sys.platformvalue.
What's Changed
- [CI] AstraLinux 1.7 is tested (#21)
- pytest-env is used, pytest.ini is deleted (#23)
OsOperations::get_platform(self)is added (#24)- fix:
RemoteOperationsshould not check the local platform (#25)
Full Changelog: 2.0.2...2.1.0
2.0.2
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 (#19)
Full Changelog: 2.0.1...2.0.2
2.0.1
What's Changed
- [CI] GitHub Action is used by (#10)
- fix: RemoteOperations::exec_command passes exec_env incorrectly (#11)
- test_get_tmpdir__compare_with_py_info is corrected (#12)
Full Changelog: 2.0.0...2.0.1
2.0.0
What's Changed
- testgres.common v1.0.0 is used
- ExecUtilException is updated (#4)
Full Changelog: 1.1.0...2.0.0