Skip to content

1.3.0

Compare
Choose a tag to compare
@jameskeith jameskeith released this 18 Feb 11:00
· 4 commits to master since this release
fde1487
  • 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.