ClearBlade IoT Enterprise and Edge

2026.2

2026.2.2 (2026-08-12)

Platform:

  • Fix: nil pointer dereference if message arrives before platform is fully initialized

See also 2026.1.10 and 2026.1.11

2026.2.1 (2026-07-14)

See 2026.1.9

2026.2.0 (2026-07-06)

Platform:

  • Feature: Add metrics library to JS to allow custom Prometheus metrics

  • Feature: Add endpoint POST /api/v/1/db/table/{table}/vacuum for vacuuming tables

  • Feature: Add endpoint POST /api/v/1/db/table/{table}/reindex for reindexing tables

  • Feature: Add endpoint POST /api/v/1/db/index/{index}/reindex for reindexing indexes

  • Feature: Add endpoint GET /api/v/1/db/jobs and GET/DELETE /api/v/1/db/jobs/{id} for managing long running DB jobs

  • Feature: Add endpoints to view preloaded service response time based upon request parameters.

  • Feature: Support dynamic hypertable chunk intervals

  • Feature: Add Sync.DisableSync config that performs platform optimizations when sync is not required

  • Enhancement: Prevent DB queries from returning rows if they are unused in the platform

  • Enhancement: Increase cache usage when checking if a string is a collection name or id

  • Enhancement: Support multiple root certificates for mTLS

  • Enhancement: Allow /admin/settings/mtls/generate-certificate endpoint to generate multiple certificates

  • Enhancement: Improve mTLS root certificate validation on upload

  • Enhancement: Add HTTP endpoint GET/PUT/DELETE /admin/mtls-certs/roots/{rootName} for managing individual mTLS roots

  • Enhancement: mTLS root certificates can be updated without restarting the mTLS server

  • Enhancement: Add table/index bloat to Postgres statistics