|
1 | | -## 4.0.0 - 2022-11-03 |
| 1 | +# Changelog |
| 2 | + |
| 3 | +## 5.3.0 - 2025-01-08 |
| 4 | + |
| 5 | +### Changed |
| 6 | + |
| 7 | +* Issue [#352](https://github.com/dotkernel/api/issues/352): Updated PHPStan memory limit by [@bidi47](https://github.com/bidi47) in [#353](https://github.com/dotkernel/api/pull/353) |
| 8 | +* Issue [#360](https://github.com/dotkernel/api/issues/360): Restricted `Qodana` to supported PHP versions by [@alexmerlin](https://github.com/alexmerlin) in [#361](https://github.com/dotkernel/api/pull/361) |
| 9 | +* Issue [#366](https://github.com/dotkernel/api/issues/366): Updated laminas/laminas-coding-standard to latest version by [@MarioRadu](https://github.com/MarioRadu) in [#367](https://github.com/dotkernel/api/pull/367) |
| 10 | +* Issue [#362](https://github.com/dotkernel/api/issues/362): Updated user status, removed isDeleted by [@bidi47](https://github.com/bidi47) in [#359](https://github.com/dotkernel/api/pull/359) |
| 11 | +* Issue [#355](https://github.com/dotkernel/api/issues/355): Upgraded to dotkernel/dot-mail 5.0 by [@MarioRadu](https://github.com/MarioRadu) in [#368](https://github.com/dotkernel/api/pull/368) |
| 12 | +* Issue [#374](https://github.com/dotkernel/api/issues/374): Updated anonymization by [@bidi47](https://github.com/bidi47) in [#375](https://github.com/dotkernel/api/pull/375) |
| 13 | +* Issue [#374](https://github.com/dotkernel/api/issues/372): Ignore development files on production env by [@MarioRadu](https://github.com/MarioRadu) in [#373](https://github.com/dotkernel/api/pull/373) |
| 14 | +* Update security.txt file by [@arhimede](https://github.com/arhimede) in [#371](https://github.com/dotkernel/api/pull/371) |
| 15 | + |
| 16 | +### Added |
| 17 | + |
| 18 | +* Issue [#363](https://github.com/dotkernel/api/issues/363): Composer post install script which copies config files by [@MarioRadu](https://github.com/MarioRadu) in [#364](https://github.com/dotkernel/api/pull/364) |
| 19 | + |
| 20 | +### Deprecated |
| 21 | + |
| 22 | +* Nothing |
| 23 | + |
| 24 | +### Removed |
| 25 | + |
| 26 | +* Issue [#354](https://github.com/dotkernel/api/issues/354): Removed laminas/laminas-http dependency by [@MarioRadu](https://github.com/MarioRadu) in [#356](https://github.com/dotkernel/api/pull/356) |
| 27 | +* Issue [#362](https://github.com/dotkernel/api/issues/362): Updated user status, removed isDeleted by [@bidi47](https://github.com/bidi47) in [#359](https://github.com/dotkernel/api/pull/359) |
| 28 | +* Issue [#369](https://github.com/dotkernel/api/issues/369): Delete `config/autoload/mail.global.php.dist` by [@alexmerlin](https://github.com/alexmerlin) in [#370](https://github.com/dotkernel/api/pull/370) |
| 29 | +* Removed composer script `post-create-project-cmd` by [@MarioRadu](https://github.com/MarioRadu) in [#376](https://github.com/dotkernel/api/pull/376) |
| 30 | + |
| 31 | +### Fixed |
| 32 | + |
| 33 | +* Issue [#377](https://github.com/dotkernel/api/issues/377): Fixed `.github/workflows/codecov.yml` by [@alexmerlin](https://github.com/alexmerlin) in [#378](https://github.com/dotkernel/api/pull/378) |
| 34 | + |
| 35 | +## 5.2.0 - 2024-11-19 |
2 | 36 |
|
3 | 37 | ### Changed |
4 | | -* Refactored dependencies |
5 | | -* Replaced phinx migrations & seeders with doctrine/migrations and dotkernel/dot-data-fixtures |
6 | | -* Minor bug fixes |
| 38 | + |
| 39 | +* Issue [#347](https://github.com/dotkernel/api/issues/324): Replaced `analyze` with `static-analysis` in `check` command in composer.json by [@MarioRadu](https://github.com/MarioRadu) in [#351](https://github.com/dotkernel/api/pull/351) |
| 40 | +* Issue [#347](https://github.com/dotkernel/api/issues/324): Replaced `analyze` with `static-analysis` command in composer.json by [@MarioRadu](https://github.com/MarioRadu) in [#350](https://github.com/dotkernel/api/pull/350) |
7 | 41 |
|
8 | 42 | ### Added |
9 | | -* Psalm implementation |
10 | | -* doctrine/migrations and dotkernel/dot-data-fixtures |
11 | | -* Added functional tests |
12 | | -* Implemented github actions for unit and functional tests |
13 | | -* Implemented github actions for Psalm |
14 | | -* Added PHP 8.2 support |
| 43 | + |
| 44 | +* Issue [#347](https://github.com/dotkernel/api/issues/324): Implemented PHPStan by [@MarioRadu](https://github.com/MarioRadu) in [#349](https://github.com/dotkernel/api/pull/349) |
15 | 45 |
|
16 | 46 | ### Deprecated |
| 47 | + |
17 | 48 | * Nothing |
18 | 49 |
|
19 | 50 | ### Removed |
20 | | -* phinx migrations |
21 | | -* Removed PHP 7.4 support |
| 51 | + |
| 52 | +* Issue [#347](https://github.com/dotkernel/api/issues/347): Removed psalm by [@MarioRadu](https://github.com/MarioRadu) in [#348](https://github.com/dotkernel/api/pull/348) |
22 | 53 |
|
23 | 54 | ### Fixed |
24 | | -* Refactored unit tests |
| 55 | + |
| 56 | +* Nothing |
| 57 | + |
| 58 | +## 5.1.1 - 2024-11-14 |
| 59 | + |
| 60 | +### Changed |
| 61 | + |
| 62 | +* Issue [#320](https://github.com/dotkernel/api/issues/320): composer.json dependencies cleanup by [@alexmerlin](https://github.com/alexmerlin) in [#346](https://github.com/dotkernel/api/pull/346) |
| 63 | + |
| 64 | +### Added |
| 65 | + |
| 66 | +* Nothing |
| 67 | + |
| 68 | +### Deprecated |
| 69 | + |
| 70 | +* Nothing |
| 71 | + |
| 72 | +### Removed |
| 73 | + |
| 74 | +* Issue [#340](https://github.com/dotkernel/api/issues/340): Removed laminas/laminas-config package by [@MarioRadu](https://github.com/MarioRadu) in [#344](https://github.com/dotkernel/api/pull/344) |
| 75 | + |
| 76 | +### Fixed |
| 77 | + |
| 78 | +* Nothing |
| 79 | + |
| 80 | +## 5.1.0 - 2024-10-31 |
| 81 | + |
| 82 | +### Changed |
| 83 | + |
| 84 | +* Nothing |
| 85 | + |
| 86 | +### Added |
| 87 | + |
| 88 | +* Issue [#325](https://github.com/dotkernel/api/issues/325): Implemented enums in database by [@alexmerlin](https://github.com/alexmerlin) in [#339](https://github.com/dotkernel/api/pull/339) |
| 89 | + |
| 90 | +### Deprecated |
| 91 | + |
| 92 | +* Nothing |
| 93 | + |
| 94 | +### Removed |
| 95 | + |
| 96 | +* Nothing |
| 97 | + |
| 98 | +### Fixed |
| 99 | + |
| 100 | +* Nothing |
| 101 | + |
| 102 | +## 5.0.2 - 2024-10-29 |
| 103 | + |
| 104 | +### Changed |
| 105 | + |
| 106 | +* Update qodana_code_quality.yml by [@arhimede](https://github.com/arhimede) in [#323](https://github.com/dotkernel/api/pull/323) |
| 107 | + |
| 108 | +### Added |
| 109 | + |
| 110 | +* Added .gitattributes by [@bidi47](https://github.com/bidi47) in [#321](https://github.com/dotkernel/api/pull/321) |
| 111 | +* Issue [#331](https://github.com/dotkernel/api/issues/331): Added `symfony/var-dumper` to the dev requirements by [@alexmerlin](https://github.com/alexmerlin) in [#333](https://github.com/dotkernel/api/pull/333) |
| 112 | +* Issue [#337](https://github.com/dotkernel/api/issues/337): Implemented handle delegators by [@alexmerlin](https://github.com/alexmerlin) in [#338](https://github.com/dotkernel/api/pull/338) |
| 113 | + |
| 114 | +### Deprecated |
| 115 | + |
| 116 | +* Nothing |
| 117 | + |
| 118 | +### Removed |
| 119 | + |
| 120 | +* Nothing |
| 121 | + |
| 122 | +### Fixed |
| 123 | + |
| 124 | +* Nothing |
| 125 | + |
| 126 | +## 5.0.1 - 2024-09-13 |
| 127 | + |
| 128 | +### Changed |
| 129 | + |
| 130 | +* Issue [#311](https://github.com/dotkernel/api/issues/311): Upgraded `dot-errorhandler` to `4.x` by |
| 131 | + [@alexmerlin](https://github.com/alexmerlin) in [#312](https://github.com/dotkernel/api/pull/312) |
| 132 | + |
| 133 | +### Added |
| 134 | + |
| 135 | +* Issue [#168](https://github.com/dotkernel/api/issues/168): OpenAPI documentation by |
| 136 | + [@alexmerlin](https://github.com/alexmerlin) in [#306](https://github.com/dotkernel/api/pull/306) |
| 137 | +* Issue [#309](https://github.com/dotkernel/api/issues/309): psr-container-doctrine 5.2.1 support and refactoring |
| 138 | + modules configuration by [@cPintiuta](https://github.com/cPintiuta) in |
| 139 | + [#309](https://github.com/dotkernel/api/pull/309) |
| 140 | + |
| 141 | +### Deprecated |
| 142 | + |
| 143 | +* Nothing |
| 144 | + |
| 145 | +### Removed |
| 146 | + |
| 147 | +* Issue [#313](https://github.com/dotkernel/api/issues/313): Remove `config` dependency from handlers. by |
| 148 | + [@alexmerlin](https://github.com/alexmerlin) in [#315](https://github.com/dotkernel/api/pull/315) |
| 149 | + |
| 150 | +### Fixed |
| 151 | + |
| 152 | +* Issue [#303](https://github.com/dotkernel/api/issues/303): fix content type, special case for multipart/form-data by |
| 153 | + [@cPintiuta](https://github.com/cPintiuta) in [#304](https://github.com/dotkernel/api/pull/304) |
| 154 | + |
| 155 | +## 5.0.0 - 2024-07-01 |
| 156 | + |
| 157 | +### Changed |
| 158 | + |
| 159 | +* Refactor: Transfer responsibility from handlers to services. by [@alexmerlin](https://github.com/alexmerlin) in |
| 160 | + [#272](https://github.com/dotkernel/api/pull/272) |
| 161 | +* Issue [#169](https://github.com/dotkernel/api/issues/169): API deprecation refactoring by |
| 162 | + [@MarioRadu](https://github.com/MarioRadu) in [#291](https://github.com/dotkernel/api/pull/291) |
| 163 | +* Issue [#264](https://github.com/dotkernel/api/issues/264): Bump for doctrine orm 2 -> 3, dbal 3 -> 4 through roave |
| 164 | + psr container by [@cPintiuta](https://github.com/cPintiuta) in [#283](https://github.com/dotkernel/api/pull/283) |
| 165 | +* Issue [#266](https://github.com/dotkernel/api/issues/266): Replaced annotation-based dependency injection with |
| 166 | + attribute-based dependency injection by [@alexmerlin](https://github.com/alexmerlin) in |
| 167 | + [#280](https://github.com/dotkernel/api/pull/280) |
| 168 | +* Issue [#295](https://github.com/dotkernel/api/issues/295): ContentNegotiationMiddleware: Make `$config` readonly by |
| 169 | + [@alexmerlin](https://github.com/alexmerlin) in [#296](https://github.com/dotkernel/api/pull/296) |
| 170 | +* Updated license file by [@arhimede](https://github.com/arhimede) in [#282](https://github.com/dotkernel/api/pull/282) |
| 171 | +* Update README.md by [@arhimede](https://github.com/arhimede) in [#290](https://github.com/dotkernel/api/pull/290) |
| 172 | +* Update qodana_code_quality.yml by [@arhimede](https://github.com/arhimede) in |
| 173 | + [#294](https://github.com/dotkernel/api/pull/294) |
| 174 | + |
| 175 | +### Added |
| 176 | + |
| 177 | +* Issue [#169](https://github.com/dotkernel/api/issues/169): Implemented API evolution pattern by |
| 178 | + [@MarioRadu](https://github.com/MarioRadu) in [#285](https://github.com/dotkernel/api/pull/285) |
| 179 | +* Added missing factory spec for ErrorReportHandler. local.php.dist: removed an unnecessary use statement by |
| 180 | + [@alexmerlin](https://github.com/alexmerlin) in [#284](https://github.com/dotkernel/api/pull/284) |
| 181 | +* Added version in home handler by [@arhimede](https://github.com/arhimede) in |
| 182 | + [#287](https://github.com/dotkernel/api/pull/287) |
| 183 | + |
| 184 | +### Deprecated |
| 185 | + |
| 186 | +* Nothing |
| 187 | + |
| 188 | +### Removed |
| 189 | + |
| 190 | +* Nothing |
| 191 | + |
| 192 | +### Fixed |
| 193 | + |
| 194 | +* Issue [#277](https://github.com/dotkernel/api/issues/277): Sorted routes by name by |
| 195 | + [@alexmerlin](https://github.com/alexmerlin) in [#278](https://github.com/dotkernel/api/pull/278) |
0 commit comments