Releases: Treblle/treblle-laravel
4.0.34
Some minor bug fixes and code cleaning
4.0.33
What's Changed
- handling unpublished configuration by @ccmiller2018 in #67
New Contributors
- @ccmiller2018 made their first contribution in #67
Full Changelog: 4.0.32...4.0.33
Octane fixes
What's Changed
- Octane now supports terminating middleware by @JustSteveKing in #53
Full Changelog: 2.8.7...2.8.8
Octane Cache Store fix
What's Changed
- Update README by @DominusKelvin in #47
- #51 checking if octane server is correct before setting treblle start by @JustSteveKing in #52
New Contributors
- @DominusKelvin made their first contribution in #47
Full Changelog: 3.0.8...2.8.7
Laravel 10 support
Thx to @ziming we now have Laravel 10 support 🔥
HTTP client optimization
Added a few more options to the HTTP client to make it more stable and snoozing exceptions
Capture full request URL
From now we will be capturing the full request URL with all the query params.
Randomize base URLs
In an effort to increase reliability and performance decided to add this simplistic load balancing. We can run experiments on each of the URLs to measure latency as well
Data masking update
This small update makes sure that data masking isn't done on NULL values. This fix comes from @strotgen, fellow artisan, and API builder. Thank him for it
Avoiding config cache
In case you update from an old version of the SDK and don't clear your config cache you would run into problems. This way we put in place some sensitive defaults and added some checks