Releases: hypervel/components
Releases Β· hypervel/components
v0.3.17
What's Changed
New Features π
- feat: add
withoutQuerymethod to HTTP client by @chinfuyang in #324
Bug fixes π
- fix: add missing options to handleMiddlewareResponse by @albertcht in #310
- fix: missing property promotion in soft delete constraints by @binaryfire in #320
- fix:
HasUuidsandHasUlidstraits ignoring explicit IDs by @binaryfire in #321 - fix: InteractsWithSession to generate session ID before start by @binaryfire in #322
- fix: add channel() method to BroadcastPoolProxy by @binaryfire in #312
- fix: exception swallowing in
Redis::__call()by @binaryfire in #315 - fix: pathsToPublish returning empty array instead of all paths by @binaryfire in #316
- fix: operator precedence bugs and PSR-7 getHeader usage by @binaryfire in #317
- fix:
Cors::varyHeaderbug with multiple Vary headers by @binaryfire in #318 - fix: getCasts() to include casts() method for non-incrementing models by @binaryfire in #336
- fix: use registerCallback in HasUuids and HasUlids traits by @binaryfire in #334
Other Changes π
- fix: App facade docblock return types for get() and make() by @binaryfire in #319
- chore: add symfony/uid as a runtime dependency by @binaryfire in #323
- chore: add facade-documenter as dev dependency by @binaryfire in #313
Full Changelog: v0.3.16...v0.3.17
v0.3.16
What's Changed
Breaking Changes π
- feat: refactor middleware in api client by @albertcht in #308
Improvements π§
- improve: add missing return types to
Container::get()andContainer::make()by @binaryfire in #307 - refactor(sanctum): use Str::from() helpers for BackedEnum handling by @binaryfire in #306
Bug fixes π
- fix: fix nullable view path in dump source by @albertcht in #309
Full Changelog: v0.3.15...v0.3.16
v0.3.15
What's Changed
New Features π
- feat: add
Str::from()andStr::fromAll()helpers by @binaryfire in #291 - feat: port
addToMiddlewarePriorityBeforeandaddToMiddlewarePriorityAftermethods from Laravel by @binaryfire in #296 - feat: port
useOriginmethod from Laravel by @binaryfire in #300 - feat: add decodeUsing method in Response of http client by @albertcht in #302
Improvements π§
- fix: fix timezone validation test for tzdata 2025+ by @binaryfire in #287
- feat: path helper early-boot support & config merge fix by @binaryfire in #290
- feat: support middleware exclusions from groups via without_middleware by @binaryfire in #295
- improve: add extensibility methods to Session and Sanctum middleware by @binaryfire in #292
- improve: make
Corsservice overridable in HandleCors middleware by @binaryfire in #293
Bug fixes π
- fix: Store broadcast channels on BroadcastManager to ensure coroutine-safe authorization by @binaryfire in #286
- fix: exclude CSRF verification from broadcast auth routes by @binaryfire in #294
- fix:
loadRoutesFrom()not loading routes added afterDispatcherFactoryconstruction by @binaryfire in #301 - fix:
ConfigFactoryandProviderConfigconfig merging by @binaryfire in #298
Other Changes π
- chore: update phpdocs of Validator and DB facades by @binaryfire in #297
- fix: rename
Laravel TelescopetoHypervel Telescopein dashboard header by @binaryfire in #299
Full Changelog: v0.3.14...v0.3.15
v0.3.14
What's Changed
Improvements π§
- feat: add query handling methods to Request class by @chinfuyang in #285
Full Changelog: v0.3.13...v0.3.14
v0.3.13
What's Changed
Improvements π§
- improve: add queue method to pending mail by @albertcht in #282
Bug fixes π
- fix: correct Markdown namespace in subcopy.blade.php by @ahmed-abdelnaby-fahmy in #279
- fix: add missing alias for session by @albertcht in #280
- fix: purge value in request watcher by @albertcht in #281
Other Changes π
- Remove ResumeExitCoordinatorListener by @kingIZZZY in #276
Full Changelog: v0.3.12...v0.3.13
v0.3.12
What's Changed
Improvements π§
- feat: implement HttpClientWatcher for better consistency by @albertcht in #273
Bug fixes π
- fix: fix wrong cache in parseMiddleware function by @albertcht in #272
Full Changelog: v0.3.11...v0.3.12
v0.3.11
What's Changed
Improvements π§
- feat: implement update function in DataObject by @albertcht in #270
Bug fixes π
- fix: update default value for CONTEXT_STACK_KEY to null by @chinfuyang in #269
- fix: handle null layers in pushScope method by @chinfuyang in #271
Full Changelog: v0.3.10...v0.3.11
v0.3.10
What's Changed
Bug fixes π
- fix: flush coroutine callbacks after terminating tests by @chinfuyang in #267
Full Changelog: v0.3.9...v0.3.10
v0.3.9
What's Changed
Bug fixes π
- fix: fix arguments of subscribe in redis connection by @albertcht in #263
- fix: fix coroutine context in sentry and telescope by @chinfuyang in #264
Full Changelog: v0.3.8...v0.3.9
v0.3.8
What's Changed
New Features π
Bug fixes π
- feat: add JobFailed event handling to QueueFeature and improve sentry hub in non-request coroutine handling by @chinfuyang in #260
- fix: fix instance binding for migration creator by @albertcht in #262
Other Changes π
Full Changelog: v0.3.7...v0.3.8