Skip to content

Releases: mapbox/mapbox-java

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]

Mapbox Java SDK v6.4.0-beta.3

25 Mar 14:52
Compare
Choose a tag to compare
Pre-release
  • Fixed an issue where RouteOptions#fromUrl didn't deserialize the port number. #1382

Mapbox Java SDK v6.4.0-beta.2

10 Mar 16:13
Compare
Choose a tag to compare
Pre-release
  • ⚠️ Fixed an issue where RouteOptions#avoidManeuverRadius field was represented as integer instead of double. This change is breaking but necessary to correctly represent the Directions API structure. #1376
  • Added railwayCrossing field to StepIntersection which indicates whether there is a railway crossing at the intersection. #1375
  • Added ability to handle encoded coordinates in RouteOptions#toUrl. #1377

Mapbox Java SDK v6.4.0-beta.1

22 Feb 15:13
Compare
Choose a tag to compare
Pre-release
  • Exposed viaWaypoints in RouteLeg #1364
  • Added RouteOptions#excludeObject for providing points that should be avoided in the returned route. #1362
  • Updated nullability of DirectionsWaypoint properties to reflect the API structure. #1360
  • Added DirectionsWaypoint#distance property. #1360
  • Added experimental EV routing request/response parameters. These change will only be part of pre-releases (removed from final versions) until refactored into stable APIs in the future. #1365

Mapbox Java SDK v6.3.0

22 Feb 15:19
Compare
Choose a tag to compare
  • No additional changes.