Skip to content

Commit 4fb0fb5

Browse files
Pablo GuardiolaGuardiola31337
authored andcommitted
add v6.5.0-beta.3 changelog entry
1 parent b300f37 commit 4fb0fb5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,17 @@
33
Mapbox welcomes participation and contributions from everyone.
44

55
### main
6+
7+
### v6.5.0-beta.3 - April 27, 2022
8+
- Added `ignore` parameter to Map Matching API. [#1424](https://github.com/mapbox/mapbox-java/pull/1424)
69
- Added roundtrip of unrecognized JSON properties. [#1394](https://github.com/mapbox/mapbox-java/pull/1394)
710
- Added API to access unrecognized JSON properties. See `#getUnrecognizedProperty` and `#getUnrecognizedPropertiesNames` in each Directions API model object. [#1416](https://github.com/mapbox/mapbox-java/pull/1416)
811
- 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](https://github.com/mapbox/mapbox-java/pull/1420)
912
- 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](https://docs.mapbox.com/api/navigation/directions/#electric-vehicle-routing). [#1422](https://github.com/mapbox/mapbox-java/pull/1422)
1013

14+
#### Known issues
15+
- `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.
16+
1117
### v6.4.1 - April 22, 2022
1218
- Added correct escaping for `<white space>&<white space>` pattern in query parameters for `RouteOptions#toUrl`. [#1410](https://github.com/mapbox/mapbox-java/pull/1410).
1319

0 commit comments

Comments
 (0)