Skip to content

Latest commit

 

History

History
161 lines (71 loc) · 7.27 KB

CHANGELOG.md

File metadata and controls

161 lines (71 loc) · 7.27 KB

Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.13.0 (2023-04-15)

Features

1.12.0 (2023-03-13)

Features

1.11.0 (2023-03-08)

Features

1.10.2 (2023-03-03)

Bug Fixes

  • round table is mapped to table entity (#228) (568bd7c)

1.10.1 (2023-02-17)

Bug Fixes

  • place entity classifier on correct device (#226) (5f16fb5)

1.10.0 (2023-02-15)

Features

  • optimised perception using torch response (#224) (831c680)

1.9.0 (2023-02-14)

Features

Bug Fixes

  • change endpoints to be non-asynchronous (#221) (57f9668)

1.8.2 (2023-01-06)

Bug Fixes

  • pin numpy to <1.24 because deprecations break legacy code (dfe3b47), closes #208

1.8.1 (2023-01-05)

Bug Fixes

  • Change response_model to response_class (#206) (75119d8)

1.8.0 (2023-01-02)

Features

  • telemetry: include instrumentation and tracking of metrics for requests and the system (8ae3643)
  • telemetry: More fine-grained tracing during feature extraction (0f2b513)
  • use orjson to build response and add tracing (435e89b)

Bug Fixes

  • fastapi ORJSONResponse import (ab3fe3d)

1.7.0 (2022-12-23)

Features

1.6.1 (2022-12-22)

Bug Fixes

1.6.0 (2022-12-21)

Features

1.5.1 (2022-12-20)

Bug Fixes

  • revert adding tracing for the feature extractor endpoint (#198) (#199) (dcaa484)

1.5.0 (2022-12-20)

Features

  • setup tracing for the feature extractor endpoint (#198) (b86065d)

1.4.0 (2022-11-28)

Features

1.3.0 (2022-11-28)

Features

1.2.0 (2022-11-19)

Features

1.1.0 (2022-11-04)

Features

1.0.0 (2022-10-28)

Bug Fixes

  • use the request body for updating the model device (8f83fc6)

Reverts

  • Revert "Build(deps): bump actions/setup-python from 3 to 4 (#152)" (#162) (ee64b1c), closes #152 #162