51 lines
2.0 KiB
Plaintext
51 lines
2.0 KiB
Plaintext
|
|
-------------------------------------------------------------------
|
||
|
|
Wed May 16 16:02:35 UTC 2018 - toddrme2178@gmail.com
|
||
|
|
|
||
|
|
- Update to 2.5.1
|
||
|
|
* Mark places radar search as deprecated.
|
||
|
|
* Fix places autocomplete param, type -> types.
|
||
|
|
* Add strictbounds param to places API.
|
||
|
|
* Added geolocation API
|
||
|
|
* Allow a requests.Session object to be passed into Client
|
||
|
|
* Support POST requests in client.
|
||
|
|
* Fix issue with extra_params + threading.
|
||
|
|
* Provide a way to add extra params to any request.
|
||
|
|
* Add test for nearest roads.
|
||
|
|
* Implement nearestRoads in the Google Maps Roads API
|
||
|
|
* Update instructions for API keys and client IDs.
|
||
|
|
* Allow multiple values per type in components.
|
||
|
|
* roads: handle {} response
|
||
|
|
* Changed the requirement from "no API key" to "has client ID"
|
||
|
|
* Adding channel support for Maps for Work users of this library
|
||
|
|
* Added missing Places API features
|
||
|
|
* Trim extraneous chars from latlngs.
|
||
|
|
* In elevations API, automatically use encoded polylines if shorter
|
||
|
|
* Add reverse geocoding my place_id
|
||
|
|
* Better traffic_model docstrings.
|
||
|
|
* Give some of the ambiguous places method names more meaningful names.
|
||
|
|
* Unify lat/lng conversions.
|
||
|
|
* Added Places API.
|
||
|
|
* Use utcnow to generate timestamp
|
||
|
|
* Add traffic_model parameter
|
||
|
|
* Default rate limit to 10 queries per second.
|
||
|
|
* Allow kwargs for requests to be passed into the maps client
|
||
|
|
- Implement single-spec version
|
||
|
|
- Complete spec file rewrite
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Sun Oct 18 13:52:39 UTC 2009 - alexandre@exatati.com.br
|
||
|
|
|
||
|
|
- Update to 1.0.2;
|
||
|
|
- Fixed Requires tag in spec file (added python-simplejson).
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Thu Oct 1 12:02:25 UTC 2009 - alexandre@exatati.com.br
|
||
|
|
|
||
|
|
- Update to 1.0.1;
|
||
|
|
- Building as noarch for openSUSE >= 11.2.
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Tue Sep 22 13:31:48 UTC 2009 - alexandre@exatati.com.br
|
||
|
|
|
||
|
|
- Initial package (0.1) for openSUSE.
|