snowplow / snowplow-php-tracker

Snowplow event tracker for PHP. Add analytics into your PHP apps and scripts
http://snowplowanalytics.com
34 stars 36 forks source link

Release/0.6.0 #132

Closed mscwilson closed 1 year ago

mscwilson commented 1 year ago

This release adds a configurable timeout for the CurlEmitter. Also, it removes deprecation notices that were showing up when using PHP 8.2.

Thanks very much to @EricTendian and @ldebrouwer for their contributions!

CHANGELOG New features Add configurable timeout in CurlEmitter (#127)

Under the hood Bump dependencies (#131) Prevent deprecation warning for dynamic property creation under PHP 8.2 (#123) Fix failing emitter tests (#125)

coveralls commented 1 year ago

Coverage Status

Coverage decreased (-0.7%) to 88.316% when pulling 8e094213386af95a6c96aa3ba4384c0eb11489da on release/0.6.0 into b1f75326fd1dbfeea736e9de5feddb256fbeef5f on master.