Skip to content

Commit

Permalink
chore(release): change changelog.md
Browse files Browse the repository at this point in the history
SUITEDEV-26985

Co-authored-by: davidSchuppa <[email protected]>
Co-authored-by: LasOri <[email protected]>
Co-authored-by: megamegax <[email protected]>
  • Loading branch information
4 people committed Mar 24, 2021
1 parent fe9b9ba commit bb6718f
Showing 1 changed file with 20 additions and 10 deletions.
30 changes: 20 additions & 10 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
# What's new
### [getPushToken](https://github.com/emartech/android-emarsys-sdk/wiki#22-getpushtoken)
* the SDK now provides a method under push which returns the pushToken
### [isAutomaticPushSendingEnabled](https://github.com/emartech/android-emarsys-sdk/wiki/Config#automaticpushsendingenabled)
* the SDK now provides a method under config which returns if the automaticPushSending is enabled or not
### [sdkVersion](https://github.com/emartech/android-emarsys-sdk/wiki/Config#sdkversion)
* the SDK now provides a method under config which returns the current version of Emarsys SDK
### [verboseConsoleLogging](https://github.com/emartech/android-emarsys-sdk/wiki#16-enableverboseconsolelogging)
* verbose console logging is now available in the Emarsys SDK
### [openId](https://github.com/emartech/ios-emarsys-sdk/wiki#13-setauthenticatedcontact)
* the SDK now provides a method to authenticate users with an idToken issued by an openId compliant provider

# What's changed
### [AppEvent][https://github.com/emartech/android-emarsys-sdk/wiki#2-push]
* AppEvents are now always called from the UI thread

# What's fixed
* Fixed an issue, where Inline In-App buttonClicks were not reported
* Fixed nullPointerException in EmarsysMessagingService when deviceInfo was accessed before the setup finished
### [In-App](https://github.com/emartech/ios-emarsys-sdk/wiki#3-in-app)
* Fixed an issue, where in-app weren't displayed until an application restart, in an edge case where the application was started without an applicationCode
### [IdlingResource](https://github.com/emartech/android-emarsys-sdk/wiki#9-testing)
* Updated the version of the idling resource
### [Session tracking](https://github.com/emartech/android-emarsys-sdk/wiki/Session-Tracking)
* Fixed an issue, where the SDK handled sessions on the SDK's thread
* Fixed an issue, where sessions weren't restarted correctly on user identification
### Async
* Fixed issues, that some of the API endpoints (Predict, trackDeviceInfo) weren't working asynchronously, and it caused a crash in the SDK
### [changeAppCode](https://github.com/emartech/android-emarsys-sdk/wiki/Config#changeapplicationcode)
* Fixed an issue, when changeAppCode was set a contact reference if there were no contact set in the SDK


# Important Notes
* Deprecated methods are going to be removed in our next major release (3.0.0)

0 comments on commit bb6718f

Please sign in to comment.