v2.1.4
Notes
- Self-contained deployments are packaged in zip files - the names of which are prefixed with "MyGeotabAPIAdapter_SCD_" (for the MyGeotab API Adapter) or "MyGeotabAPIAdapter.DataOptimizer_SCD_" (for the MyGeotab API Adapter Data Optimizer) followed by the target Runtime Identifier (e.g. "win-x64").
- If using SQL Server or Azure SQL for the adapter database, the SQLServer.zip file contains the scripts associated with this release.
- If using PostgreSQL for the adapter database, the PostgreSQL.zip file contains the scripts associated with this release.
- If using Oracle for the adapter database, the Oracle.zip file contains the scripts associated with this release.
- For the Data Optimizer database, the SQLServer_DataOptimizer.zip file contains the scripts associated with this release.
The following resources are available for further information:
- MyGeotab API Adapter - Solution and Implementation Guide (guide)
- MyGeotab API Adapter - Data Optimizer - Solution and Implementation Guide (guide)
- MyGeotab API Adapter (presentation)
- MyGeotab API Adapter and Data Optimizer (presentation)
- MyGeotab API Adapter - Guide for Deploying to Microsoft Azure (guide)
- MyGeotab API Adapter - Developer Overview (presentation)
- MyGeotab API Adapter — How to Add a Data Feed (guide)
- MyGeotab API Adapter - Expanding on the Data Optimizer (presentation)
Changes This Release
Changes to the API Adapter and Data Optimizer are listed in the sections below. NOTE: This build includes changes to the schema of the adapter database and appsettings.json file.
To upgrade an existing installation of the MyGeotab API Adapter solution from version 2.1.3 to version 2.1.4, see the MyGeotab API Adapter — Upgrade Guide — from v2.1.3 to v2.1.4.
API Adapter
*NOTE: This build includes changes to the schema of the adapter database and appsettings.json file.
To upgrade an existing installation of the MyGeotab API Adapter solution from version 2.1.3 to version 2.1.4, see the MyGeotab API Adapter — Upgrade Guide — from v2.1.3 to v2.1.4.
- Added a new DutyStatusLogs table to the adapter database along with an associated configurable DutyStatusLogProcessor to provide the ability to extract DutyStatusLog (HOS) data from the MyGeotab database.
- Updated the DatabaseResilienceHelper to handle PostgreSQL-specific connection exceptions with retry logic.
- Updated all other NuGet packages to the latest stable release.
- Updated version to 2.1.4.
For information on changes introduced in earlier releases, please refer to the Change Log section in the MyGeotab API Adapter - Solution and Implementation Guide.
Data Optimizer
- NOTE: There are no code or database changes in this release. Updates other than those noted below are restricted to the API Adapter.
- Updated the DatabaseResilienceHelper to handle PostgreSQL-specific connection exceptions with retry logic.
- Updated all other NuGet packages to the latest stable release.
- Updated version to 2.1.4.
For information on changes introduced in earlier releases, please refer to the Change Log section in the MyGeotab API Adapter - Data Optimizer - Solution and Implementation Guide.