# Release Notes
# v2.0.0
Date: 2023/09/20
Notes:
- Modified module name, incompatible with older versions
# v1.2.1
Date: 2023/03/20
Notes:
- Compatible ruby 3
- Supports a different '#app_id' for each event
# v1.2.0
Date:2020/08/28
Notes:
- Added track_update interface to support updatable events
- Added track_overwrite interface to support rewritable events
# v1.1.0
Date:2020/02/11
Notes:
- Data type support array type
- Added user_append interface to support attribute appending of user's array type
- BatchConsumer performance optimization: support to choose whether to compress; remove Base64 encoding
- DebugConsumer Optimization: More complete and accurate validation of data at the server level
# v1.0.0
Date:2019-11-20
Notes:
- Support three modes of reporting: DebugConsumer, BatchConsumer, LoggerConsumer.
- Support event reporting and user feature reporting.
- Supports public event properties.
