Skip to content

Commit

Permalink
Update README to remove support for Server Side Upload Timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
tung-vu-td committed Apr 26, 2024
1 parent d307f5d commit e4b833e
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 @@ -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.

Expand Down

0 comments on commit e4b833e

Please sign in to comment.