From e4b833e22e6b427e911198cc297b165cb113fe48 Mon Sep 17 00:00:00 2001 From: Vu Tung Date: Fri, 26 Apr 2024 17:29:51 +0700 Subject: [PATCH] Update README to remove support for Server Side Upload Timestamp --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20e671d..ad0eb4b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Also, there is an alternative SDK written in Swift [https://github.com/recruit-l Version 1 has major changes that are not backward compatible with previous versions. If you are upgrading from version 0.9.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:` API is no longer available, please use `initializeWithApiKey: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` 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.