Changes - Exceptions and Logging now include full stack trace.
0.4.5
Changes - Updated the included alpine to version 3.13.5
Bugs - Fixed a bug where the interface would not update when not using a key with your worker.
0.4.4
Features - Job results can now be backup to a sqlite database for longer term storage of results. - Usage: robit.set_database_logging(True)
Changes - Improved web interface for job results and ability to look at last 1000 results if you are using database logging. - Reduced the verbosity of the results when an exception occurs during a job run. - Add more information to the web interface (version and timezone).
Bugs - Added error logging for failed job key lookups in the api. - Fixed log rotation for log files. - Improved testing of robit by a slight amount.
0.4.3
Features - Implemented logging to files and a better logging structure for debugging.
Bug Fix - Correct issue with logging the wrong information if a job exhausts all of its retry attempts.
0.4.2
Features - Added pytz to the project to provide support for daylight savings, timezones and all the other date goodness.
Changes - Default timezone is now set to 'UTC'. - Updated setup to include pytz as a dependency.
Bug Fixes - Removed a default causing dates to set to UTC for mountain standard time.