LogisBaseLogisBase

Changelog

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

Changelog

LogisBase 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
logisbase/logisbaseCore platform — API, Console, IAM, Developer ConsoleView releases →
logisbase/fleetopsFleetOps extension — fleet management, dispatch, trackingView releases →
logisbase/storefrontStorefront extension — e-commerce, catalog, ordersView releases →
logisbase/palletPallet extension — warehouse and inventory managementView releases →
logisbase/ledgerLedger extension — accounting and invoicingView releases →

Mobile App Releases

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

CLI Releases

RepositoryWhat it coversReleases
logisbase/logisbase-cliLogisBase 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. logisbase/logisbase).

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:

  • Discord #announcements — join the Discord server and watch the #announcements channel
  • Twitter/X — follow @logisbase

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 | LogisBase