Releases: sdss/lvmapi
Releases Β· sdss/lvmapi
lvmapi 0.1.8
π New
- Add
/macros/cleanup
endpoint.
π§ Fixed
- Prevent the
lvmapi
development version from inheriting production task messages from the exchange.
lvmapi 0.1.7
π New
- Add the option to stop an actor.
β¨ Improved
- Allow to pass start and end time to the weather report endpoint.
- Add
overwatcher
to the list of actors. - Update ephemeris schedule to match LCO's.
- Add overwatcher observing status data to
/overwatcher/status
. - Add query param to avoid resending night log emails.
π§ Fixed
- Fix
smtp.sendmail()
call inemail_night_log()
.
βοΈ Engineering
- Implement system to fake alert values.
lvmapi 0.1.6
β¨ Improved
- Redirect
/enclosure
to/enclosure/status
. - Add
?now
query argument to/overwatcher/disable
. - Allow setting Slack messsage colour as attachment.
lvmapi 0.1.5
π New
- Add routes to send night log email and retrieve it as plain text.
π·οΈ Changed
- Removed the alias
/ephemeris
for/ephemeris/summary
.
lvmapi 0.1.4
π New
- Multiple new routes for
/logs/night-logs
. - Add
/macros/shutdown_from_dupont
route that bypasses authentication as long as the request comes from the DuPont subnet.
π·οΈ Changed
- By default do not return LN2 fill plots as base64 images.
- Rename base route
/log
to/logs
.
lvmapi 0.1.3
π New
- Added endpoints
/spectrograph/fills/{pk}/metadata
,/spectrograph/fills/list
endpoints.
lvmapi 0.1.2
π New
- Added endpoints
/spectrograph/fills/running
,/spectrograph/fills/measurements
, and/spectrograph/fills/register
with associated functions.
β¨ Improved
- Improvements to the Slack posting routes.
- Prevent redirects in the
/alerts
endpoint.
lvmapi 0.1.1
π§ Fixed
- Update
lvmopstools
to 0.3.5 and use correct name forspectrograph_status
function.
lvmapi 0.1.0
π New
- Initial release.