Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog for v0.12.1 #741

Merged
merged 3 commits into from
Aug 30, 2017
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 20 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,32 @@
# Mobile Center SDK for iOS Change Log

## Version 0.12.1

This version contains bug fixes.

### MobileCenterCrashes

* **[Fix]** Fixed missing logs sent to server on crash.

### MobileCenterDistribute

* **[Fix]** Workaraound a bug on iOS 11 where the Safari in-app page remains stuck activating in-app update. It is now opening the Safari app.
* **[Fix]** Fixed update won't start until the app is explicitly closed on iOS 11.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You forgot ___ at the end of the section.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added a commit for that.

## Version 0.12.0

This version contains bug fixes, an improvement and a new feature. When you update to this release, there will be **potential data loss** if an application installed with previous versions of MobileCenter SDK on devices that has pending logs which are not sent to server yet at the time of the application is being updated.

## MobileCenter
### MobileCenter
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for doing this. I updated release note in GitHub Release.


* **[Improvement]** Changed to send one crash or error attachment log at a time to prevent HTTP requests become bigger.
* **[Fix]** Fixed database access failure when an application contains other SQLite libraries for custom database.

## MobileCenterCrashes
### MobileCenterCrashes

* **[Fix]** Fixed duplicated logs sent to server on crash.

## MobileCenterDistribute
### MobileCenterDistribute

* **[Feature]** New feature that allows to share your applications to anyone with public link.

Expand All @@ -23,7 +36,7 @@ ___

This version contains a bug fix that wasn't properly fixed in the previous release.

## MobileCenterCrashes
### MobileCenterCrashes

* **[Fix]** Fixed a bug that the Crashes picked up one next session after previous crash.

Expand All @@ -33,15 +46,15 @@ ___

This version contains bug fixes and an improvement that changes the current behavior.

## MobileCenter
### MobileCenter

* **[Fix]** Fix bugs that sent multiple or empty service start logs at launch time.

## MobileCenterAnalytics
### MobileCenterAnalytics

* **[Improvement]** Send truncated event name and properties instead of skipping it if its lengths are beyond the limits.

## MobileCenterCrashes
### MobileCenterCrashes

* **[Fix]** Fixes two bugs that caused error logs to be assiciated with wrong session information.

Expand Down