v3.1-RC3 #872
richfab
announced in
Announcements
v3.1-RC3
#872
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
MINOR release - Backwards compatible with v3.0
What's Changed
gbfs.json (updated)
Endpoint timeout (new) All endpoints SHOULD respond to HTTP requests in less than 1 second (#715).
manifest.json (updated)
area(new) is a GeoJSON MultiPolygon that describes the operating area (#572).country_code(new) is the ISO 3166-1 alpha-2 country code of the operating area (#572).vehicle_types.json (updated)
min_age(new) is the minimum age required to use a vehicle (#799).station_information.json (updated)
city(new) is a string representing the city where the station is located (#704).vehicle_availability.json (new)
This new endpoint describes the future availability of each vehicle. Useful for systems that allow vehicles to be reserved in advance (e.g. carsharing, cargo bike share, etc) (#726).
system_pricing_plans.json (updated)
reservation_price_per_min(new) is the cost, described as per minute rate, to reserve the vehicle prior to beginning a rental (#457).reservation_price_flat_rate(new) is the cost, described as a flat rate, to reserve the vehicle prior to beginning a rental (#457).fare_capping(new) is an object defining a capped fare once a price threshold has been spent within a timeframe. For example, a fare capped at 15.00 CAD per 12-hour period. (#745).Contributors
Full Changelog: v3.0...v3.1-RC3
This discussion was created from the release v3.1-RC3.
All reactions