Skip to content

Releases: hypervel/components

v0.3.17

05 Jan 03:02

Choose a tag to compare

What's Changed

New Features πŸŽ‰

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: HasUuids and HasUlids traits 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::varyHeader bug 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 πŸ”„

Full Changelog: v0.3.16...v0.3.17

v0.3.16

24 Dec 03:42

Choose a tag to compare

What's Changed

Breaking Changes πŸ› 

Improvements πŸ”§

  • improve: add missing return types to Container::get() and Container::make() by @binaryfire in #307
  • refactor(sanctum): use Str::from() helpers for BackedEnum handling by @binaryfire in #306

Bug fixes πŸ›

Full Changelog: v0.3.15...v0.3.16

v0.3.15

22 Dec 06:22

Choose a tag to compare

What's Changed

New Features πŸŽ‰

  • feat: add Str::from() and Str::fromAll() helpers by @binaryfire in #291
  • feat: port addToMiddlewarePriorityBefore and addToMiddlewarePriorityAfter methods from Laravel by @binaryfire in #296
  • feat: port useOrigin method 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 Cors service 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 after DispatcherFactory construction by @binaryfire in #301
  • fix: ConfigFactory and ProviderConfig config merging by @binaryfire in #298

Other Changes πŸ”„

  • chore: update phpdocs of Validator and DB facades by @binaryfire in #297
  • fix: rename Laravel Telescope to Hypervel Telescope in dashboard header by @binaryfire in #299

Full Changelog: v0.3.14...v0.3.15

v0.3.14

04 Dec 09:39

Choose a tag to compare

What's Changed

Improvements πŸ”§

Full Changelog: v0.3.13...v0.3.14

v0.3.13

30 Nov 13:55

Choose a tag to compare

What's Changed

Improvements πŸ”§

Bug fixes πŸ›

Other Changes πŸ”„

Full Changelog: v0.3.12...v0.3.13

v0.3.12

14 Nov 11:12

Choose a tag to compare

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

13 Nov 09:25

Choose a tag to compare

What's Changed

Improvements πŸ”§

Bug fixes πŸ›

Full Changelog: v0.3.10...v0.3.11

v0.3.10

06 Nov 09:55

Choose a tag to compare

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

05 Nov 08:59

Choose a tag to compare

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

28 Oct 03:54

Choose a tag to compare

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 πŸ”„

  • feat: migrate horizon package from Laravel by @bluehaha in #251

Full Changelog: v0.3.7...v0.3.8