FleetbaseFleetbase

Changelog

Release notes and version history across the Fleetbase platform — core API, Console, extensions, and mobile apps.

Changelog

Fleetbase is a modular platform composed of several independent repositories, each with its own release cycle. Release notes are maintained on GitHub Releases for each repository.

Platform Releases

RepositoryWhat it coversReleases
fleetbase/fleetbaseCore platform — API, Console, IAM, Developer ConsoleView releases →
fleetbase/fleetopsFleetOps extension — fleet management, dispatch, trackingView releases →
fleetbase/storefrontStorefront extension — e-commerce, catalog, ordersView releases →
fleetbase/palletPallet extension — warehouse and inventory managementView releases →
fleetbase/ledgerLedger extension — accounting and invoicingView releases →

Mobile App Releases

RepositoryWhat it coversReleases
fleetbase/navigator-appNavigator driver app (React Native)View releases →
fleetbase/storefront-appStorefront customer app (React Native)View releases →

CLI Releases

RepositoryWhat it coversReleases
fleetbase/fleetbase-cliFleetbase CLI — install, publish, and manage extensionsView releases →

Subscribing to Release Notifications

To receive an email when a new version is published:

Go to the GitHub repository you want to follow (e.g. fleetbase/fleetbase).

Click the Watch button in the top-right corner of the repository page.

Select Custom, then check Releases.

Click Apply. GitHub will now email you whenever a new release is published.

Major Announcements

For high-level product announcements, new extension launches, and company news:

Upgrading

When a new core platform release is available, pull the latest images and run the deploy script:

git pull origin main
docker compose pull
docker compose exec application bash -c "./deploy.sh"
docker compose up -d

The deploy.sh script handles database migrations, cache clearing, and any other steps required by the release. See Deploy in Cloud for full upgrade instructions.

Always review the release notes for breaking changes before upgrading a production instance. Extension packages may require separate updates when the core platform version changes.

Changelog | Fleetbase