Skip to content

Releases: Treblle/treblle-php

3.0.1

10 Oct 11:52
78d1719
Compare
Choose a tag to compare

Full Changelog: 3.0.0...3.0.1

Multi-process processing

24 Aug 07:50
9b4ea33
Compare
Choose a tag to compare

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

26 Jul 11:27
Compare
Choose a tag to compare

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

01 Jun 19:48
Compare
Choose a tag to compare

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

26 Oct 08:54
20fd731
Compare
Choose a tag to compare

Refactored the client to use a little bit modernised and OOP style, added tests and type safety, along with basic CI

Networking optimizations

17 Jul 11:27
Compare
Choose a tag to compare

In this update we've made the communication part with Treblle even more optimized.

Custom masked fields

23 May 16:07
Compare
Choose a tag to compare

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.

PHP 8 support

05 Jan 16:48
Compare
Choose a tag to compare

We added PHP 8 support to Treblle so now you can use it from PHP 5.5 to PHP 8. Enjoy.

Support for other SDKs

20 Nov 17:56
Compare
Choose a tag to compare

This is a small update that allows for a more flexible JSON structure for future SDKs.

Data masking updates

05 Oct 19:22
Compare
Choose a tag to compare

We noticed a few things that were causing bugs in certain situations so we updated the masking function.