forked from snowplow/snowplow-php-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
25 lines (23 loc) · 981 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Version 0.2.1 (2015-02-09)
--------------------------
Fixed uniqid not generating valid UUID, thanks @mlively! (#39)
Fixed infinite loop issue in Curl Emitter, thanks @mlively! (#43)
Bumped PHPUnit version to 4.5.0 (#44)
Version 0.2.0 (2015-01-05)
--------------------------
Added CHANGELOG (#22)
Added Versioneye version checker button to README (#13)
Updated PHPUnit dependency to 4.2.* (#19)
Updated payload_data schema to 1-0-2 (#32)
Updated contexts schema to 1-0-1 (#27)
Added setDomainUserId to Subject class (#23)
Added setNetworkUserId to Subject class (#21)
Added setUseragent to Subject class (#17)
Added setIpAddress to Subject class (#16)
Added Socket Emitter as Emitter option for Tracker (#10)
Added File-Based Emitter as Emitter option for Tracker (#9)
Added Asynchronous Curl Emitter as Emitter option for Tracker (#8)
Added Mountebank testing of tracker payload and collector response (#15)
Version 0.1.0 (2014-09-30)
--------------------------
Initial release