Releases: dotkernel/api
Releases · dotkernel/api
Release list
7.1.0
What's Changed
- Update API version in README example by @alexmerlin in #473
- Issue #474: Throw
BadExceptiononMalformedRequestBodyExceptionby @alexmerlin in #476 - Issue #481: Require
symfony/var-exporterto keep LazyGhost support by @alexmerlin in #485 - Core Sync by @alexmerlin in #486
- Update branch for Qodana workflow to 7.0 by @alexmerlin in #491
- Issue #488: Added security headers by @alexmerlin in #490
- Issue #493: Bump
dotkernel/dot-makerto version2.xby @alexmerlin in #494 - Issue #497: Remove
config/autoload/mail.global.phpby @alexmerlin in #499 - Update Qodana action version to v2025.3 by @arhimede in #500
- Issue #503: OAuth2 token invalidated on Composer install/update by @alexmerlin in #506
- Update PostgreSQL host configuration by @arhimede in #465
- Issue #509: Bump phpunit to v12.5.23 by @SergiuBota1 in #510
- upgraded mezzio-oauth2 to version 3 by @pinclau in #511
- Issue #512: Implemented browsecap by @SergiuBota1 in #513
- Configure Renovate by @renovate[bot] in #515
- added Bruno collection, updated readme by @bidi47 in #516
- Update JetBrains/qodana-action action to v2026 by @renovate[bot] in #523
- Update codecov/codecov-action action to v6 by @renovate[bot] in #520
- Update actions/checkout action to v6 by @renovate[bot] in #518
- Update actions/cache action to v5 by @renovate[bot] in #517
- Update dependency zircote/swagger-php to v6 by @renovate[bot] in #522
- Update codecov/codecov-action action to v7 by @renovate[bot] in #526
- Update JetBrains/qodana-action action to v2026.1.3 by @renovate[bot] in #527
- Update actions/checkout action to v7 by @renovate[bot] in #528
- Update actions/cache action to v6 by @renovate[bot] in #530
New Contributors
- @SergiuBota1 made their first contribution in #510
- @renovate[bot] made their first contribution in #515
Full Changelog: 7.0.0...7.1.0
7.0.0
What's Changed
- Issue #453: Use native UUIDs in database via ramsey/uuid by @alexmerlin in #456
- updated readme, oss by @bidi47 in #461
- Issue #430: PostgreSQL implementation by @alexmerlin in #462
- Issues #468: Remove
MethodDeprecationimplementation by @alexmerlin in #470 - Issue #471: Clarify instructions regarding multiple connections in
config/autoload/local.php.distby @alexmerlin in #472
Full Changelog: 6.1.0...7.0.0
3.0.4 Mark the branch as archived
Full Changelog: 3.0.3...3.0.4
6.1.0
What's Changed
- Issue #435: Implement
dotkernel/dot-makerin dev mode by @alexmerlin in #436 - fix(entity): explicitly set userId to null in OAuthAccessToken constructor by @dq042000 in #437
- Issue #438: Removed migration file by @alexmerlin in #439
- Issue #445: Replaced
.laminas-ci/pre-run.shwith.laminas-ci.jsonby @alexmerlin in #446 - Update README for clarity and badge links by @arhimede in #447
- Issue #449: Implemented Doctrine table prefixes by @alexmerlin in #452
- Issue #450: Add PHP 8.4 & 8.5 support by @alexmerlin in #454
New Contributors
Full Changelog: 6.0.0...6.1.0
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
Coremodule by @alexmerlin in #358 - Issue #384: Refactored handlers by @alexmerlin in #385
- Issue #388: Inject
InputFilters 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
OAuth2keys when cloning the project by @alexmerlin in #398 - Issue #392: Refresh Postman documentation by @Howriq in #400
- Issue #399: Merge
Admin.CoreintoAPI.Coreby @alexmerlin in #401 - Issue #314: Implemented
mezzio/mezzio-problem-detailsby @alexmerlin in #402 - Update pre-run.sh by @alexmerlin in #404
- Update
GetIndexResourceHandler.phpby @alexmerlin in #408 - Update local.php.dist by @arhimede in #409
- Issue #410: Fixed error handling by @alexmerlin in #412
- Issue #390: Implemented
ResourceProviderMiddlewareand addedResourceGuardInterfaceby @alexmerlin in #403 - Issue #411: Updated logic in
ContentNegotiationMiddlewareby @alexmerlin in #413 - Issue #417:
AuthenticationMiddlewareno longer extendsAuthenticationMiddlewarefrommezzio/mezzio-authenticationby @alexmerlin in #418 - Update qodana_code_quality.yml by @arhimede in #416
- Issue #414: Replaced
Twigwith custom templating solution by @alexmerlin in #419 - Issue #415: Increased
PHPStanlevel to8by @alexmerlin in #421 - Issue #422: Split the
/security/tokenendpoint into two separate endpoints by @alexmerlin in #423 - Core sync by @alexmerlin in #425
- Issue #426: Switch from
UUID4toUUID7by @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
Qodanato 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.distby @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.ymlby @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.mdby @alexmerlin in #318 - added .gitattributes by @bidi47 in #321
- Update qodana_code_quality.yml by @arhimede in #323
- Issue #331: Added
symfony/var-dumperto the dev requirements by @alexmerlin in #333 - Issue #337: Implemented handle delegators by @alexmerlin in #338
Full Changelog: 5.0.1...5.0.2