Releases: microsoft/Bing-Maps-Fleet-Tracker
Fix trip detection Azure Functions
- Update to latest nuget version of Azure Function SDK
- Target functions version ~1 in one click deployment
v1.2.3
v1.2.2
v1.2.1
v1.2.0
Release 1.2.0
This is a large release containing new features, many bug fixes, and some changes that are backwards incompatible.
If you have built a service integrating with your BMFT deployment, please read the API breaking changes
section.
New Features
-
Circular Geofences (APIs + Portal)
- You can now define geofences from a point and a radius in meters, in addition to the existing geofences from polygons.
-
Webhooks for geofences (APIs + Portal)
- Added the ability to recieve webhook notifications, in addition to the existing email notifications, when geofences are triggered.
-
Asset locations in other tabs (Portal)
- You can now see the current locations of your assets which viewing the geofences, dispatching and locations tabs
-
API Swagger Documentation
- Updated to Swagger 2.0
- Added documentation for all controllers
- Controllers return documented DTO objects
-
iOS Client Support
-
Batch creating resources (APIs)
- You can now batch create most resources. Useful if you are integrating your BMFT deployment with another service.
-
Tagging resources and searching by tag/name (APIs)
- Another feature tailored towards integrating with other services
- Useful for organizing resources (assets, devices, etc...) when you have a large number of them
Other changes
-
Changed Ids of Assets, Locations and Geofences to strings
- To ease integration with other services, the Ids of the core resources has been changed to strings, which may be defined in the post call or autogenerated if left out.
-
Command line build support for backend
-
Delete button for assets and devices in portal
-
Upgraded to
.netstandard2.0
across all projects in the backend -
Added missing delete action to locaitons controller (thanks Manojattal)
-
Add support for AAD V1 as an authentication provider
API Breaking Changes
Asset.Name
is a newly introduced required field.- It has been back-filled with
Asset.Id
- It has been back-filled with
Geofence.Id
has been changed from int -> string- Existing Ids retain their values
Location.Id
has been changed from int -> string- Existing Ids retain their values
User.Id
has been changed from guid -> string- Existing Ids retain their values
v1.1
Initial Release
The Bing Maps team is pleased to announce the availability of our complete asset tracking solution for small fleets. The solution was previewed in September 2017 at Microsoft Ignite in Orlando and is now available for download and customization. The Bing Maps Fleet Tracker solution includes the Azure based back end of services and storage, a web interface for tracking assets, and client code for Android phones.