Releases: sdss/lvmapi
Releases · sdss/lvmapi
lvmapi 0.2.13
✨ Improved
- Use
lvmopstools
0.5.16 to update the weather API endpoint.
🔧 Fixed
- Fix a case in which getting the night log would fail if an airmass was null.
lvmapi 0.2.12
✨ Improved
- Use
lvmopstools
0.5.13 to ensure that weather data from the API is fully returned for intervals longer than one hour. - Increase the lookback interval for weather data to 1.5 hours in alerts to prevent problems with the first data point.
- Report Overwatcher alerts in the
/alerts
endpoint. - Report
engineering_mode
in/alerts
.
🔧 Fixed
- Fix
dead-letter-routing-key
inbroker.py
.
lvmapi 0.2.11
🚀 New
- Add route
/overwatcher/calibrations/schedule-long-term
.
lvmapi 0.2.10
🚀 New
- Add route
/macros/power_cycle_ag_cameras
. - Add route
/system/ping
.
✨ Improved
- Use
is_host_up
fromlvmopstools.utils
.
🏷️ Changed
- Dew point alert is raised when the dew point temperature is within 3 degrees of the outside temperature.
lvmapi 0.2.9
✨ Improved
- Add routes
/enclosure/engineering-mode/disable
,/enclosure/engineering-mode/enable
, and/enclosure/engineering-mode/reset-e-stops
. - Add option
close_dome
to/overwatcher/status/{mode}
.
lvmapi 0.2.8
✨ Improved
- Include the
engineering_mode
data in enclosure status response. - Add route
/enclosure/engineering-mode/disable
.
lvmapi 0.2.7
🚀 New
- Added
/overwatcher/reset
route.
✨ Improved
- Report alerts in the
/overwatcher/status
route.
lvmapi 0.2.6
🚀 New
- Log traffic and errors to Sentry.
- Add
/macros/shutdownLCO
endpoint for internal use at LCO.
lvmapi 0.2.5
🚀 New
- Add
/actors/actor-to-deployment
and/actors/deployment-to-actors
routes.
✨ Improved
- Return
dome_percent_open
in enclosure status endpoint.
🏷️ Changed
- Reduce ttl for cache in enclosure endpoints.
🔧 Fixed
- Fix a potential case in which sending the night log email would fail if it had not yet been created.
lvmapi 0.2.3
🔧 Fixed
- Use
lvmopstools
0.5.5 with fix to the InfluxDB client and install theslack
extra.