Skip to content

0.15.0

Latest
Compare
Choose a tag to compare
@ianthetechie ianthetechie released this 27 Sep 03:01

What's Changed

  • Android demo is now more easily configurable with API keys via local.properties by @ianthetechie in #267
  • Breaking Support support for arbitrary Valhalla options (formerly we only merged costing opts) by @ianthetechie in #268

If you utilized the costingOptions parameter previously, note that it has been renamed to options. Swift will automatically force you to change due to its syntax, but Kotlin may silently accept existing source code unless you explicitly named all arguments. Since this release now merges all JSON options into the Valhalla request body, you will need to move your existing argument under the costing options key like so:

- {"bicycle": {"use_roads": 0.2}}
+ {"costing_options": {"bicycle": {"use_roads": 0.2}}}

Full Changelog: 0.14.0...0.15.0