Releases

search
Main Releases
Beta Releases
Build 4965
2020-11-19

November 2020 release

Three existing UI languages are now updated and fully vetted: Chinese, Spanish, and German. Read more about language flexibility in GpsGate - 20+ languages and the ability to select language on a per server, per application, or per user basis.

New
  • Added Chinese (simplified) language.
  • New and fresh German translation.
  • Updated Spanish language.
  • Global search can now also find custom fields.
Improved

Geocoding:

  • Reverse geocoding improvements (Kuwait).
  • Reverse geocoding improvements (USA).
  • Guard against installing multiple same geocoders (Geofence, GpsGate, and Geofence + GpsGate).

UX

  • Increase width of email and SMS recipient dropdown popup in Event Rule window.
  • Alphabetically sort geofence tags shown in event expression dropdown.
  • The columns in Event Panel table can be resized.
  • Added a button for copying the IMEI to clipboard.
  • Added option to redistribute column sizes evenly on resizable tables.
  • Filter user settings send to the UI.

Performance

  • Implemented Shared Batch for MSSQL.
  • Moved all logic around VT application access from IIS to the GpsGate service.
  • Faster loading on application.
  • Faster role management in VT.

Rebranding

  • Update Site Admin to use the new website's news release feed.
  • Update to new GpsGate logo in Site Admin and browser part of GpsGate Server installer wizard.

Simulator:

  • Deleting simulator stops Getting Started to show Tooltips.
  • Simulator is now selected as active once added from Getting Started.
  • Simulator created from Getting Started now uses default tags for Device.
  • Simplified creation of simulator from User Form:
  • A unique username will be generated by default.
  • Removed firewall-check for simulators.
  • Fix issue were using a locale that doesn't use the Gregorian calendar would cause the simulator to get stuck in pending mode.

Developer / REST

  • Fuel Consumption REST API - endpoints for custom fields.
  • REST: Trips and Idle reports are now sorted in time order for the Trips resource.
  • REST: A resource for getting an accumulator value at a specific time.
    GET /applications/{applicationid:int}/users/{userid:int}/accumulators
    GET /applications/{applicationid:int}/users/{userid:int}/accumulators/{accumulatorid:int}
    GET /applications/{applicationid:int}/accumulators/{accumulatorid:int}
Fixed
  • Remember 2FA for 30 days did not always work.
  • Fixed issue where the Getting Started window would show "Cannot set property 'deviceDefinitionID' of undefined"-error when creating Simulator.
  • Fixed an issue where logins with Active Directory and SAML could end up on an empty login screen.
  • It is now possible to remove the selected device hardware and IMEI when editing a User.
  • Track points Export button visibility now respects the _UseTrackExport privilege.
  • Fix rare case where a server under high load could stop processing some of the incoming device data.
  • Fixed issue where Device Type would be set to visible by default when opening a non-changed User Type (E.g "Device") in User Type Editor. If user then saved the User Type, Device 1, 2 and 3 would be visible in User Form.
  • Fix issue with not saving correct marker icon visibility in user access mask editor.
  • Fixed an issue causing mobile devices to end up in an infinite reload of the login page.
  • GpsGate listener - Do not attempt to process a command on a disposed connection.
  • Dispatch: use delimiter set for the application when exporting dispatch jobs.
  • Remove POI custom field values on location removed, category removed.
  • Clean up orphans on POI upgrade.
  • Validate Driver Event Rules configuration when saved.
  • Check length when writing event state (to any db type), ensuring that the throw is in the round trip, failing a Script Expression as expected.
  • Fix crash column not showing any icons after adding it to the vehicle table as a column.
  • RabbitMQ: made routing key templatable again.
  • Fixed RabbitMQ to resolving variables containing functions (such as START, END, FINAL) during notification.
Deprecated
  • Removed old AppGateway (old custom login pages are no longer supported).
  • Removed deprecated Links framework.
  • Asset protection deprecated. Updates not possible before AssetProtection is uninstalled.
  • Removed EC1000 and EC1001.
  • Removed _UseSingleLogin privilege and functionality. A seamless experience between devices renders it unnecessary.

See the deprecation schedule here.

Build 4819
2020-10-15

October 2020 release

Two-factor authentication is now available!

New
  • Two-factor authentication can be enabled on the server. Two-factor authentication (2FA) adds an extra layer of protection to your account by requiring you to enter a one-time passcode when accessing your account. To use 2FA, you need to download and install an authentication app on your smartphone or tablet.
  • GpsGateServer/SiteAdmin/Index.aspx now redirects to the main login page if the user is not logged in. Redirects to SiteAdmin if user is logged in.
  • GpsGateServer/Login.aspx page is now deprecated and redirects to the main login page.
Fixed
  • The columns in Event Panel table can be reordered.
  • Fixed closing events after they have been cleaned up.
  • Fixed caching issue when switching between old and new scripting engine.
  • List required Custom fields before not required Custom Fields in User Edit window.
  • Fix issue with templates sharing custom fields settings when creating a new through copying it.
  • Service logs HTTP bindings at startup
  • Fleet App module can now be selected when adding new keys in the localization editor.
  • Fix next and prev month buttons in the calendar after changing sorting to years.
  • Add Select button to date pickers.
  • Fix issue where the event panels selected date would reset when reopening the date picker.
  • Various upgrades that stopped running on install since .3303 should run again (GC, MIME, JintVersion, NLog targets)
  • Fixed issue where Event panel become blank when in window mode.
  • Performance boost while mirroring roles between IIS and the GpsGate Service.
Improved
  • When creating a new device, Username and Display name is now populated with autogenerated suggestions.
  • Improved performance for track related operations.
  • Reduce the loading time of the login page.
  • The drawn simulated track will now handle turns and follow the road better.
  • When starting a new route, the simulator's initial position will be sent instantly.
Build Build 4656
2020-09-17

September 2020 release

Getting devices online fast

New
  • Added a new 'device online' workflow to the User form in the application. You can now download new device plugins, detect unregistered devices sending data to the server, and add multiple devices at once.
Improved
  • Add Username variable to template commands
  • Improved logic when initiating the simulator panel. The panel will never get added to a column that is collapsed.
  • Not filling up ErrorLog when an empty address is returned
  • Setup default mappers on app creation or device definition install/upgrade instead of on-demand
  • Remove duplicate device mappers
  • Added application name to spam blocker message
  • Add total keys, translated keys and % translated keys stats to localization editor
Fixed
  • Fixed disappearing privileges for AccessFilter
  • Fixed issue with disappearing _Me tag
  • Fixed fetching track related data using SOAP
  • Fixed GateMessage error parse infinity speed
Build Build 4543
2020-08-20

August 2020 release

A new reporting experience! It's optimized for usability and system performance.

New

Geofences:

  • Can set priority on Geofence groups (determining the color of the Geofence)
  • Geofence changes immediately pushed to clients
  • geofences.getUsers(...), .getGroups(...), .updateGroup(...) available in Notifier Click Scripts

Onboarding:

  • Added a "Install Plugin"-button for more control of when Plugins are installed
  • Improved Firewall check
  • Fixed issue where the Getting Started window would re-appear when switching maps
  • Fixed issue where the Getting Started window would show an error if user has just installed a new plugin

Icon sets:

  • Added _EditIconSets privilege to control the visibility of "Icon Sets" feature in the Admin menu in VehicleTracker
  • Renamed privilege section "IconLibrary" to "Icons" and put icon related privileges here
  • Privilege is enabled for every role that have access to the "Admin" menu today

Tracks:

  • Change default Track Filter to City Drive
  • Fix rare case when tracks are not recorded for a full day
  • Make default track filter less aggressive. TimeFilter set to 10 seconds by default.
Improved
  • Performance improvement when opening Applications with many privileges in "Search and Manage" and "Batch Edit" in SiteAdmin
  • Performance improvement when opening "Roles" in VehicleTracker
Fixed
  • Hide tags that the user does not have _ReadData access to in the user form
  • Check available columns and add the Simulated Device State panel to the first available and preferred column
  • Fixed IE11 startup issue
  • Fix issue causing excessive logging in JS log
  • Deploy - Fixed "Value cannot be null. Parameter name: inner" exception
  • Fixed geofence CSV import
  • Event Rule Wizard - Fixed loading a command notifier for which a device has been deleted
  • Fixed slow saving of event rules on server with a large number of applications
  • Fixed Variable Notifier when source value is an empty string
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.