From 8b60390ec7a6b382a132eea72a8333b3b308434a Mon Sep 17 00:00:00 2001 From: Tung Vu <53031642+tung-vu-td@users.noreply.github.com> Date: Wed, 29 May 2024 10:58:26 +0700 Subject: [PATCH] Update README to support 0.6.0 up to api 33 (#85) * Update README to support 0.6.0 up to api 33 * +Auto tracking of client id by adding `td_ip` field is no longer supported. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd5a47a..2debe4a 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Version 1 has major changes that are not backward compatible with previous versi - Server side upload timestamp feature is removed. - New `enableAutoAppendLocalTimestamp` and `disableAutoAppendLocalTimestamp` APIs to help automatically track local timestamp. - `uuid` is now reserved column name. If you try to add value to event's `uuid` key, you won't see the column show up in the database. +- Auto tracking of client id by adding `td_ip` field is no longer supported. ## Installation @@ -528,8 +529,8 @@ Android SDK for Arm Treasure Data only supports any Android device running API 2 | Codename | Version | API | v0.6.0 | v1.0.0 | | :----------------- | :------ | :----- | :----------------- | :----------------- | | Android 14 | 14 | 34 | not tested | :white_check_mark: | -| Android 13 | 13 | 33 | not tested | :white_check_mark: | -| Android 12 | 13 | 31, 32 | not tested | :white_check_mark: | +| Android 13 | 13 | 33 | :white_check_mark: | :white_check_mark: | +| Android 12 | 13 | 31, 32 | :white_check_mark: | :white_check_mark: | | Android 11 | 11 | 30 | :white_check_mark: | :white_check_mark: | | Android 10 | 10 | 29 | :white_check_mark: | :white_check_mark: | | Pie | 9.0 | 28 | :white_check_mark: | :white_check_mark: |