Releases: dotkernel/api
Releases · dotkernel/api
6.0.0
What's Changed
- add documentation links by @arhimede in #382
- GHA for database validation by @MarioRadu in #380
- Issue #330: Move common logic to
Core
module by @alexmerlin in #358 - Issue #384: Refactored handlers by @alexmerlin in #385
- Issue #388: Inject
InputFilter
s in handlers by @alexmerlin in #389 - Issue #383: Implemented route grouping by @alexmerlin in #391
- Issue #394: Service refactoring by @alexmerlin in #396
- Issue #397: Autogenerate
OAuth2
keys when cloning the project by @alexmerlin in #398 - Issue #392: Refresh Postman documentation by @Howriq in #400
- Issue #399: Merge
Admin.Core
intoAPI.Core
by @alexmerlin in #401 - Issue #314: Implemented
mezzio/mezzio-problem-details
by @alexmerlin in #402 - Update pre-run.sh by @alexmerlin in #404
- Update
GetIndexResourceHandler.php
by @alexmerlin in #408 - Update local.php.dist by @arhimede in #409
- Issue #410: Fixed error handling by @alexmerlin in #412
- Issue #390: Implemented
ResourceProviderMiddleware
and addedResourceGuardInterface
by @alexmerlin in #403 - Issue #411: Updated logic in
ContentNegotiationMiddleware
by @alexmerlin in #413 - Issue #417:
AuthenticationMiddleware
no longer extendsAuthenticationMiddleware
frommezzio/mezzio-authentication
by @alexmerlin in #418 - Update qodana_code_quality.yml by @arhimede in #416
- Issue #414: Replaced
Twig
with custom templating solution by @alexmerlin in #419 - Issue #415: Increased
PHPStan
level to8
by @alexmerlin in #421 - Issue #422: Split the
/security/token
endpoint into two separate endpoints by @alexmerlin in #423 - Core sync by @alexmerlin in #425
- Issue #426: Switch from
UUID4
toUUID7
by @alexmerlin in #427
New Contributors
Full Changelog: 5.3.0...6.0.0
5.3.0 Release
What's Changed
- updated phpstan memory limit by @bidi47 in #353
- Removed laminas/laminas-http dependency by @MarioRadu in #356
- Issue #360: Restricted
Qodana
to supported PHP versions by @alexmerlin in #361 - Updated laminas/laminas-coding-standard to latest version by @MarioRadu in #367
- updated user status, removed isDeleted by @bidi47 in #359
- Upgraded to dotkernel/dot-mail 5.0 by @MarioRadu in #368
- Composer post install script by @MarioRadu in #364
- Issue #369: Delete
config/autoload/mail.global.php.dist
by @alexmerlin in #370 - update security.txt file by @arhimede in #371
- updated anonimization by @bidi47 in #375
- Ignore development files on production env by @MarioRadu in #373
- Removed composer command by @MarioRadu in #376
- Issue #377: Fixed
.github/workflows/codecov.yml
by @alexmerlin in #378
Full Changelog: 5.2.0...5.3.0
5.2.0 Release
What's Changed
- Removed psalm by @MarioRadu in #348
- Implemented PHPStan by @MarioRadu in #349
- Added phpstan command in composer.json by @MarioRadu in #350
- Added command in composer.json by @MarioRadu in #351
Full Changelog: 5.1.1...5.2.0
5.1.1 Release
What's Changed
- Removed laminas/laminas-config package by @MarioRadu in #344
- Issue #320: composer.json dependencies cleanup by @alexmerlin in #346
Full Changelog: 5.1.0...5.1.1
5.1.0 Release
What's Changed
- Issue #325: Implemented enums in database by @alexmerlin in #339
Full Changelog: 5.0.2...5.1.0
5.0.2 Release
What's Changed
- Issue 317: Reset
CHANGELOG.md
by @alexmerlin in #318 - added .gitattributes by @bidi47 in #321
- Update qodana_code_quality.yml by @arhimede in #323
- Issue #331: Added
symfony/var-dumper
to the dev requirements by @alexmerlin in #333 - Issue #337: Implemented handle delegators by @alexmerlin in #338
Full Changelog: 5.0.1...5.0.2
5.0.1 Release
What's Changed
- Issue #168: OpenAPI documentation by @alexmerlin in #306
- Issue #303: Fix content type, special case for multipart/form-data by @cPintiuta in #304
- Issue #309: psr-container-doctrine 5.2.1 support and refactoring modules configuration by @cPintiuta in #309
- Issue #311: Upgraded
dot-errorhandler
to4.x
by @alexmerlin in #312 - Issue #313: Remove
config
dependency from handlers. by @alexmerlin in #315
Full Changelog: 5.0.0...5.0.1
5.0.0
What's Changed
- Refactor: Transfer responsibility from handlers to services. by @alexmerlin in #272
- Issue #277: Sorted routes by name by @alexmerlin in #278
- Issue #266: Replaced annotation-based dependency injection with attribute-based dependency injection by @alexmerlin in #280
- update license file by @arhimede in #282
- Added missing factory spec for ErrorReportHandler. local.php.dist: removed an unnecessary use statement. by @alexmerlin in #284
- bump for doctrine orm 2 -> 3, dbal 3 -> 4 through roave psr container by @cPintiuta in #283
- Implemented API evolution pattern by @MarioRadu in #285
- added version in home handler by @arhimede in #287
- Update README.md by @arhimede in #290
- API deprecation refactoring by @MarioRadu in #291
- Update qodana_code_quality.yml by @arhimede in #294
- Issue #295: ContentNegotiationMiddleware: Make
$config
readonly by @alexmerlin in #296
Full Changelog: 4.5.0...5.0.0
4.5.0 Release
What's Changed
- Update server-requirements.md by @arhimede in #250
- Documentation updates by @alexmerlin in #247
- Removed documentation files. by @alexmerlin in #255
- Issue #256: Fixed and added health check test for
list commands
command. by @alexmerlin in #257 - Issue #253: Updated GHA files to use latest action releases by @alexmerlin in #263
- Issue #260: Removed unnecessary
HasLifecycleCallbacks
entity attributes by @alexmerlin in #262 - Issue 259 by @cPintiuta in #261
- Issue 259 by @cPintiuta in #268
- Update composer.json by @arhimede in #271
- Issue #248: Refactored handlers by @alexmerlin in #269
Full Changelog: 4.4.1...4.5.0