Release Notes
Release notes contain information about new features, improvements, known issues, and bug fixes in each release.
Version 1.2
1.2.5
2022-05-11
- New Feature:
- Support power filter in EV search. Refer EV Search.
- Extend TNEntityFacets to support new facet TNEntityFacetReview.
1.2.4
2022-04-19
- New Feature:
- Corridor search support returning detour time and distance. Refer TNEntityFacetDriveTime.
- Add a new parameter
location
in TNEntityDetailParamsBuilder to support returning drive time and distance. - Support returning drive time and distance in Rgc request. Refer Reverse Geocoding.
- Support searching by
latitude,longitude
to return nearbyAddress
andPlace
. Refer Reverse Geocoding. - Support searching POI by OCPI location id. Refer EV Search.
- Support EV exclusion filter, Refer EV Search.
1.2.3
2022-02-10
- New Feature:
- Extend EvAdditionalAttributes to support any key-value attribute.
1.2.2
2021-11-15
- New features:
- Add a new parameter
anchor
in Search API. Refer Anchor Search.
- Add a new parameter
1.2.1
2021-09-26
- Bugfix:
- Fix some attributes in the response model using wrong access control permissions.
1.2.0
2021-07-26
-
New Features:
- Extend TNEntityFacets to support new EV facet ChargeStations, following the OCPI spec.
-
Bugfix:
- Fix typo for class name TNEntityEvPluginDependency.
- TNEntityEvPluginDenpdency -> TNEntityEvPluginDependency
- Fix typo for class name TNEntityEvPluginDependency.
Version 1.1
1.1.1
2021-06-28
- New features:
- Enhance the EV connector facet.
1.1.0
2021-04-12
- New features:
- Added new Discover Place API. Refer Discover Place API
- Added new EV API. Refer EV API
Version 1.0
1.0.0
2021-03-29
-
New features:
- Enhance the EV connector facet with attributes from the OCPI spec.
- Added
freeCharge
filter option in EV filter. Sample
-
Improvements:
- Rename some classes and functions to keep the style consistent, this may cause API incompatibility
1 2 3 4
Rename TNEntitySearchEvFilter to TNEntityEvFilter. Rename TNEntitySearchGeoFilter to TNEntityGeoFilter. Rename TNEntitySearchGeoFilterType to TNEntityGeoFilterType. Modify method signature TNEntitySDKOptionsBuilder.cloudEndPoint(cloudEndPoint: String) to TNEntitySDKOptionsBuilder.cloudEndPoint(_ cloudEndPoint: String)
- Rename some classes and functions to keep the style consistent, this may cause API incompatibility
1.0.0-beta.2
2021-02-04
-
Improvements:
- Fix some wrong property names.
- Rename some classes and functions to keep the style consistent.
-
New features:
- Add address type:
neighborhood
.
- Add address type:
1.0.0-beta.1
2021-01-15
- Beta release