|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 3.1.0 |
| 4 | + |
| 5 | +### Added |
| 6 | + |
| 7 | +- "endpoint" option to AwsS3 |
| 8 | + |
| 9 | +### Fixed |
| 10 | + |
| 11 | +- RestoreCommand must return int |
| 12 | + |
| 13 | +### Changed |
| 14 | + |
| 15 | +- Updated to version 2 of nyholm/dsn |
| 16 | + |
3 | 17 | ## 3.0.0 |
4 | 18 |
|
5 | 19 | ### Fixed |
|
39 | 53 |
|
40 | 54 | ### Fixed |
41 | 55 |
|
42 | | -- Support for environment variables in the config. |
| 56 | +- Support for environment variables in the config. |
43 | 57 |
|
44 | 58 | ## 2.1.1 |
45 | 59 |
|
46 | 60 | ### Fixed |
47 | 61 |
|
48 | | -- Allow to only use "dsn" without configure "type". |
49 | | -- Add better error message when both "dsn" and "type" is missing. |
| 62 | +- Allow to only use "dsn" without configure "type". |
| 63 | +- Add better error message when both "dsn" and "type" is missing. |
50 | 64 |
|
51 | 65 | ## 2.1.0 |
52 | 66 |
|
|
57 | 71 |
|
58 | 72 | ### Fixed |
59 | 73 |
|
60 | | -- Issue with Symfony 3.2 where commands were private. |
61 | | -- Issue with Symfony 3.2 because `scalarPrototype` was not defined. |
| 74 | +- Issue with Symfony 3.2 where commands were private. |
| 75 | +- Issue with Symfony 3.2 because `scalarPrototype` was not defined. |
62 | 76 |
|
63 | 77 | ## 2.0.0 |
64 | 78 |
|
65 | 79 | The 2.0.0 release is just a technical BC break. We removed all adapters from the |
66 | | -composer.json. So you need to re-add the adapters you were using. |
| 80 | +composer.json. So you need to re-add the adapters you were using. |
67 | 81 |
|
68 | 82 | ### Added |
69 | 83 |
|
70 | | -- Added support for Symfony 4. |
| 84 | +- Added support for Symfony 4. |
71 | 85 | - Added tests |
72 | 86 | - Support for many storage names with the same type. |
73 | 87 | - Added commands for backup and restore |
74 | 88 | - Support for `ignoreTables` on MySQL databases. |
75 | | -- Added config `output_file_prefix`. |
| 89 | +- Added config `output_file_prefix`. |
76 | 90 | - Support for DropboxV2 |
77 | 91 |
|
78 | 92 | ### Changes |
79 | 93 |
|
80 | 94 | - You have to `composer require` for the adapter you want to use. Nothing is included by default. |
81 | | -- The storage and database type is case-sensitive. |
| 95 | +- The storage and database type is case-sensitive. |
82 | 96 |
|
83 | 97 | ### Removed |
84 | 98 |
|
85 | | -- Support for Symfony < 2.7. |
| 99 | +- Support for Symfony < 2.7. |
86 | 100 |
|
87 | 101 | ## 1.1.0 |
88 | 102 |
|
|
0 commit comments