Skip to content

Commit

Permalink
Update README to remove support for SSUT (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
tung-vu-td authored Apr 29, 2024
1 parent b8e8e5c commit 19caec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Android and Android TV SDK for [Treasure Data](http://www.treasuredata.com/). Wi
Version 1 has major changes that are not backward compatible with previous versions. If you are upgrading from version 0.6.0 or earlier, your code will not run correctly without doing these following steps:
- API endpoint has changed to Ingestion Endpoint. The default value is https://us01.records.in.treasuredata.com.
- `initializeApiEndpoint(String apiEndpoint)` API is no longer available, please use `initializeSharedInstance(Context context, String apiKey, String apiEndpoint)` instead.
- Server side upload timestamp feature is removed. If you need this feature, please contact our support team.
- 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.

Expand Down

0 comments on commit 19caec6

Please sign in to comment.