Skip to main content

2022.10

  • TIM Platform LTS 2022.10
  • Released on 31.10.2022

TIM API

TIM DB

New features:

TIM Forecast

New features:

Changes:

TIM Detect

New features:

Changes:

TIM Explain

New features:

TIM MLOps

New features:

Changes:

  • Improved authentication
  • Telemetry endpoints
    • GET /ops/dataset-calls
      • endpointId filter accepts DatasetManagement endpoints (DM01 to DM16)
      • Removed datasetMicroservice filter
      • Renamed datasetExistsType filter to datasetState
      • Renamed time to madeAt in response
    • GET /ops/job-calls
      • endpointId filter accepts JobManagement endpoints (JM01 to JM47)
      • Removed jobMicroservice filter
      • Renamed jobExistsType filter to jobState
      • Renamed time to madeAt in response

TIM Studio

Changes:

  • Configuration cards in both Forecasting & Anomaly Detection have been redesigned & reworked. The API call (job creation) now properly reflects what the configuration specifies in the cards.
  • Configuration is properly validated as user modifies it and mutually exclusive options are disabled.
  • Options not set/not modified are not passed to API call; thus the default is kept in the server's code.

Python client

Architecture

  • Merged User Management and Workflow Management microservices into one (Workflow Management) microservice
  • Priority queues for all ML jobs