Releases: hypervel/components
Releases Β· hypervel/components
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
v0.3.7
What's Changed
Improvements π§
- improve: bind exception handler in websocket kernel by @albertcht in #257
- improve: support enum casting in data objects by @albertcht in #258
Full Changelog: v0.3.6...v0.3.7
v0.3.6
What's Changed
New Features π
- feat: implement casting form request by @chinfuyang in #247
Improvements π§
- feat: register exception handler for coroutine drivers in queue by @albertcht in #252
- chore: remove internal mark in test case by @albertcht in #253
Full Changelog: v0.3.5...v0.3.6
v0.3.5
What's Changed
Improvements π§
- improve: add built-in serializer for DateTime values in data objects by @albertcht in #245
- fix: eloquent builder types by @storyn26383 in #246
Full Changelog: v0.3.4...v0.3.5
v0.3.4
What's Changed
Improvements π§
- improve: support for customizing serializer in data object by @albertcht in #243
- feat: enhance compileSlots method in ComponentTagCompiler by @ahmed-abdelnaby-fahmy in #238
Bug fixes π
- fix: fix null value when array access in data object by @albertcht in #242
Other Changes π
- feat: add more phpdocs to redis for native functions by @albertcht in #239
- fix: register for log driver should always be applicable in sentry by @chinfuyang in #240
Full Changelog: v0.3.3...v0.3.4
v0.3.3
What's Changed
Improvements π§
- improve: flush queue's payload callback in testbench's test case by @albertcht in #233
- improve: support stream response in GuzzleHttpClientAspect in telescope by @albertcht in #237
- feat: enhance mail compatibility and rendering by @ahmed-abdelnaby-fahmy in #236
Bug fixes π
- fix: fix
pooloption in sentry config by @albertcht in #232 - fix: cast SMTP port to int to resolve Symfony Mailer TypeError by @ahmed-abdelnaby-fahmy in #234
Other Changes π
- chore: update messaging system identifier from 'laravel' to 'hypervel' by @chinfuyang in #235
Full Changelog: v0.3.2...v0.3.3
v0.3.2
What's Changed
New Features π
- feat: support expectations for prompts in testing by @albertcht in #224
- feat: implement ValidatePostSize middleware by @albertcht in #226
- feat: add Sentry package by @chinfuyang in #222
Improvements π§
- feat: support refresh in data object by @albertcht in #218
- feat: add additional cache events by @chinfuyang in #221
- feat: disable cache events by default by @albertcht in #223
- feat: add from as an alias of make method in data object by @albertcht in #231
- feat: add ability to enable or disable exception reporting in Coroutine by @chinfuyang in #230
Bug fixes π
- fix: fix invalid server params in the request by @albertcht in #225
- fix: fix initialization of pool name in RedisProxy by @albertcht in #227
- fix: fix aspects scanning from service providers by @albertcht in #228
- fix: fix container binding for BatchRepository::class by @albertcht in #229
Full Changelog: v0.3.1...v0.3.2