Skip to content

Releases: abdullahselek/HerePy

3.0.0

08 Jun 20:46
Compare
Choose a tag to compare

With this release some APIs updated to new endpoints

  • GeocoderAPI
  • GeocoderAutoCompleteAPI
  • PlacesAPI
  • ReverseGeocoderAPI

I try to keep interfaces same as much as possible, but some functions
and response models removed completely as new endpoints don't support
anymore.

Deleted response models:

  • herepy.PlacesSuggestionsResponse
  • herepy.PlaceCategoriesResponse

Main JSON nodes also changed in response models.

2.3.0

02 Jun 20:48
Compare
Choose a tag to compare
  • Introduce Fleet Telematics API Client

2.2.0

20 May 18:14
Compare
Choose a tag to compare
  • Introduce EV Charging Stations API client

2.1.1

08 Mar 21:24
Compare
Choose a tag to compare

Fixed URL for GeocoderAutoComplete Api by @DimmyJing

2.1.0

23 Jan 13:46
Compare
Choose a tag to compare
  • Add type hints.
  • Allow routing to/from names by @eifinger.

2.0.0

15 Dec 14:13
Compare
Choose a tag to compare

Start using new HERE endpoints.

  • With this release API clients requires only key instead of
    app id and app code. API keys also can be taken from HERE developer
    portal.

1.0.0

10 Dec 20:50
Compare
Choose a tag to compare
  • Remove Python 2.7 support.
  • Fix for arrival/departure as datetime objects.

by @eifinger.

0.6.3.4

10 Dec 20:24
Compare
Choose a tag to compare

Add departure and arrival to routing api by @eifinger.

0.6.3.3

21 Oct 21:18
Compare
Choose a tag to compare
  • Bug fixes.
  • Support for getting routing matrix response.

by @jomarinb.

0.6.3.2

21 Oct 20:59
Compare
Choose a tag to compare
  • Missing methods added for destination weather api by @eifinger.