You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+49-2Lines changed: 49 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,10 +66,10 @@ Mapbox welcomes participation and contributions from everyone.
66
66
- Added static initializer methods with parameters accepting single objects rather than list in GeoJSON classes - [#691](https://github.com/mapbox/mapbox-java/issues/691)
67
67
- Annotations added to the `PolylineUtils` class. - [#687](https://github.com/mapbox/mapbox-java/pull/687)
68
68
- Adds check to `PointOnLine` Turf method to ensure 2 or more non-identical `Point`s are used. - [#689](https://github.com/mapbox/mapbox-java/pull/689)
69
-
- Added a missing return statement inside the internal `MapboxDirections` response code. - [#685](https://github.com/mapbox/mapbox-java/pull/685)
69
+
- Added a missing return statement inside the internal `MapboxDirections` response code. - [#685](https://github.com/mapbox/mapbox-java/pull/685)
70
70
- User header agent constant is now using the generated BuildConfig file to add device information (Identical behavior to what was happening in 2.X). - [#679](https://github.com/mapbox/mapbox-java/pull/679)
71
71
- Save access token in RouteOptions. - [#669](https://github.com/mapbox/mapbox-java/pull/669)
72
-
- Resolved bug where the generated type adapter in `CarmenFeature` class wasn't being used causing the `SeralizedName` annotation to be ignored. - [#698](https://github.com/mapbox/mapbox-java/pull/698)
72
+
- Resolved bug where the generated type adapter in `CarmenFeature` class wasn't being used causing the `SeralizedName` annotation to be ignored. - [#698](https://github.com/mapbox/mapbox-java/pull/698)
73
73
74
74
### v3.0.0-beta.1
75
75
@@ -95,6 +95,53 @@ Mapbox welcomes participation and contributions from everyone.
95
95
- Retrofit, OkHttp, and other dependencies updated to use the latest.
96
96
- API service module split up in project to reflect individual Mapbox APIs.
97
97
98
+
### v2.2.10
99
+
100
+
- Updates OkHttp version to `3.10.0`[#727](https://github.com/mapbox/mapbox-java/pull/727)
101
+
- Moves internal method previously used in OkHttp and places it directly into telemetry package [#727](https://github.com/mapbox/mapbox-java/pull/727)
102
+
103
+
### v2.2.9
104
+
105
+
- Deactivate location engine when shutting down telemetry service [#638](https://github.com/mapbox/mapbox-java/pull/638)
106
+
- Add obtain location engine type javadoc [#635](https://github.com/mapbox/mapbox-java/pull/635)
107
+
- Bump Lost version to 3.0.4 [#636](https://github.com/mapbox/mapbox-java/pull/636)
108
+
- Downgrade minimum sdk version to 14 [#630](https://github.com/mapbox/mapbox-java/pull/630)
0 commit comments