Skip to content

v0.6.0

Compare
Choose a tag to compare
@itstexter itstexter released this 11 Nov 22:16
· 66 commits to master since this release

Uber Rides API Java SDK (Beta) v0.6.0 - 11/11/2016
This release moves all our endpoints to the new 1.2 version! This update brings support to upfront pricing and fares, which is now reflected in RideEstimate and usable in RideRequestParameters.

Added

  • Fare to RideEstimate, this will be returned in the case of a product that supports upfront pricing.
  • Pull #24 Add Ride.Status
  • Pull #24 Add SMS number field to Driver

Breaking

  • Price in RideEstimate is now Estimate and will be null for products that support upfront pricing.
  • PriceEstimate uses BigDecimal in place of Integer for our low and high estimates.
  • RideRequestButton now requires both a pickup and a dropoff for estimating.
  • Removed all China endpoint support.
Download Description
cmdline-sample Command line sample
servlet-sample Servlet sample