|
| 1 | +Java 0.8.0 (2015-xx-xx) |
| 2 | +----------------------- |
| 3 | +Moved Version.java into gitignored sub-package (#135) |
| 4 | +Added builder pattern for Tracker (#148) |
| 5 | +Decoupled Subject from Tracker (#144) |
| 6 | +Added builder pattern for Emitter (#149) |
| 7 | +Added builder pattern for Subject (#150) |
| 8 | +Added builder pattern for all Events (#147) |
| 9 | +Added Timing Event (#154) |
| 10 | +Made an abstract event class and add an event interface (#163) |
| 11 | +Fixed eid and dtm being incorrectly added to screen_view and timing context (#161) |
| 12 | +Added ability to set event ID when tracking (#133) |
| 13 | +Added SelfDescribingJson class (#151) |
| 14 | +Ensured only String values are added to the TrackerPayload (#127) |
| 15 | +Made event sending for GET & POST Asynchronous (#157) |
| 16 | +Made http client configurable, thanks @dstendardi! (#146) |
| 17 | +Added builder pattern for ClientAdapters (#158) |
| 18 | +Made AbstractEmitter abstract again with builder patterm (#159) |
| 19 | +Expanded Emitter interface to include getters and setters for all parameters (#162) |
| 20 | +Fixed NPE if Collector URI is invalid (#131) |
| 21 | +Added setNetworkUserId to Subject (#125) |
| 22 | +Added setDomainUserId to Subject (#124) |
| 23 | +Added setIpAddress to Subject (#88) |
| 24 | +Added setUseragent to Subject (#87) |
| 25 | +Updated contexts schema to 1-0-1 (#100) |
| 26 | +Updated payload_data to 1-0-3 (#89) |
| 27 | +Expanded Test Suite to cover the library properly (#160) |
| 28 | +Bumped Vagrant Java Version to 1.7 (#153) |
| 29 | +Fixed Vagrant Peru.yaml file (#152) |
| 30 | +Fixed badge link (#136) |
| 31 | + |
1 | 32 | Java 0.7.0 (2015-01-24) |
2 | 33 | ----------------------- |
3 | 34 | Consolidated Tracker Core module into Java Tracker, thanks @dstendardi! (#116) |
|
0 commit comments