|
1 | 1 | Revision history for Perl extension App::Sqitch
|
2 | 2 |
|
| 3 | +1.1.0 2020-05-17T16:20:07Z |
| 4 | + - Fixed Perl Pod errors, thanks to a pull request from Mohammad S Anwar |
| 5 | + (#470). |
| 6 | + - Fixed test failures when running with the localization set to German |
| 7 | + or Italian. Thanks to Slaven Rezić for the report (#472). |
| 8 | + - Fixed an issue when the full name of the current user is not set, so |
| 9 | + that it properly falls back on the username. Thanks to Slaven Rezić and |
| 10 | + Matthieu Foucault for the report and testing various fixes (#473). |
| 11 | + - Eliminated an error when using the `-t` option to specify a target, due |
| 12 | + to a missing dependency declaration in the Target class. Thanks to |
| 13 | + Clinton Adams for the fix (#509)! |
| 14 | + - Updated the IPC::System::Simple Win32 workaround added in 0.9999 to |
| 15 | + properly support released versions of IPC::System::Simple. This fixes |
| 16 | + errors running the database command-line clients on Windows (#503). |
| 17 | + - Sqitch now only passes the `--password` option to the MySQL client if |
| 18 | + it was not read from the `.my.cnf` file, as it's more secure to let |
| 19 | + the client use `.my.cnf`, and it eliminates a warning from recent |
| 20 | + versions of the client. Thanks to Kiel R Stirling for the fix (#484)! |
| 21 | + - Added a note to the tutorials to skip setting the `engine.$engine.client` |
| 22 | + config when using the Docker image. |
| 23 | + - Added the new `check` command, which compares the SHA1 hashes of the |
| 24 | + deploy scripts to the database, and reports if any have been modified |
| 25 | + since they were deployed. Thanks to Matthieu Foucault for the pull |
| 26 | + request and diligent work on this feature (#477)! |
| 27 | + - Added the `--modified` option to the `rebase` and `revert` commands, to |
| 28 | + revert to the earliest change with a modified deploy script. Handy for |
| 29 | + rapid rebasing during iterative development cycles. Thanks to Matthieu |
| 30 | + Foucault for this feature (#477)! |
| 31 | + - Fixed an issue where the Snowflake engine would complain about not |
| 32 | + finding the account name even for commands that don't need them, such |
| 33 | + as `init`. Thanks to Stack Overflow user vbp13 for the report (#502). |
| 34 | + |
3 | 35 | 1.0.0 2019-06-04T12:56:22Z
|
4 | 36 | - Fixed test failure due to a hard-coded system error that may be
|
5 | 37 | localized on non-en-US hosts. Thanks to Slaven Rezić for the catch
|
|
0 commit comments