Skip to content

Commit eda82a1

Browse files
authored
Release MAS v2.0.0 (#396)
* [android] [auto] Update properties to version 2.0.0 in preparation for build. * update dependencies.gradle to new version name * bump next version to 2.1.0-SNAPSHOT * update CHANGELOG.md
1 parent a18f1dc commit eda82a1

3 files changed

Lines changed: 28 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33
Mapbox welcomes participation and contributions from everyone.
44

5+
### v2.0.0 - March 17th, 2017
6+
7+
* Mapbox Navigation SDK [#346](https://github.com/mapbox/mapbox-java/pull/346)
8+
* Introduce support for Mapbox Distance API [#219](https://github.com/mapbox/mapbox-java/pull/219)
9+
* Update Map Matching API to support new `v5`
10+
* Divide library into smaller modules to reduce method count on Android projects [#251](https://github.com/mapbox/mapbox-java/pull/251)
11+
* AppEngine support [#344](https://github.com/mapbox/mapbox-java/pull/344)
12+
* Introduce support for Mapbox Telemetry [#282](https://github.com/mapbox/mapbox-java/pull/282)
13+
* Added reusable components for permission and connectivity management [#276](https://github.com/mapbox/mapbox-java/pull/276)
14+
* Abstracted the location engine from a specific provider [#269](https://github.com/mapbox/mapbox-java/pull/269) and provide default implementations [#320](https://github.com/mapbox/mapbox-java/pull/320)
15+
* Shared improvements across clients
16+
* RxJava support [#304](https://github.com/mapbox/mapbox-java/pull/304)
17+
* Enabled setting a base URL to facilitate testing [#245](https://github.com/mapbox/mapbox-java/pull/245)
18+
* Directions improvements:
19+
* Added direction v5 lanes [#214](https://github.com/mapbox/mapbox-java/pull/214)
20+
* Added support for the `driving-traffic` profile [#292](https://github.com/mapbox/mapbox-java/pull/292)
21+
* Added support for polyline6 [#287](https://github.com/mapbox/mapbox-java/pull/287)
22+
* Added rotary convenience methods [#329](https://github.com/mapbox/mapbox-java/pull/329)
23+
* Added bearing query parameter [#337](https://github.com/mapbox/mapbox-java/pull/337)
24+
* Remove support for `v4` [#260](https://github.com/mapbox/mapbox-java/pull/260)
25+
* Geocoding improvements:
26+
* Batch requests support [#267](https://github.com/mapbox/mapbox-java/pull/267)
27+
* Added landmark, limit, country parameters support [#209](https://github.com/mapbox/mapbox-java/pull/209) [#217](https://github.com/mapbox/mapbox-java/pull/217)
28+
* Added cancel method [#226](https://github.com/mapbox/mapbox-java/pull/226), setting multiple types [#230](https://github.com/mapbox/mapbox-java/pull/230), and language, base URL method setting to autocomplete widget [#315](https://github.com/mapbox/mapbox-java/pull/315) [#328](https://github.com/mapbox/mapbox-java/pull/328)
29+
530
### v2.0.0-beta.3
631

732
* Make `ServicesException` and `TurfException` unchecked exceptions

mapbox/dependencies.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ext {
22
// Last number is 0 for a SNAPSHOT, 1 for a release
3-
MasVersionCode = 2 * 1000 + 0 * 100 + 0 * 10 + 0
4-
MasVersionName = "2.0.0-SNAPSHOT"
3+
MasVersionCode = 2 * 1000 + 1 * 100 + 0 * 10 + 0
4+
MasVersionName = "2.1.0-SNAPSHOT"
55

66
minSdkVersion = 15
77
targetSdkVersion = 25

mapbox/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Project-wide Gradle settings.
2-
VERSION_NAME=2.0.0-SNAPSHOT
2+
VERSION_NAME=2.1.0-SNAPSHOT
33
GROUP=com.mapbox.mapboxsdk
44

55
POM_URL=https://github.com/mapbox/mapbox-java

0 commit comments

Comments
 (0)