Skip to content

Latest commit

 

History

History
168 lines (84 loc) · 3.71 KB

CHANGELOG.md

File metadata and controls

168 lines (84 loc) · 3.71 KB

Changelog

0.3.6 - 2024-11-29

✨ Improved

  • Add additional retries for valve and check safe commands.

0.3.5 - 2024-11-28

✨ Improved

  • Log the payload if the DB registration fails.

🔧 Fixed

  • Emit warnings as UserWarning to make sure they are recorded in the logs.
  • Fix incorrect use of sendmail for multiple recipients in email notifications.

0.3.4 - 2024-11-12

🏷️ Changed

  • Use smtp-02.lco.cl as the SMTP server for sending emails.

0.3.3 - 2024-11-12

✨ Improved

  • Include the LVM Web link in a Slack message when the fill starts.

🔧 Fixed

  • Fix rendering of Grafana URL in Slack message.

0.3.2 - 2024-11-11

✨ Improved

  • #10 Update database record during fill. Now the DB record for a fill is created before the purge begins and updated several times during the purge/fill process.

0.3.1 - 2024-11-10

🔧 Fixed

  • Rename debug to with_traceback in the production profile.

0.3.0 - 2024-11-10

🚀 New

  • #8 lvmcryo ln2 now accepts a --profile argument that allows to define groups of parameters from an entry in the configuration file.

✨ Improved

  • Move imports inside CLI callback function to improve startup time.
  • Use API to create notifications which are also stored in the database.

⚙️ Engineering

  • Use uv for packaging and dependency management.

0.2.1 - 2024-10-10

✨ Improved

  • Add custom help section "Post-fill data logging".
  • Allow to set data logging options via environment variables.
  • Add link to Grafana plots in alert and success messages.

0.2.0 - 2024-10-08

🚀 New

  • Add option --require-all-thermistors. When passed, the thermistors don't close the valve when they become active. Once all thermistors are active, the valves are all closed at the same time. This can potentially prevent overpressures in the last one or two cryostat being filled as the other valves close.
  • Add validation of post-data.

✨ Improved

  • Improve handling of keyboard interrupt during post-processing.
  • Removed several unused default parameters from the configuration file.

0.1.6 - 2024-09-26

✨ Improved

  • Explicitely fail the action on error.
  • Preserve empty string in error field in the database.

🔧 Fixed

  • Always post the fill link in Slack and email.

0.1.5 - 2024-09-25

🔧 Fixed

  • Add additional error handling for non-fatal errors during notifications.

0.1.4 - 2024-09-24

✨ Improved

  • Add version to Config.
  • Various logging improvements.
  • Updated internal configuration file with new lvmapi port. Update URL routes.
  • Add the time at which the thermistor first activated to the valve times written to the database and email.
  • Issue notification in Slack during post-fill when waiting extra time to collect data.

🔧 Fixed

  • Fix JSON log not being saved to the database in some cases.

0.1.3 - 2024-09-20

✨ Improved

  • Do not report a thermistor warning every interval.
  • Always include JSON log payload when loading the DB.

🔧 Fixed

  • Fix link to LVM Web in email templates.

0.1.2 - 2024-09-18

🚀 New

  • Report the link to the LMV Web page for the fill in Slack and email.

✨ Improved

  • Report if a valve closed due to timeout.

🔧 Fixed

  • Include extra event times in the success template.

0.1.1 - 2024-09-18

🚀 New

  • Added initial checks for O2 alarms and NPS status.
  • Added --clear-lock option in lvmcryo ln2 to remove the lock if present.

✨ Improved

  • Improved error handling logic.

0.1.0 - 2024-09-18

🚀 New

  • Initial release. Tested in interactive mode and as a Kubernetes cronjob.