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