Releases: mapbox/mapbox-java
Releases · mapbox/mapbox-java
Mapbox Java SDK v6.5.0
v6.5.0 - May 25, 2022
- No additional changes
Mapbox Java SDK v6.5.0-beta.6
v6.5.0-beta.6 - May 17, 2022
- Added
max_weight
field toRouteOptions
to provide max vehicle weight, metric tons. #1439
Mapbox Java SDK v6.5.0-beta.5
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
toRouteLegRefresh
which allow to refresh incidents along a route. #1421
Mapbox Java SDK v6.5.0-beta.4
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
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 byRouteOptions#toUrl
only. The custom request parameters are not supported byMapboxDirections
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 onRouteOptions#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
v6.5.0-beta.2 - April 22, 2022
- Added correct escaping for
<white space>&<white space>
pattern in query parameters forRouteOptions#toUrl
. #1410.
Known issues
RouteOptions#toUrl
might still produce invalid URLs (and fail a request or later crash onRouteOptions#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
v6.4.1 - April 22, 2022
- Added correct escaping for
<white space>&<white space>
pattern in query parameters forRouteOptions#toUrl
. #1410.
Known issues
RouteOptions#toUrl
might still produce invalid URLs (and fail a request or later crash onRouteOptions#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
- 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
- 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
- Added route index to
MapMatchingMatching
. [#1385]