Skip to content

Releases: mapbox/mapbox-java

Mapbox Java SDK v6.5.0

25 May 12:35
929e227
Compare
Choose a tag to compare

v6.5.0 - May 25, 2022

  • No additional changes

Mapbox Java SDK v6.5.0-beta.6

17 May 19:58
Compare
Choose a tag to compare
Pre-release

v6.5.0-beta.6 - May 17, 2022

  • Added max_weight field to RouteOptions to provide max vehicle weight, metric tons. #1439

Mapbox Java SDK v6.5.0-beta.5

11 May 17:06
Compare
Choose a tag to compare
Pre-release

v6.5.0-beta.5 - May 11, 2022

  • Added TollCollection#name field which contains a name of the toll booth/gantry, when available. #1432
  • Improved RouteOptions#toUrl query parameters encoding. This (in between other improvements) adds handling for rarer unescaped characters occurrences (like '&' baked within other string). #1433
  • Added Incidents to RouteLegRefresh which allow to refresh incidents along a route. #1421

Mapbox Java SDK v6.5.0-beta.4

05 May 14:06
ba22dab
Compare
Choose a tag to compare
Pre-release

v6.5.0-beta.4 - May 5, 2022

  • Added RestStop#name field which contains a name of the service/rest area, when available. #1428

Mapbox Java SDK v6.5.0-beta.3

27 Apr 21:42
Compare
Choose a tag to compare
Pre-release

v6.5.0-beta.3 - April 27, 2022

  • Added ignore parameter to Map Matching API. #1424
  • Added roundtrip of unrecognized JSON properties. #1394
  • Added API to access unrecognized JSON properties. See #getUnrecognizedProperty and #getUnrecognizedPropertiesNames in each Directions API model object. #1416
  • Added RouteOptions.Builder#unrecognizedProperties to set custom request parameters to a URL generated by RouteOptions#toUrl only. The custom request parameters are not supported by MapboxDirections service. #1420
  • Removed experimental EV routing request/response parameters. Please use the RouteOptions.Builder#unrecognizedProperties to set experimental request parameters, and #getUnrecognizedProperty to get values from relevant response objects. EV routing parameters documentation is available here. #1422

Known issues

  • RouteOptions#toUrl might still produce invalid URLs (and fail a request or later crash on RouteOptions#fromUrl) if query parameters contain & chars that do not exactly match the <white space>&<white space> pattern. Only this specific pattern is escaped correctly.

Mapbox Java SDK v6.5.0-beta.2

22 Apr 10:14
a77319f
Compare
Choose a tag to compare
Pre-release

v6.5.0-beta.2 - April 22, 2022

  • Added correct escaping for <white space>&<white space> pattern in query parameters for RouteOptions#toUrl. #1410.

Known issues

  • RouteOptions#toUrl might still produce invalid URLs (and fail a request or later crash on RouteOptions#fromUrl) if query parameters contain & chars that do not exactly match the <white space>&<white space> pattern. Only this specific pattern is escaped correctly.

Mapbox Java SDK v6.4.1

22 Apr 15:32
55ec022
Compare
Choose a tag to compare

v6.4.1 - April 22, 2022

  • Added correct escaping for <white space>&<white space> pattern in query parameters for RouteOptions#toUrl. #1410.

Known issues

  • RouteOptions#toUrl might still produce invalid URLs (and fail a request or later crash on RouteOptions#fromUrl) if query parameters contain & chars that do not exactly match the <white space>&<white space> pattern. Only this specific pattern is escaped correctly.

Mapbox Java SDK v6.5.0-beta.1

14 Apr 10:32
a0045aa
Compare
Choose a tag to compare
Pre-release
  • Added experimental EV routing request/response parameters. These params will only be part of pre-releases (removed from final versions) until refactored into stable APIs in the future.#1405

Mapbox Java SDK v6.4.0

14 Apr 10:28
094695c
Compare
Choose a tag to compare
  • Removed experimental EV routing request/response parameters. These params will only be part of pre-releases until refactored into stable APIs in the future.#1395

Mapbox Java SDK v6.4.0-beta.4

30 Mar 16:49
e79e4e7
Compare
Choose a tag to compare
Pre-release
  • Added route index to MapMatchingMatching. [#1385]