Skip to content

Releases: sdss/lvmapi

lvmapi 0.2.13

13 Jun 20:36
Compare
Choose a tag to compare

✨ 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

07 May 14:45
Compare
Choose a tag to compare

✨ 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 in broker.py.

lvmapi 0.2.11

01 Apr 17:54
Compare
Choose a tag to compare

🚀 New

  • Add route /overwatcher/calibrations/schedule-long-term.

lvmapi 0.2.10

27 Feb 17:13
Compare
Choose a tag to compare

🚀 New

  • Add route /macros/power_cycle_ag_cameras.
  • Add route /system/ping.

✨ Improved

  • Use is_host_up from lvmopstools.utils.

🏷️ Changed

  • Dew point alert is raised when the dew point temperature is within 3 degrees of the outside temperature.

lvmapi 0.2.9

03 Feb 14:49
Compare
Choose a tag to compare

✨ 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

30 Jan 22:10
Compare
Choose a tag to compare

✨ Improved

  • Include the engineering_mode data in enclosure status response.
  • Add route /enclosure/engineering-mode/disable.

lvmapi 0.2.7

26 Jan 17:59
Compare
Choose a tag to compare

🚀 New

  • Added /overwatcher/reset route.

✨ Improved

  • Report alerts in the /overwatcher/status route.

lvmapi 0.2.6

14 Jan 23:11
Compare
Choose a tag to compare

🚀 New

  • Log traffic and errors to Sentry.
  • Add /macros/shutdownLCO endpoint for internal use at LCO.

lvmapi 0.2.5

01 Jan 16:41
Compare
Choose a tag to compare

🚀 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

27 Dec 20:10
Compare
Choose a tag to compare

🔧 Fixed

  • Use lvmopstools 0.5.5 with fix to the InfluxDB client and install the slack extra.