Releases: fleetbase/fleetops
Releases · fleetbase/fleetops
v0.4.26
v0.4.25
v0.4.24
- Added functionality to configure drivers onboard from the Navigator app. This enhancement allows for easier and more flexible driver setup.
- Upgraded core dependencies to improve system performance and stability.
What's Changed
Full Changelog: v0.4.23...v0.4.24
v0.4.23
- Upgraded
core-api
dependency - Added
PurchaseRate
model to theFixInvalidPolymorphicRelationTypeNamespaces
command - Now stores the drivers current auth token in table and included in response in driver resource for consumable api
- Fixed query on order api
- Several auth patches for navigator app and new auth implementation
What's Changed
Full Changelog: v0.4.22...v0.4.23
v0.4.22
- Integrated Purchase Rate model into the
FixInvalidPolymorphicRelationTypeNamespaces
command to enhance its capabilities. - Applied the
PolymorphicType
trait to relevant models as needed to ensure proper type handling in polymorphic relationships. - Hotfixed the
TrackOrderDistanceAndTime
command:- Restricted the scope to orders created within the last month for improved performance and relevance.
- Ensured usage of either a provider-specified or default configuration value.
What's Changed
- hotfix:
TrackOrderDistanceAndTime
command so that it only pulls orders created in t he last month and explicilty uses a provider by @roncodes in #98 - v0.4.222 by @roncodes in #99
Full Changelog: v0.4.21...v0.4.22
v0.4.21
- Improved the output formatting and readability of existing console commands.
- Refactored distance matrix calculations to support different provider options.
- Changed the default method for distance matrix calculations to use a vicinity algorithm instead of relying solely on the Google API.
- Introduced a new console command for fixing invalid polymorphic relation types in the database.
What's Changed
Full Changelog: v0.4.20...v0.4.21
v0.4.20
- Implemented the
queryForPublic()
hook in HTTP filters to restrict access to organizational data in the API. - Added a new Navigator App setting in Admin for selecting editable entity fields for drivers.
- Introduced
getEditableEntityFields()
API endpoint (/orders/{id}/editable-entity-field
) to return fields editable by drivers for order entities. - Hotfix: Patched
getDrivingDistanceAndTime()
utility method. - Enhanced output for critical console commands related to order dispatch and adhoc dispatch.
- Fixed
avatar_value
bug in the driver update process on internal API.
What's Changed
- Remove unused context component utilities and imported from ember-core by @tortuvshin in #91
- Feature created driver entity update settings by @doljko in #92
- v0.4.20 by @roncodes in #93
Full Changelog: v0.4.19...v0.4.20
v0.4.19
- Revamped service rates to integrate with the new order configuration system.
- Enhanced activities to now support proof of delivery requirements.
- Patched and improved the stringent validation for creating new orders.
- Added a new column
order_config_uuid
to theservice_rates
table for better data management. - Various other minor improvements and optimizations for enhanced performance and stability.
- Critical patch and improvement to location service
What's Changed
Full Changelog: v0.4.18...v0.4.19
v0.4.18
- Patched Order Config seeder for improved data seeding.
- Fixed deletion process in Order Config management.
- Enforced uniqueness for key and name in Order Config.
- Upgraded various project dependencies.
- Ensured default Order Config is created upon new Company creation.
- Resolved Proof of Delivery (POD) issue in completion activity.
- Fixed seeder autoload path for correct operation.
- Corrected Order resource to use Order Config public ID.
What's Changed
Full Changelog: v0.4.17...v0.4.18
v0.4.17
- Order Config Refactor
- Fixed Order QR Scan
- Added Organizations List API
- Added Proof of Delivery via Photo Capture
- Fixed Issues route
- Added Consumable Issues API
- Several bug fixes and patches
What's Changed
- feature/order-config-refactor by @roncodes in #67
- fixed order scan by @doljko in #84
- created org list api by @doljko in #85
- Added capture camera endpoint by @doljko in #87
- fixed route issues controller by @doljko in #86
- v0.4.17 by @roncodes in #88
Full Changelog: v0.4.16...v0.4.17