- The Digdag server now picks up mail configuration parameters from
$HOME/.config/digdag/config
. The parameters have the prefixconfig.mail.`. E.g.: ``config.mail.username
,config.mail.password
, etc. These parameters are not accessible as variables in workflows executing on the server.
- The variables
last_*
andnext_*
were changed tolast_session_*
,next_session_*
, as specified in the docs.
2016-05-13
- Daniel Norberg
- Sadayuki Furuhashi