Skip to content

Latest commit

 

History

History
224 lines (100 loc) · 8.96 KB

CHANGELOG.md

File metadata and controls

224 lines (100 loc) · 8.96 KB

Changelog

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

2.3.1 (2023-04-18)

Bug Fixes

  • type for kwargs in gunicorn run server function (768f57a)

2.3.0 (2023-04-16)

Features

  • optionally include the entity label in the emma request (#101) (6b7bf62)

2.2.0 (2023-04-13)

Features

  • Add the inventory to EmmaPolicyRequest (#92) (68c3d8e)

2.1.1 (2023-03-31)

Bug Fixes

2.1.0 (2023-03-15)

Features

  • optionally include force stop flag (#70) (ccb2d10)

2.0.1 (2023-03-01)

Reverts

  • Revert "refactor: migrate to ruff for code quality" (8b1c5cf)

2.0.0 (2023-02-15)

⚠ BREAKING CHANGES

  • use torch pickle as new serialisation format (#46)

Features

  • use torch pickle as new serialisation format (#46) (09c4acb)

1.16.0 (2023-02-14)

Features

  • Optionally include entity labels in extracted features (#45) (9a80968)

1.15.0 (2023-02-09)

Features

1.14.0 (2023-01-01)

Features

  • telemetry: setup metrics exporting for the API (84ae862)

1.13.2 (2022-12-23)

Bug Fixes

  • explicitly do not install otel instrumentation v0.36b0 (86d5ecf)
  • set the worker timeout to 60 secs (5a7b1cf)

1.13.1 (2022-12-19)

Bug Fixes

  • install all deps with fastapi (e0ebbba)

1.13.0 (2022-12-17)

Features

  • cleanup and add some more helper functions (08da822)

Bug Fixes

1.12.2 (2022-12-17)

Bug Fixes

  • deps: move all api and aws deps to the main group (051b83e)

1.12.1 (2022-12-16)

Bug Fixes

  • deps: allow torch from 1.10.0 (1864d3c)
  • deps: unconstrain torch version but prevent 1.13.0 (ebaaa4a)

1.12.0 (2022-12-14)

Features

  • cloudwatch logger: add option to enable trace logging to cloudwatch logs (3f03571)

1.11.0 (2022-12-14)

Features

  • logging: improve typing for setup_logging function (58fc214)

Bug Fixes

  • logging: allow any handler to be the root_handler (2d74796)

1.10.0 (2022-12-14)

Features

  • deps: make api and aws group optional (e36bb3e)
  • logging: create InterceptHandler for instrumented logging (7671966)

1.9.0 (2022-12-13)

Features

  • logging: add PropogateHandler to automatically send to the default logging module (b20b48a)

1.8.0 (2022-12-13)

Features

  • gunicorn: add function to create a gunicorn server for the api app (4ec1721)

1.7.0 (2022-12-12)

Features

  • support getting secrets from AWS Secrets Manager (#11) (f41df86)

1.6.0 (2022-12-12)

Features

  • improve logging and easily instrument APIs (#10) (33dda8e)

1.5.0 (2022-12-01)

Features

  • gunicorn: add gunicorn-specific objects that are compatible with the logger (#8) (e387f13)

1.4.0 (2022-10-30)

Features

  • logging: add new arg to enable/disable showing locals in rich tracebacks (3c98aab)

Bug Fixes

  • logging: handler cannot be None (178c184)
  • logging: make sure log level is uppercase (692d226)

1.3.0 (2022-10-20)

Features

  • add the loguru logger into the init so everyone can use it (5ddb7e3)

1.2.0 (2022-10-19)

Features

  • add EmmaExtractedFeatures datamodel so that it can be consistent across repos (#3) (a4acb45)

1.1.0 (2022-10-14)

Features

1.0.0 (2022-10-14)

Features