Improvements
- Dashboard displays the job/task start timestamp on hover in user’s local timezone (fafae66)
- Resolved some leaking goroutines (cded453)
- The
Streaming
option is now deprecated and will be ignored by the engine. (f349164) - The
/stream
handler now returns one job execution per event, instead of the full history. This eliminates duplicate events and makes the front-end code simpler. (e823bf6)