Skip to content

Commit

Permalink
changelog v6.5.0-beta.2 (#1411)
Browse files Browse the repository at this point in the history
  • Loading branch information
RingerJK authored Apr 22, 2022
1 parent 82fc6c1 commit a77319f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Mapbox welcomes participation and contributions from everyone.

### main

### v6.5.0-beta.2 - April 14, 2022
- Added correct escaping for `<white space>&<white space>` pattern in query parameters for `RouteOptions#toUrl`. [#1410](https://github.com/mapbox/mapbox-java/pull/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.

### v6.5.0-beta.1 - April 14, 2022
- 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](https://github.com/mapbox/mapbox-java/pull/1405)

Expand Down

0 comments on commit a77319f

Please sign in to comment.