Releases: postgrespro/testgres
Releases · postgrespro/testgres
1.10.2
What's Changed
- Add an SSH port parameter by @asavchkov in #131
- Pass a DB port to NodeApp by @asavchkov in #132
- Make use of the default SSH user by @asavchkov in #133
- Fix node cleanup by @demonolock in #135
- Update log level TRACE insted of VERBOSE by @egarbuz in #138
- Fix logger by @demonolock in #140
- Add force node stopping using SIGKILL by @demonolock in #139
- fix locale warning by @dura0ok in #141
New Contributors
Full Changelog: 1.10.1...1.10.2
1.10.1
What's Changed
- Adding port and database name into params list for add-instance command by @egarbuz in #118
- Fix error 'Is another postmaster already running on port XXX' in node by @MetalDream666 in #120
- Value pg_probackup major_version added to the class Init by @egarbuz in #119
- Add options to command pg_basebackup by @demonolock in #121
- Add pgbench_with_wait function by @demonolock in #122
- Add options to pg_upgrade by @fabriziomello in #125
- Added command execution time measurement in pg_probackup run by @MakSl in #123
- Add parsing backup_id in run app.py by @demonolock in #126
New Contributors
- @egarbuz made their first contribution in #118
- @fabriziomello made their first contribution in #125
- @MakSl made their first contribution in #123
Full Changelog: 1.10.0...1.10.1
1.10.0
What's Changed
- Add pg_upgrade option by @demonolock (#97)
This function allows upgrade PostgreSQL versions. - Remove unnecessary output by @homper (#88)
- Fix get_pg_version for Linux Mint by @demonolock (#101)
- Set default test locale to en by @Ogurezzz (#107)
This change aims to standardize test outputs. - Fix Error during executing query by @z-kasymalieva (#110)
Resolved an issue related to executing queries within the framework, particularly when executing commands that do not produce row output, which previously resulted in errors. - Run the archive command through exec by @asavchkov (#113)
If the PostgreSQL archive command is run through the dash shell the shell produces a core dump upon receiving a SIGQUIT during the PostgreSQL server shutdown. This change replaces the dash process with pg_probackup to avoid the production of a core dump.
New Contributors
- @homper made their first contribution in #88
- @z-kasymalieva made their first contribution in #105
- @Ogurezzz made their first contribution in #107
Full Changelog: 1.9.3...1.10.0
1.9.3
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
LocalOperations
class. Remote commands are now housed in theRemoteOperations
class. 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