Skip to content

Releases: Treblle/treblle-laravel

4.0.34

29 Jun 09:14
74dc8d3
Compare
Choose a tag to compare

Some minor bug fixes and code cleaning

4.0.33

12 Jun 08:14
7273a5f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.0.32...4.0.33

Octane fixes

02 May 10:55
9928f5e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.8.7...2.8.8

Octane Cache Store fix

27 Apr 16:59
393452f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.8...2.8.7

Laravel 10 support

16 Feb 13:23
784b48a
Compare
Choose a tag to compare

Thx to @ziming we now have Laravel 10 support 🔥

HTTP client optimization

27 Jul 12:50
Compare
Choose a tag to compare

Added a few more options to the HTTP client to make it more stable and snoozing exceptions

Capture full request URL

21 Jul 10:57
Compare
Choose a tag to compare

From now we will be capturing the full request URL with all the query params.

Randomize base URLs

06 Jul 11:43
Compare
Choose a tag to compare

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

11 May 10:46
81a8335
Compare
Choose a tag to compare

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

25 Feb 14:14
Compare
Choose a tag to compare

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