|
1 |
| -Version ?? (unreleased) |
2 |
| ------------------------ |
| 1 | +Version 0.10 |
| 2 | +------------ |
3 | 3 |
|
4 |
| -- Breaking changed: renamed `stack.sh` to `dbstack`, removed `cleanup-databases.sh`, `cleanup-docker-images.sh`, and |
5 |
| - `cleanup-logs.sh` (functionality of the last 3 has been added to `dbstack`) |
| 4 | +- Breaking change: renamed `stack.sh` to `dbstack` |
6 | 5 |
|
7 |
| -- New: added `./bin/dbconsole` as quicker notation for `./bin/dbstack dbconsole` |
| 6 | +- Breaking change: removed `cleanup-databases.sh`, `cleanup-docker-images.sh`, and `cleanup-logs.sh` - the functionality |
| 7 | + of these scripts has been added to `dbstack` |
| 8 | + |
| 9 | +- New: added `./bin/dbconsole` as quicker shortcut for `./bin/dbstack dbconsole` |
8 | 10 |
|
9 | 11 | - New: added dbconsole command: `user:drop`
|
10 | 12 |
|
11 | 13 | - New: added dbconsole command: `database:shell`. This starts an interactive sql session to one of the configured
|
12 | 14 | instances, using the native command-line client. Handy to avoid typing username and password every time
|
13 | 15 |
|
14 |
| -- Improved: results of SELECT commands are now displayed using table formatting for MariaDB and MySQL databases |
15 |
| - when running dbconsole command `sql:execute`. Also, results for PostgeSQL databases are more terse (no more footer) |
| 16 | +- Improved: for MariaDB and MySQL databases, the results of SELECT commands are now displayed using table formatting |
| 17 | + when running dbconsole command `sql:execute`. Also, the results for PostgeSQL databases are more terse (no more footer) |
16 | 18 |
|
17 |
| -- Improved: the `database:drop` command reports failures more consistently when trying to drop non-existing databases |
| 19 | +- Improved: the `database:drop` dbconsole command reports failures more consistently when trying to drop non-existing databases |
18 | 20 |
|
19 |
| -- Improved: `stack.sh` has learned a new command: `cleanup`. Run `./bin/stack.sh -h` for details |
| 21 | +- Improved: `dbstack` has learned a new command: `cleanup`. Run `./bin/dbstack -h` for details |
20 | 22 |
|
21 | 23 | - Improved: updated the application dependencies to Symfony 4.4.2
|
22 | 24 |
|
23 |
| -- Changed: the `database:create` and `database:drop` commands do _not_ create/drop an user account by default any more. |
| 25 | +- Changed: the `database:create` and `database:drop` dbconsole commands do _not_ create/drop an user account by default any more. |
24 | 26 | In order to force them do so, you should use the `--user` option
|
25 | 27 |
|
26 | 28 |
|
|
0 commit comments