diff --git a/docs/source/upcoming_release_notes/5104-Automatically_close_hutch-python_sessions_that_have_been_idle_for_48_hours_or_more..rst b/docs/source/upcoming_release_notes/5104-Automatically_close_hutch-python_sessions_that_have_been_idle_for_48_hours_or_more..rst new file mode 100644 index 00000000..22a2c0d3 --- /dev/null +++ b/docs/source/upcoming_release_notes/5104-Automatically_close_hutch-python_sessions_that_have_been_idle_for_48_hours_or_more..rst @@ -0,0 +1,22 @@ +5104 Automatically close hutch-python sessions that have been idle for 48 hours or more. +################# + +API Changes +----------- +Added a new class object IPythonSessionTimer. The timer starts by calling the method _start_session(). + +Features +-------- +Times out a hutch-python session if it has been idle for 48 hours or more. + +Bugfixes +-------- +- N/A + +Maintenance +----------- +- N/A + +Contributors +------------ +Jane Liu