Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Bump version to 1.0-beta.10 and add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Reimold committed May 28, 2016
1 parent dace459 commit ec2f6a3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## 1.0-beta.10

* Fix for critical bug that prevented telemetry from being sent when developerMode was not enabled

## 1.0-beta.9

Expand Down
14 changes: 4 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[ ![Download](https://api.bintray.com/packages/appinsights-android/maven/ApplicationInsights-Android/images/download.svg) ](https://bintray.com/appinsights-android/maven/ApplicationInsights-Android/_latestVersion)

# Application Insights for Android (1.0-beta.9)
# Application Insights for Android (1.0-beta.10)

This project provides an Android SDK for Application Insights. [Application Insights](http://azure.microsoft.com/services/application-insights/) is a service for monitoring the performance and usage of your apps. This module allows you to send telemetry of various kinds (events, traces, etc.) to the Application Insights service where your data can be visualized in the Azure Portal.

Expand All @@ -10,7 +10,7 @@ Automatic collection of lifecycle-events requires API level 15 and up (Ice Cream

### Breaking Changes!

Version 1.0-beta.9 of the Application Insights for Android SDK comes with two major changes:
Version 1.0-beta.9 of the Application Insights for Android SDK came with two major changes:

Crash Reporting and the API to send handled exceptions have been removed from the SDK.
In addition, the Application Insights for Android SDK is now **deprecated**.
Expand All @@ -34,13 +34,7 @@ We apologize for any inconvenience and please feel free to [contact us](http://s

## <a name="1"></a> 1. Release Notes

* Updated version of CLL
* Build with latest build tools
* Remove noise from logcat
* Remove previously deprecated methods
* Removed crash reporting feature
* Removed APIs for handled exceptions

* Fix for critical bug that prevented telemetry from being sent when developerMode was not enabled

See [here](https://github.com/Microsoft/ApplicationInsights-Android/releases) for release notes of previous versions or our [changelog](https://github.com/Microsoft/ApplicationInsights-Android/blob/master/CHANGELOG.md).

Expand All @@ -56,7 +50,7 @@ In your module's ```build.gradle```add a dependency for Application Insights

```groovy
dependencies {
compile 'com.microsoft.azure:applicationinsights-android:1.0-beta.9'
compile 'com.microsoft.azure:applicationinsights-android:1.0-beta.10'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# org.gradle.parallel=true

projectGroup=com.microsoft.azure
projectVersion=1.0-beta.9
projectVersion=1.0-beta.10
projectRepo=https://github.com/Microsoft/ApplicationInsights-Android
projectName=ApplicationInsights-Android
projectDesc=Application Insights SDK for Android

0 comments on commit ec2f6a3

Please sign in to comment.