Skip to content

Commit 6ad3d4f

Browse files
zugaldiaosana
authored andcommitted
updated changelog to reflect 2.x.x series latest changes (#859)
1 parent f717a45 commit 6ad3d4f

1 file changed

Lines changed: 49 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 49 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ Mapbox welcomes participation and contributions from everyone.
6666
- Added static initializer methods with parameters accepting single objects rather than list in GeoJSON classes - [#691](https://github.com/mapbox/mapbox-java/issues/691)
6767
- Annotations added to the `PolylineUtils` class. - [#687](https://github.com/mapbox/mapbox-java/pull/687)
6868
- 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)
7070
- 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)
7171
- 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)
7373

7474
### v3.0.0-beta.1
7575

@@ -95,6 +95,53 @@ Mapbox welcomes participation and contributions from everyone.
9595
- Retrofit, OkHttp, and other dependencies updated to use the latest.
9696
- API service module split up in project to reflect individual Mapbox APIs.
9797

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)
109+
110+
### v2.2.8
111+
112+
- Revert mapbox-android-core dependency PR [#627](https://github.com/mapbox/mapbox-java/pull/627)
113+
114+
### v2.2.7
115+
116+
- mapbox-android-core dependency [#622](https://github.com/mapbox/mapbox-java/pull/622)
117+
- Add telem audio type support [#604](https://github.com/mapbox/mapbox-java/pull/604)
118+
- Add telem cancel rating and comment track support [#617](https://github.com/mapbox/mapbox-java/pull/617)
119+
- Add telem percent time in foreground and in portrait track support [#616](https://github.com/mapbox/mapbox-java/pull/616)
120+
- Add telem absolute distance to destination support [#615](https://github.com/mapbox/mapbox-java/pull/615)
121+
- Add telem current location engine being used track support [#605](https://github.com/mapbox/mapbox-java/pull/605)
122+
- Get correct volume level [#600](https://github.com/mapbox/mapbox-java/pull/600)
123+
- Flush Navigation Events Manually [#601](https://github.com/mapbox/mapbox-java/pull/601)
124+
- NPE for BatteryStatus [#602](https://github.com/mapbox/mapbox-java/pull/602)
125+
126+
### v2.2.6
127+
128+
- Fix for Matrix source and destination returning null rather than the true value [#588](https://github.com/mapbox/mapbox-java/pull/588)
129+
- Add optional locationEngine dependencies [#502](https://github.com/mapbox/mapbox-java/pull/502)
130+
131+
### v2.2.5
132+
133+
- set sdkIdentifier and sdkVersion when pushing turnstile event [#574](https://github.com/mapbox/mapbox-java/pull/574)
134+
135+
### v2.2.4
136+
137+
- Bumped Navigation Events `EVENT_VERSION` variable to version 3 [#570](https://github.com/mapbox/mapbox-java/pull/570)
138+
- Adds missing event parameters to the NavigationEvent methods [#569](https://github.com/mapbox/mapbox-java/pull/569)
139+
- Adds newUserAgent to telemetry [#568](https://github.com/mapbox/mapbox-java/pull/568)
140+
- Fixes arrival timestamp formatting [#567](https://github.com/mapbox/mapbox-java/pull/567)
141+
- Omit null optional fields in Nav events [#566](https://github.com/mapbox/mapbox-java/pull/566)
142+
- Adds missing device attribute to Navigation events [#565](https://github.com/mapbox/mapbox-java/pull/565)
143+
- Adds roundaboutExits param to MapboxDirections [#562](https://github.com/mapbox/mapbox-java/pull/562)
144+
98145
### v2.2.3
99146

100147
- Introduce setDebugLoggingEnabled API [#549](https://github.com/mapbox/mapbox-java/pull/549)

0 commit comments

Comments
 (0)