This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
Releases: DiamondLightSource/graph-energy-scan
Releases · DiamondLightSource/graph-energy-scan
Generate models with aiomysql driver
- Models are now generated with the
aiomysql
driver - The
aiomysql
driver is now used in the helm deployment
Full Changelog: 0.1.0-rc4...0.1.0-rc5
Fixed database connection timeout & improved tracing
- Fixed database connection timeout by avoiding long lived sessions
- Removed http request & response spans from reported traces
- Added a SQL query span to the
Sessions
energy_scans
resolver
Full Changelog: 0.1.0-rc3...0.1.0-rc4
Starlette & Distributed tracing
- Switch to
Starlette
as the HTTP framework - Export distributed traces via OTLP using opentelemetry
Full Changelog: 0.1.0-rc2...0.1.0-rc3
Binding host and port options
- Adds ability to specify the host and port when serving via the
--host
and--port
options respectively
Full Changelog: 0.1.0-rc1...0.1.0-rc2
Initial Prerelease
An initial pre-release version
Full Changelog: https://github.com/DiamondLightSource/graph-energy-scan/commits/0.1.0-rc1