Fibo Collect
Production changelog

Software releases

Fibo Collect changelog

Recent production updates for the web app, Subgraph Order, and deployment platform.

4 releases 16 updates v26.0.4 latest
v26.0.4
WebAdministrationPublic sitesMachine Data APISubgraph OrderPLC Service

Access, localization, and release visibility

Fibo Collect 26.0.4 improves localized web copy, fixes Global Admin user visibility, and adds public changelog and roadmap pages for release visibility.

  • Updated Danish, German, and French translations for better fluency across the web app.
  • Fixed Global Admin user visibility and added scoped access bundle label loading.
  • Documented the indexed user-management read model as a roadmap item.
  • Added public Fibo Collect changelog and roadmap websites.
  • Fixed the Machine Data API mismatch between query identifiers and search identifiers.
  • Updated the order material usage analytics schema and rebuilt the order service.
  • Cleaned up PLC service packaging by removing the obsolete BIN folder.
v26.0.3
Deployment

Production deployment cleanup

Production image updates now target overlay manifests, keeping base manifests stable across environments.

  • Deployment automation now updates environment overlay image tags instead of shared base manifests.
  • Kustomize rendering stays environment-specific after image pushes, reducing merge conflicts around deployment tags.
  • Removed one-off rebuild trigger comments from service Dockerfiles after the websocket build fix rollout.
v26.0.2
Subgraph OrderWeb

Order data normalization and translations

Subgraph Order now normalizes EPD fields before GraphQL responses, with missing localized web labels filled in.

  • EPD values are normalized to strings before GraphQL serialization so grouped order responses stay consistent.
  • Grouped orders reuse the same normalization path as individual order responses.
  • Added missing Danish, German, and French labels for notification readiness, product purchasing, operations tabs, kiosk schedules, and kiosk products.
v26.0.1
Subgraph OrderWeb

Material usage summaries

Material usage analytics now reports accurate batch and order counts across Subgraph Order and the web overview.

  • Material usage analytics returns top-level batch and order counts from Subgraph Order.
  • The web material overview summary uses the returned top-level counts instead of summing per-material counts.
  • Added resolver coverage for unique order counting across multiple batches.