faktory v1.1.0.0 Release Notes

    • ๐Ÿ‘ท Pass value of type Job arg (not arg) to run-worker loops

    This will give consumer loops access to details like jobJid and jobOptions, so they can (for example) call TRACK SET.

    Call jobArg to get back what you were getting before this change.

    • ๐Ÿ‘Œ Support BATCH STATUS
    • โž• Add tracked Job Option
    • ๐Ÿ—„ Deprecate trackPerform (use perform (options <> tracked) instead)