Skip to content

Commit d8136ad

Browse files
author
Langston Smith
authored
Release 5.0.0 (#1101)
* changelog update for 5.0.0 release * README update for 5.0.0 release
1 parent a541525 commit d8136ad

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,20 @@ Mapbox welcomes participation and contributions from everyone.
44

55
### master
66

7-
- Added support for Turf area measurement method [#1079](https://github.com/mapbox/mapbox-java/pull/1079)
7+
### 5.0.0 - January 8, 2020
8+
9+
- Update to AndroidX annotation [#1095](https://github.com/mapbox/mapbox-java/pull/1095)
10+
- Rename references of `mapIds` to `tileSetIds` [#1047](https://github.com/mapbox/mapbox-java/pull/ 1047)
11+
- Removed deprecated getCall() method in IsochroneService [#1099](https://github.com/mapbox/mapbox-java/pull/ 1099)
12+
- Directions junction view api [#1097](https://github.com/mapbox/mapbox-java/pull/1097)
13+
- Add banner component type [#1098](https://github.com/mapbox/mapbox-java/pull/1098)
14+
- Remove references to enterprise from geocoding docs [#1084](https://github.com/mapbox/mapbox-java/pull/1084)
15+
- Add network interceptor to directions [#1093](https://github.com/mapbox/mapbox-java/pull/ 1093)
16+
- Replaced NotNull with NonNull annotation in TurfConversion class [#1092](https://github.com/mapbox/mapbox-java/pull/ 1092)
17+
- BannerText, RouteOptions builders: removed nullable annotations [#1091](https://github.com/mapbox/mapbox-java/pull/ 1091)
18+
- Adding and adjusting repo issue templates [#1069](https://github.com/mapbox/mapbox-java/pull/ 1069)
19+
- Adding combine turf method [#1008](https://github.com/mapbox/mapbox-java/pull/ 1008)
20+
- Add turf area measurement method. [#1079](https://github.com/mapbox/mapbox-java/pull/1079)
821

922
### 4.9.0 - September 23, 2019
1023
- Added intersection search support to MapboxGeocoding [#1074](https://github.com/mapbox/mapbox-java/pull/1074)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ repositories {
4646
}
4747
4848
dependencies {
49-
implementation 'com.mapbox.mapboxsdk:mapbox-sdk-services:4.10.0-SNAPSHOT'
49+
implementation 'com.mapbox.mapboxsdk:mapbox-sdk-services:5.1.0-SNAPSHOT'
5050
}
5151
```
5252

0 commit comments

Comments
 (0)