Skip to content

Releases: Tealium/tealium-java

1.4.0

24 Jun 09:13
7564d89
Compare
Choose a tag to compare

1.4.0 JDK 9+ Support
- Removed unnecessary reference to javax.xml.ws.http.HTTPException to support newer JDKs without additional dependencies.

1.3.2

30 Jan 13:26
d601a7f
Compare
Choose a tag to compare
  • Persistent Data Deletion
    • deletePersistentData method added to the DataManager class

1.3.1

22 Feb 17:20
87adb5f
Compare
Choose a tag to compare

BugFix: Updated track method to use a copy of Persistent Data to stop event data unexpectedly being stored.

1.3.0

18 Feb 11:00
fde1487
Compare
Choose a tag to compare
  • 1.3.0 Remove visitor_id and switch to event endpoint
    • "tealium_visitor_id" and "tealium_vid" removed
    • Use the "event" endpoint using the POST method with json
    • Create a Udo data object to represent data instead of the ambiguous Map<String, Object>
    • Update methods to use the Udo data type and deprecate api methods using Map<String, Object> for data.
    • Lots of refactoring and introduction of TDD practices to encourage more maintainable code in the library.

1.2.0

07 Jun 15:42
Compare
Choose a tag to compare
Merge pull request #4 from chrisanderberg/master

Add Datasource

1.1.0

27 Feb 21:48
Compare
Choose a tag to compare
- New variable added:
    - tealium_event_type
- track(type, title, data, completion) added as new primary track method, types avail:
    - activity
    - conversion
    - derived
    - interaction
    - view
- DispatchCallback update to return info dictionary instead of just encodedUrl -> ( boolean, map<String, Object>, error) that 
- Removal of convenience retry track(string, callBack)

1.0.1

29 Sep 15:54
Compare
Choose a tag to compare
Merge pull request #1 from tamayok/master

1.0.1