Skip to content

Commit 2130ea7

Browse files
author
Langston Smith
authored
changelog updates for 4.9.0-alpha.1 release (#1071)
1 parent fdd5664 commit 2130ea7

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
1-
## Changelog for Mapbox Java and Android Services
1+
## Changelog for the Mapbox Java SDK
22

33
Mapbox welcomes participation and contributions from everyone.
44

5+
### v4.9.0-alpha.1 - September 4, 2019
6+
7+
- Fixed up bintray publish script, generate sources and javadoc jars #1065
8+
- Keep *.java files in source.jar artifacts #1064
9+
- Added setup for bintray release process #1037
10+
- Add an API to check if a custom shifter is set. #1062
11+
- Added new nearestPointOnLine default and custom distance unit #1058
12+
- Adjustments to TurfMeasurement#bboxPolygon() to return a Feature instead of Polygon #1055
13+
- Added fuzzyMatch support to MapboxGeocoding #1051
14+
- Add Interceptor support to Directions Refresh API and enable Debug logging #1039
15+
- Add square() api to TurfMeasurement #1019
16+
- Adjusted link to Turf installation instructions #1038
17+
- Removed the last updated line from ported Turf method list #1032
18+
- Making GeoJson extend Serializable #1034
19+
- Add support for Turf envelope #1020
20+
521
### v4.8.0 - May 10, 2019
622
### v4.8.0-alpha.3 - May 10, 2019
723
- Added walking options serialize names adjustments [#1028](https://github.com/mapbox/mapbox-java/pull/1028)

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.9.0-SNAPSHOT'
49+
implementation 'com.mapbox.mapboxsdk:mapbox-sdk-services:4.10.0-SNAPSHOT'
5050
}
5151
```
5252

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=4.9.0-SNAPSHOT
2+
VERSION_NAME=4.10.0-SNAPSHOT
33

44
# Specifies the JVM arguments used for the daemon process.
55
# The setting is particularly useful for tweaking memory settings.

0 commit comments

Comments
 (0)