Skip to content

Commit

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

Co-authored-by: davidSchuppa <[email protected]>
Co-authored-by: LasOri <[email protected]>
Co-authored-by: megamegax <[email protected]>
  • Loading branch information
4 people committed Apr 12, 2021
1 parent f479aad commit 904277c
Showing 1 changed file with 9 additions and 17 deletions.
26 changes: 9 additions & 17 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,15 @@
# What's new
### [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
### [mavenCentral](https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/)
* Since the sunset of the jCenter, from now on the SDK is also accessible from [mavenCentral](https://search.maven.org/artifact/com.emarsys/emarsys-sdk).
> __Important: new versions won't be available on jCenter after the 1st of May!__
# What's fixed
### [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
### ClientService
* Fixed an issue, where trackDeviceInfo was still called on UI thread.
### [Dependencies](https://github.com/emartech/android-emarsys-sdk/wiki/FAQ#emarsys-sdk-uses-an-other-version-of-kotlin-than-my-application-should-i-be-concerned)
* Updated Kotlin 1.4.31 -> 1.4.32, and some minor dependencies. Related commit is [here](https://github.com/emartech/android-emarsys-sdk/commit/9db012a1985b75e82b1c9130600cee8d27095544).
### [In-App](https://github.com/emartech/android-emarsys-sdk/wiki#3-inapp)
* SDK now displays In-Apps even when if FragmentActivity is used instead of just AppCompatActivity.


# Important Notes
Expand Down

0 comments on commit 904277c

Please sign in to comment.