Release Notes
Below is a complete list of changes for each release of the C# library.
1.1.0 (July 2019)
High Impact Changes
- Collection endpoint changed from VData to HTTP API.
- Introduced Support for both HTTP GET and POST methods for sending data; default is POST.
Low Impact Changes
- Trace helper methods added to the Tealium class to make it easier to join/leave/end a Trace.
– This adds thetealium_trace_id
key and trace ID value to all events whilst a trace has been joined. - Bug Fix
– Optional Data supplied on Config creation was not being passed in events.
– This is not present on all events. .gitignore
file added to remove unnecessarily tracked compiled code.
1.0.0 (June 2017)
- Event Tracking
– Track event names with optional additional data. Provide completion blocks to handle any responses. - Collect Module
– Support for sending event data to a collection endpoint. If needed, override the defaults to Tealium’s VData endpoint. - AppData Module
– Provides automatic inclusion of useful app data (session id, random number and timestamp) to each events, as well as user defined optional data. - Logger Module
– Provides log output for debugging purposes. - Sample application included showing example interaction with the main classes.
Was this article helpful?
This page was last updated: March 18, 2021