|
1 | 1 | # Changelog
|
2 | 2 | All notable changes to this project will be documented in this file.
|
3 | 3 |
|
4 |
| -## [1.0.1.3] - 2021-02-17 |
| 4 | +## [1.0.1.3] - 2021-03-28 |
5 | 5 |
|
6 | 6 | ### Added
|
7 | 7 |
|
8 | 8 | 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 |
10 | 10 |
|
11 | 11 | The file [Consts.cs: ](https://github.com/route4me/route4me-csharp-sdk/blob/master/Route4MeSDKLibrary/DataTypes/V5/Address/Geocoding.cs)
|
12 | 12 | – **Class (API 5 version)**: Geocoding
|
13 | 13 |
|
14 | 14 | 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. |
16 | 16 |
|
17 | 17 | The file [Vehicle.cs: ](https://github.com/route4me/route4me-csharp-sdk/blob/master/Route4MeSDKLibrary/DataTypes/V5/Vehicles/Vehicle.cs)
|
18 | 18 | – **Class (API 5 version)**: Vehicle
|
@@ -53,14 +53,39 @@ The file [VehicleSearchParameters.cs: ](https://github.com/route4me/route4me-csh
|
53 | 53 | The file [Route4MeManagerV5.cs: ](https://github.com/route4me/route4me-csharp-sdk/blob/master/Route4MeSDKLibrary/Route4MeManagerV5.cs)
|
54 | 54 | – **Methods (API 5 version)**: GetRouteDataTableWithElasticSearch, CreateVehicle, GetPaginatedVehiclesList, DeleteVehicle, CreateTemporaryVehicle, ExecuteVehicleOrder, GetVehicleLocations, GetVehicleById, GetVehicleTrack, GetVehicleProfiles, CreateVehicleProfile, DeleteVehicleProfile, GetVehicleProfileById, GetVehicleByLicensePlate, SearchVehicles, UpdateVehicle, UpdateVehicleProfile.
|
55 | 55 |
|
| 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 | + |
56 | 70 | Added the unit tests for the 'Route4Me Vehicles API 5' endpoints (VehiclesApiTests).
|
57 | 71 |
|
58 | 72 |
|
59 | 73 | ### Changed
|
60 | 74 |
|
61 | 75 | 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). |
63 | 77 |
|
| 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. |
64 | 89 |
|
65 | 90 |
|
66 | 91 | ## [1.0.1.2] - 2021-02-05
|
|
0 commit comments