- Adding support for uploading CSV files by using the
import_csv
method
- Fix regex in
user_attributes
to filter out boolean looking strings
- Remove useless
.to_json
call in Faraday middleware
- Slight improvement to
ResponseValidation
readability; slight change to error messages
- BREAKING CHANGE -
track_multi
method signature has changed. - BREAKING CHANGE - Data export methods moved to the
DataExportAPI
class - BREAKING CHANGE - rename
wait_for_job
towait_for_export_job
- New Feature - Added support for
setDeviceAttributes
(thanks @beingmattlevy) - Fix
export_users
- Add the ability to send events as
userAttributes
properties
- Single connection class; deprecate
wait_for_job
in favor ofwait_for_export_job
- Leanplum changed their "Anomalous timestamp" message again, so now we're just going to reset everyone on any type of warning
- Remove
log_path
configuration option that should have come out in 3.0.0
- Parse 'True' and 'False' into booleans