Tealium for Java release notes (By Date)
June 1, 2024
- Removed unnecessary reference to
javax.xml.ws.http.HTTPException
to support newer JDKs without additional dependencies.
January 1, 2023
- Persistent Data Deletion -
deletePersistentData
method added to the DataManager class.
February 1, 2021
- Bug fix - Updated track method to use a copy of Persistent Data to stop event data unexpectedly being stored
February 1, 2019
- Removed
visitor_id
and switch to"event"
endpoint tealium_visitor_id
andtealium_vid
removed- Use the
"event"
endpoint using the POST method with JSON - Created a
Udo
data object to represent data instead of the ambiguousMap<String, Object>
- Updated methods to use the
Udo
data type and deprecate API methods usingMap<String, Object>
for data - Lots of refactoring and introduction of TDD practices to encourage more maintainable code in the library
June 1, 2017
- Added Datasource
- New variable
tealium_datasource
added - Persistent file name changed to
account.profile.data
(if upgrading from prior version, file no longer accessible) - Bug fix for unit test
February 1, 2017
- New variable
tealium_event_type
added track(type, title, data, completion)
added as new primarytrack
method, types avail:activity
conversion
derived
interaction
view
DispatchCallback
update to return info dictionary instead of justencodedUrl -> ( boolean, map<String, Object>, error)
that- Removed of convenience retry
track(string, callBack)
September 1, 2016
- Bug Fix -
LogLevel
enum converted to public API