Releases: Treblle/treblle-php
Releases · Treblle/treblle-php
4.0.2
4.0.1
4.0.0
3.0.1
Full Changelog: 3.0.0...3.0.1
Multi-process processing
What's Changed
- remove: composer lock file shouldnt be part of packages so removed by @bhushan in #7
- chore: updated gitignore to have composer lock by @bhushan in #9
- refactor: php-cs-fixer changes with formatting and renaming data providers by @bhushan in #8
- feat: create child process for calling guzzle http request by @bhushan in #10
New Contributors
Full Changelog: 2.0.4...3.0.0
Perfomrance update
Added a load balancing on the SDK side that randomly selects one of our endpoints and send the payload data there. Should improve timeouts and performance. Fixed a bunch of styling problems and QC.
Fix rare crashes regarding user agents
Issued a fix that prevents crashes when the $_SERVER superglobal does not have the User agent. Also fixed a couple of documentation problems.
2.0.0
Networking optimizations
In this update we've made the communication part with Treblle even more optimized.
Custom masked fields
In this update we've cleanup up the code and allowed you to define a list of custom keywords that will be masked before leaving your API. We also made our Readme better so you can get started even quicker.