Releases: fleetbase/fleetbase
v0.7.6
🚀 Fleetbase v0.7.6 — 2025-06-04
“Minor patches and route optimization overhaul progress”
✨ Highlights
- Preparing to implement full multi-order/payload route optimization and managed routes.
- Patched scheduler to not run in CI environments or without database connection established.
- 2 New route optimization extensions published! VROOM & Valhalla
⚠️ Breaking Changes
- None 🙂
🔧 Upgrade Steps
# Pull latest version
git pull origin main --no-rebase
# Update docker
docker compose down && docker compose up -d
# Run deploy script
docker compose exec application bash -c "./deploy.sh"
Need help?
Join the discussion on GitHub Discussions or drop by #fleetbase on Discord
v0.7.5
🚀 Fleetbase v0.7.5 — 2025-05-30
“Route optimization and routing control advancements”
✨ Highlights
- Added route optimization and routing control services for registering additional routing engines and route optimization services.
- Added settings for Routing (Next release will be able to set unit "Miles" or "Kilometers")
- Improved and optimized environment and settings mapper.
- Added entity activity events
- Patched multiple waypoint order creation via API
⚠️ Breaking Changes
- None 🙂
🔧 Upgrade Steps
# Pull latest version
git pull origin main --no-rebase
# Update docker
docker compose down && docker compose up -d
# Run deploy script
docker compose exec application bash -c "./deploy.sh"
Need help?
Join the discussion on GitHub Discussions or drop by #fleetbase on Discord
v0.7.4
🚀 Fleetbase v0.7.4 — 2025-05-26
“Added an official docker install script”
✨ Highlights
- Added logic condition property shortcuts for
pickup
,dropoff
, andcurrentWaypoint
(with aliaseswaypoint
andcurrentWaypointMarker
)
🐛 Fixes
- Patched: Saving Fleet-Ops notification settings
⚠️ Breaking Changes
- None 🙂
📦 How to use the new installer script
sh ./scripts/docker-install.sh
🔧 Upgrade Steps
# Pull latest version
git pull origin main --no-rebase
# Update docker
docker compose down && docker compose up -d
# Run deploy script
docker compose exec application bash -c "./deploy.sh"
Need help?
Join the discussion on GitHub Discussions or drop by #fleetbase on Discord
v0.7.3
🚀 Fleetbase v0.7.3 — 2025-05-24
“Hotfix: route optimization without driver, fleetbase seeder command”
🐛 Fixes
- Improved the Fleetbase seeder command
- Patched route optimization to work without driver as starting position
⚠️ Breaking Changes
- None 🙂
🔧 Upgrade Steps
# Pull latest version
git pull origin main --no-rebase
# Update docker
docker compose down && docker compose up -d
# Run deploy script
docker exec -ti fleetbase-application-1 bash
sh deploy.sh
Need help?
Join the discussion on GitHub Discussions or drop by #fleetbase on Discord
v0.7.2
🚀 Fleetbase v0.7.2 — 2025-05-23
“Patched route optimization, telemetry, and storefront networks.”
✨ Highlights
- Minor tweak for Telemetry support.
- Improved builds for
DISABLE_RUNTIME_CONFIG=true
- Patched and fixed OSRM route optimization
- Patched and fixed Storefront network store management & category management
- Upgraded
ember-basic-dropdown
andember-power-select
to v8 - Upgraded
ember-concurrency
to v4.0.4 - In process of removing
ember-concurrency-decorators
⚠️ Breaking Changes
- None 🙂
🆕 Features
- Telemetry — tweak patch for improvement.
- Route Optimization — improved route optimization on create order.
🐛 Fixes
DISABLE_RUNTIME_CONFIG
works at build time in addition to boot process.- OSRM route optimization fixed.
- Edit, delete categories for network stores
- Remove stores from network, re-assign or remove store from category
🔧 Upgrade Steps
# Pull latest version
git pull origin main --no-rebase
# Update docker
docker compose down && docker compose up -d
Need help?
Join the discussion on GitHub Discussions or drop by #fleetbase on Discord
v0.7.1
🚀 Fleetbase v0.7.1 — 2025-05-22
“Finally, official docker images and binary builds for the upcoming Omnibus.”
✨ Highlights
- Introduction to Telemetry for improving Fleetbase and setup experiences.
- Added runtime config for Fleetbase Console (
./console/fleetbase.config.json
), no more rebuilding the frontend to update config. - Official Fleetbase API and Console docker images published.
docker compose up
now uses the official images for faster setup - no more building. - Performance optimization and improvements to the FleetOps Order API. Faster responses.
- Patched waypoint activity flow and proof of delivery QR scanning and photo capture API.
- Added ability to view waypoint activity status and labels if no entities attached to order.
- Fixed Timezone issues in Navigator app (v2.0.5)
- Improved Navigator app performance and UX (v2.0.5) - New "Waypoint Completed" dialog.
- Improved socket implementation on FleetOps.
- Added two new order activity events for listeners
order.waypoint_activity
andorder.waypoint_completed
- Added Navigator App email verification code fallback if SMS is unable to send (v2.0.5).
⚠️ Breaking Changes
- None 🙂
🆕 Features
- Navigator App v2.0.5 — Improved Navigator App Performance and UX for better experience.
- Official Docker Images — Official Docker images on Docker Hub
- Binary Builds — Fleetbase API Binary for both Linux and MacOS -
sh ./fleetbase php-server
- Telemetry — opt-in daily ping with anonymized usage stats for system improvements.
🐛 Fixes
- Activity flow fixed for waypoints.
- Better implementation of socket listeners in console.
- Activity events and notifications streamlined.
⚙️ Using the new Console Runtime Config
- Open
./console/fleetbase.config.json
- Edit configurable properties in JSON:
API_HOST
-SOCKETCLUSTER_HOST
-SOCKETCLUSTER_PORT
-OSRM_HOST
- Save and reload Fleetbase Console in the browser.
- 💥 Boom! Config changes applied at runtime.
🔧 Upgrade Steps
# Pull latest version
git pull origin main --no-rebase
# Update docker
docker compose down && docker compose up -d
# Run updrade
docker exec -ti fleetbase-application-1 bash
sh deploy.sh
Need help?
Join the discussion on GitHub Discussions or drop by #fleetbase on Discord
v0.7.0
What's Changed
- Add Arabic language support by @thawaba in #385
- feature/translate-bulgarian by @nstankov-bg in #345
- v0.7.0 🛠️ by @roncodes in #388
- Patched fuel report creation/ fixed coordinates input implementation for fuel report
- Added bulk assign driver
- Improved performance for order dispatch/ bulk order dispatch/ bulk assign driver
- Added new columns to order export
- Added downloadable import templates for all importable resources via Import Modal
- Patched custom field rendering for order viewing
- Patched custom field values reset after order creation
- Added notification settings to FleetOps
- Added bulk search by ID or Tracking Number for Orders
- Patched all filters and filter indicator component
- Patched issue unable to select driver after selecting facilitator
- Fixed extension booting when not authenticated
- Fixed Internal ID rendering on order view
- Added ability to filter orders without a driver
New Contributors
- @thawaba made their first contribution in #385
- @nstankov-bg made their first contribution in #345
Full Changelog: v0.6.10...v0.7.0
v0.6.10
What's Changed
- v0.6.10 ~ Added Product Update/Create API, Added
FRONTEND_HOSTS
ENV… by @roncodes in - #382
- Storefront API can now create and update Products
- Patch to FleetOps places API
- Patch registry-bridge header menu item ID
- Removed hard coded port from empty
API_HOST
resolution - Patched core-api bug using Log facade before facade root is set (fatal error patch)
- Added
FRONTEND_HOSTS
API environment variable to allow other apps to connect to API
Full Changelog: v0.6.9...v0.6.10
v0.6.9
What's Changed
- Added support for downloading labels and barcodes per package
- Fixed proof of delivery behavior to ensure accurate completion records
- Updated waypoint activity flow to rely on the
complete
flag - Added support for setting waypoints as either pickup or dropoff
- Enabled sending notifications to order customer, driver, and facilitator
- Ad
88B5
ded events and notifications for
order.completed
andorder.failed
states - Fixed route optimization logic and minor issues during order creation
- Normalized
meta
response structure to always return an object (never array) - Patched issue with order config: deleting custom field categories no longer breaks config
Full Changelog: v0.6.8...v0.6.9