Releases: mixpanel/mixpanel-php
Releases · mixpanel/mixpanel-php
2.11.0
2.10.0
What's Changed
- send millisecond precision timestamps by @jaredmixpanel in #67
New Contributors
- @jaredmixpanel made their first contribution in #67
Full Changelog: 2.9.0...2.10.0
2.9.0
What's Changed
- update regex for $anon_id check by @zeedann in #60
- Group Analytics Support by @santigracia in #64
- Fix PHP 8.1 deprecation warning by @starred-gijs in #65
- PHP 7.4 compatibility by @andypasztirak in #61
New Contributors
- @santigracia made their first contribution in #64
- @starred-gijs made their first contribution in #65
- @andypasztirak made their first contribution in #61
Full Changelog: 2.8.1...2.9.0
2.8.0
- added
$anon_id
parameter toidentify
method, and a track call when parameter exists and is in UUID v4 format - Change parameter names for
createAlias
method to$distinct_id
and$alias
- Prevent unnecessary call to _encode on non-forked CurlConsumer
- make sure 'Connection' exists before accessing it
2.7.0
- Dropped test support for EOL PHP version (all < 7.1)
- Added Parallel cURL implementation
- Make createAlias adhere to the consumer config
- Added option to set $ignore_alias on people updates
- Fixed Singleton instance must depend on requested token
- Fixed license type in composer.json
- Remove testing on HHVM as its no longer support by composer