Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [2.0.0](customerio/customerio-android@1.0.5...2.0.0) (2022-06-01) ### ⚠ BREAKING CHANGES * get current FCM token on SDK startup * register device attributes when set * create background queue to make API synchronous ### Features * add device and profile attribute setters ([789f09f](customerio@789f09f)) * add device_manufacturer device attribute ([6a60f39](customerio@6a60f39)) * added support for custom track url ([b61a64b](customerio@b61a64b)) * added support for device attributes ([customerio#71](customerio#71)) ([5fedf26](customerio@5fedf26)) * create background queue to make API synchronous ([2524460](customerio@2524460)) * get current FCM token on SDK startup ([dda443d](customerio@dda443d)) * register device attributes when set ([0f5159e](customerio@0f5159e)) * set log level via SDK config ([81eea4e](customerio@81eea4e)) * support for custom device attributes and config ([customerio#77](customerio#77)) ([a7dbaba](customerio@a7dbaba)) ### Bug Fixes * added java compatibility in public constructors and methods ([acdec46](customerio@acdec46)) * added support for big decimal ([customerio#56](customerio#56)) ([58c791b](customerio@58c791b)) * code cleanup ([c651ee6](customerio@c651ee6)) * delete device token when clear identify ([72f9753](customerio@72f9753)) * events are tracked to identified customer ([71634ed](customerio@71634ed)) * queue attempts to run all tasks on each run ([e180dea](customerio@e180dea)) * register device tokens http request ([b1c6872](customerio@b1c6872))
- Loading branch information