Tealium for Java release notes
A complete list of changes for each release of the Java library.
1.4.0 (June 2024)
- Removed unnecessary reference to
javax.xml.ws.http.HTTPException
to support newer JDKs without additional dependencies.
1.3.2 (January 2023)
- Persistent Data Deletion -
deletePersistentData
method added to the DataManager class.
1.3.1 (February 2021)
- Bug fix - Updated track method to use a copy of Persistent Data to stop event data unexpectedly being stored
1.3.0 (February 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
1.2.0 (June 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
1.1.0 (February 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)
1.0.1 (September 2016)
- Bug Fix -
LogLevel
enum converted to public API
1.0.0 (Initial)
- Tealium universal data sources added for all dispatches:
event_name
(transitionary - will be deprecated)tealium_account
tealium_environment
tealium_event
tealium_library_name
tealium_library_version
tealium_profile
tealium_random
tealium_session_id
tealium_timestamp_epoch
tealium_visitor_id
tealium_vid
(legacy support - will be deprecated)
This page was last updated: June 24, 2024