Skip to content

Commit 8a4599b

Browse files
committed
Update CHANGELOG.md
1 parent 51db712 commit 8a4599b

File tree

1 file changed

+29
-4
lines changed

1 file changed

+29
-4
lines changed

CHANGELOG.md

+29-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4-
## [1.0.1.3] - 2021-02-17
4+
## [1.0.1.3] - 2021-03-28
55

66
### Added
77

88
The file [Consts.cs: ](https://github.com/route4me/route4me-csharp-sdk/blob/master/Route4MeSDKLibrary/Consts.cs)
9-
**Endpoints**: /vehicles, /vehicles/assign, /vehicles/execute, /vehicles/location, /vehicle-profiles, /vehicles/license, /vehicles/search.
9+
**Endpoints**: /vehicles, /vehicles/assign, /vehicles/execute, /vehicles/location, /vehicle-profiles, /vehicles/license, /vehicles/search, TelematicsVendorsHost, TelematicsRegisterHost, TelematicsConnection, TelematicsVendorsInfo
1010

1111
The file [Consts.cs: ](https://github.com/route4me/route4me-csharp-sdk/blob/master/Route4MeSDKLibrary/DataTypes/V5/Address/Geocoding.cs)
1212
**Class (API 5 version)**: Geocoding
1313

1414
The file [Enums.cs: ](https://github.com/route4me/route4me-csharp-sdk/blob/master/Route4MeSDKLibrary/DataTypes/V5/Enums.cs)
15-
**Enumerations (API 5 version)**: FuelTypes, FuelConsumptionUnits, VehicleSizeUnits, VehicleWeightUnits.
15+
**Enumerations (API 5 version)**: FuelTypes, FuelConsumptionUnits, VehicleSizeUnits, VehicleWeightUnits, TelematicsVendorType.
1616

1717
The file [Vehicle.cs: ](https://github.com/route4me/route4me-csharp-sdk/blob/master/Route4MeSDKLibrary/DataTypes/V5/Vehicles/Vehicle.cs)
1818
**Class (API 5 version)**: Vehicle
@@ -53,14 +53,39 @@ The file [VehicleSearchParameters.cs: ](https://github.com/route4me/route4me-csh
5353
The file [Route4MeManagerV5.cs: ](https://github.com/route4me/route4me-csharp-sdk/blob/master/Route4MeSDKLibrary/Route4MeManagerV5.cs)
5454
**Methods (API 5 version)**: GetRouteDataTableWithElasticSearch, CreateVehicle, GetPaginatedVehiclesList, DeleteVehicle, CreateTemporaryVehicle, ExecuteVehicleOrder, GetVehicleLocations, GetVehicleById, GetVehicleTrack, GetVehicleProfiles, CreateVehicleProfile, DeleteVehicleProfile, GetVehicleProfileById, GetVehicleByLicensePlate, SearchVehicles, UpdateVehicle, UpdateVehicleProfile.
5555

56+
The file [AccountProfile.cs: ](https://github.com/route4me/route4me-csharp-sdk/blob/master/Route4MeSDKLibrary/DataTypes/V5/AccountProfile.cs)
57+
**Class (API 5 version)**: AccountProfile
58+
59+
The file [TelematicsConnection.cs: ](https://github.com/route4me/route4me-csharp-sdk/blob/master/Route4MeSDKLibrary/DataTypes/TelematicsConnection.cs)
60+
**Class**: TelematicsConnection
61+
62+
The file [TelematicsRegisterMemberResponse.cs: ](https://github.com/route4me/route4me-csharp-sdk/blob/master/Route4MeSDKLibrary/DataTypes/TelematicsRegisterMemberResponse.cs)
63+
**Class**: TelematicsRegisterMemberResponse
64+
65+
The file [TelematicsConnectionParameters.cs: ](https://github.com/route4me/route4me-csharp-sdk/blob/master/Route4MeSDKLibrary/QueryTypes/TelematicsConnectionParameters.cs)
66+
**Class**: TelematicsConnectionParameters
67+
68+
Added the unit tests for the 'Telematics GateWay API' endpoints (TelematicsGateWayAPI).
69+
5670
Added the unit tests for the 'Route4Me Vehicles API 5' endpoints (VehiclesApiTests).
5771

5872

5973
### Changed
6074

6175
The file [Consts.cs: ](https://github.com/route4me/route4me-csharp-sdk/blob/master/Route4MeSDKLibrary/DataTypes/V5/DriverReview.cs)
62-
– Changed property types of of the class DriverReview: **Rating** (double? to int?), **Previous** (int? to string), **Next** (int? to string).
76+
– Changed property types of of the class DriverReview: **Rating** (double? to int?), **Previous** (int? to string), **Next** (int? to string).
6377

78+
The file [TelematicsVendors.cs: ](https://github.com/route4me/route4me-csharp-sdk/blob/master/Route4MeSDKLibrary/DataTypes/TelematicsVendors.cs)
79+
– Added the properties: Description, WebsiteURL, ApiDocsURL.
80+
81+
The file [TelematicsVendorParameters.cs: ](https://github.com/route4me/route4me-csharp-sdk/blob/master/Route4MeSDKLibrary/QueryTypes/TelematicsVendorParameters.cs)
82+
– Added the properties: MemberID, isVirtual, ApiKey, ValidateRemoteCredentials, ApiToken.
83+
84+
The file [Route4MeManager.cs: ](https://github.com/route4me/route4me-csharp-sdk/blob/master/Route4MeSDKLibrary/Route4MeManager.cs)
85+
– Added the methods: RegisterTelematicsMember, GetTelematicsConnections, CreateTelematicsConnection, DeleteTelematicsConnection, UpdateTelematicsConnection, GetTelematicsConnection.
86+
87+
The file [Route4MeManagerV5.cs: ](https://github.com/route4me/route4me-csharp-sdk/blob/master/Route4MeSDKLibrary/Route4MeManagerV5.cs)
88+
– Added the methods: GetAccountProfile, GetAccountPreferedUnit, GetTelematicsConnections, GetTelematicsConnectionByToken, RegisterTelematicsConnection, DeleteTelematicsConnection, UpdateTelematicsConnection.
6489

6590

6691
## [1.0.1.2] - 2021-02-05

0 commit comments

Comments
 (0)