Skip to content

Commit 1401ddb

Browse files
authored
Merge pull request #318 from dotkernel/issue-317
Issue 317: Reset `CHANGELOG.md`
2 parents 33c3052 + ad21e9c commit 1401ddb

1 file changed

Lines changed: 61 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 61 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,72 @@
1-
## 4.0.0 - 2022-11-03
1+
# Changelog
2+
3+
## 5.0.1 - 2024-09-13
4+
5+
### Changed
6+
7+
* Issue [#311](https://github.com/dotkernel/api/issues/311): Upgraded `dot-errorhandler` to `4.x` by
8+
[@alexmerlin](https://github.com/alexmerlin) in [#312](https://github.com/dotkernel/api/pull/312)
9+
10+
### Added
11+
12+
* Issue [#168](https://github.com/dotkernel/api/issues/168): OpenAPI documentation by
13+
[@alexmerlin](https://github.com/alexmerlin) in [#306](https://github.com/dotkernel/api/pull/306)
14+
* Issue [#309](https://github.com/dotkernel/api/issues/309): psr-container-doctrine 5.2.1 support and refactoring
15+
modules configuration by [@cPintiuta](https://github.com/cPintiuta) in
16+
[#309](https://github.com/dotkernel/api/pull/309)
17+
18+
### Deprecated
19+
20+
* Nothing
21+
22+
### Removed
23+
24+
* Issue [#313](https://github.com/dotkernel/api/issues/313): Remove `config` dependency from handlers. by
25+
[@alexmerlin](https://github.com/alexmerlin) in [#315](https://github.com/dotkernel/api/pull/315)
26+
27+
### Fixed
28+
29+
* Issue [#303](https://github.com/dotkernel/api/issues/303): fix content type, special case for multipart/form-data by
30+
[@cPintiuta](https://github.com/cPintiuta) in [#304](https://github.com/dotkernel/api/pull/304)
31+
32+
## 5.0.0 - 2024-07-01
233

334
### Changed
4-
* Refactored dependencies
5-
* Replaced phinx migrations & seeders with doctrine/migrations and dotkernel/dot-data-fixtures
6-
* Minor bug fixes
35+
36+
* Refactor: Transfer responsibility from handlers to services. by [@alexmerlin](https://github.com/alexmerlin) in
37+
[#272](https://github.com/dotkernel/api/pull/272)
38+
* Issue [#169](https://github.com/dotkernel/api/issues/169): API deprecation refactoring by
39+
[@MarioRadu](https://github.com/MarioRadu) in [#291](https://github.com/dotkernel/api/pull/291)
40+
* Issue [#264](https://github.com/dotkernel/api/issues/264): Bump for doctrine orm 2 -> 3, dbal 3 -> 4 through roave
41+
psr container by [@cPintiuta](https://github.com/cPintiuta) in [#283](https://github.com/dotkernel/api/pull/283)
42+
* Issue [#266](https://github.com/dotkernel/api/issues/266): Replaced annotation-based dependency injection with
43+
attribute-based dependency injection by [@alexmerlin](https://github.com/alexmerlin) in
44+
[#280](https://github.com/dotkernel/api/pull/280)
45+
* Issue [#295](https://github.com/dotkernel/api/issues/295): ContentNegotiationMiddleware: Make `$config` readonly by
46+
[@alexmerlin](https://github.com/alexmerlin) in [#296](https://github.com/dotkernel/api/pull/296)
47+
* Updated license file by [@arhimede](https://github.com/arhimede) in [#282](https://github.com/dotkernel/api/pull/282)
48+
* Update README.md by [@arhimede](https://github.com/arhimede) in [#290](https://github.com/dotkernel/api/pull/290)
49+
* Update qodana_code_quality.yml by [@arhimede](https://github.com/arhimede) in
50+
[#294](https://github.com/dotkernel/api/pull/294)
751

852
### 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
53+
54+
* Issue [#169](https://github.com/dotkernel/api/issues/169): Implemented API evolution pattern by
55+
[@MarioRadu](https://github.com/MarioRadu) in [#285](https://github.com/dotkernel/api/pull/285)
56+
* Added missing factory spec for ErrorReportHandler. local.php.dist: removed an unnecessary use statement by
57+
[@alexmerlin](https://github.com/alexmerlin) in [#284](https://github.com/dotkernel/api/pull/284)
58+
* Added version in home handler by [@arhimede](https://github.com/arhimede) in
59+
[#287](https://github.com/dotkernel/api/pull/287)
1560

1661
### Deprecated
62+
1763
* Nothing
1864

1965
### Removed
20-
* phinx migrations
21-
* Removed PHP 7.4 support
66+
67+
* Nothing
2268

2369
### Fixed
24-
* Refactored unit tests
70+
71+
* Issue [#277](https://github.com/dotkernel/api/issues/277): Sorted routes by name by
72+
[@alexmerlin](https://github.com/alexmerlin) in [#278](https://github.com/dotkernel/api/pull/278)

0 commit comments

Comments
 (0)