mirror of
https://github.com/fleetbase/fleetbase.git
synced 2026-01-04 13:27:12 +00:00
v0.7.17
This commit is contained in:
19
RELEASE.md
19
RELEASE.md
@@ -1,21 +1,14 @@
|
|||||||
# 🚀 Fleetbase v0.7.16 — 2025-11-06
|
# 🚀 Fleetbase v0.7.17 — 2025-11-10
|
||||||
|
|
||||||
> "New onboarding orchestrator, improved password security, UI improvements, bug fixes"
|
> "Hotfix IAM user validation, make online/offline toggle silent"
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## ✨ Highlights
|
## ✨ Highlights
|
||||||
- New onboarding orchestrator to build more robust onboarding flows
|
- Hotfix validateRequest implementation to not rewrite request params
|
||||||
- Made the `LogApiRequests` middleware more robust
|
- Hotfix user validation password optional for creation
|
||||||
- Fixed controller validation handling
|
- Made online/offline endpoint for drivers silent
|
||||||
- Added microsoft365/graph mail driver
|
- Hotfix QPay payment gateway on Storefront + ebarimt reciept fix
|
||||||
- Improved password requirements (including breached password check)
|
|
||||||
- Patched creating duplicate users by email in IAM
|
|
||||||
- Patch env mapper
|
|
||||||
- Vehicle/driver tracking API doesnt fire resource lifecycle events or log requests - only tracking events
|
|
||||||
- Patched `<ModelCoordinatesInput />` component
|
|
||||||
- Security patch on Storefront customers API
|
|
||||||
- Styling updates on Storefront
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ ENV QUEUE_CONNECTION=redis
|
|||||||
ENV CADDYFILE_PATH=/fleetbase/Caddyfile
|
ENV CADDYFILE_PATH=/fleetbase/Caddyfile
|
||||||
ENV CONSOLE_PATH=/fleetbase/console
|
ENV CONSOLE_PATH=/fleetbase/console
|
||||||
ENV OCTANE_SERVER=frankenphp
|
ENV OCTANE_SERVER=frankenphp
|
||||||
ENV FLEETBASE_VERSION=0.7.16
|
ENV FLEETBASE_VERSION=0.7.17
|
||||||
|
|
||||||
# Set environment
|
# Set environment
|
||||||
ARG ENVIRONMENT=production
|
ARG ENVIRONMENT=production
|
||||||
|
|||||||
Submodule packages/core-api updated: 7093703521...075d33388c
Submodule packages/fleetops updated: 8d5f1f3707...91f84efedc
Reference in New Issue
Block a user