Skip to content

Version 0.1.21

Compare
Choose a tag to compare
@domesticmouse domesticmouse released this 03 Jul 01:08
· 537 commits to master since this release

This is the last release in the 0.1.x series. The next release will be based on the OkHttp3 library, as previewed in #283

The changes rolled up in this release include:

  • Added instance creator for EncodedPolyline, thanks to @ArielY15
  • Added light_rail_station, thanks to @fredoche
  • Converted from hand-rolled rate limiter to Guava's RateLimiter. This should fix #261
  • Converted the test suite from an API integration test into a local test suite.