Skip to content

Releases: mapbox/mapbox-java

Mapbox Java SDK v5.9.0-alpha.1

12 Feb 14:14
f16813f

Choose a tag to compare

Pre-release
  • Fixed DirectionsRefreshResponse flow: introduced DirectionsRouteRefresh and restricted dependency on DirectionsRoute which is a critical bug fixes. Even though this is a semver-breaking change, we're not considering it as one because the refresh feature was non-functional beforehand. #1225

Mapbox Java SDK v5.8.0

20 Jan 14:11

Choose a tag to compare

add changelog

Mapbox Java SDK v5.8.0-beta.5

20 Jan 14:12

Choose a tag to compare

Pre-release
  • Add BannerComponentSubType to BannerComponents #1222

Mapbox Java SDK v5.8.0-beta.4

23 Nov 15:18

Choose a tag to compare

Pre-release
  • Exposed active and validIndication lane object information. #1217 #1218

Mapbox Java SDK v5.8.0-beta.2

21 Oct 12:11

Choose a tag to compare

Pre-release

Move List<Incidents> from LegStep to RouteLeg #1207

Mapbox Java SDK v5.8.0-beta.1

08 Oct 22:05

Choose a tag to compare

Pre-release
  • Add test services-cli module for json schema testing #1198
  • Add Incident to LegStep #1201

Mapbox Java SDK v5.7.0

01 Oct 08:19

Choose a tag to compare

  • Adjust javadoc info about Turf circle methods 1192
  • Bump retrofit to 2.7.2 to be android API 30 compatible 1194
  • Add tunnelName field to StepIntersection 1197

Mapbox Java SDK v5.7.0-beta

23 Sep 14:58

Choose a tag to compare

Pre-release
  • Exposed border crossings, rest stops and toll collection points #1188

Mapbox Java SDK v5.6.0

16 Sep 14:00

Choose a tag to compare

Added fields to StepIntersection:

  • geometryIndex (#1181)
  • isUrban, MapboxStreetsV8 (#1182)

Mapbox Java SDK v5.5.0

03 Sep 16:58

Choose a tag to compare

  • DirectionRoute: added durationTypical for Route, Leg and Step; (#1172)
  • Remove min/max latitude/longitude range annotations (#1168)
  • Update annotation for NonNull attributes. (#1087)