Fixed
- Include
pending
state inJobListParams
by default so pending jobs are included inJobList
/JobListTx
results. PR #477. - Quote strings when using
Client.JobList
functions with thedatabase/sql
driver. PR #481. - Remove use of
filepath
for interacting with embedded migration files, fixing the migration CLI for Windows. PR #485. - Respect
ScheduledAt
if set to a non-zero value byJobArgsWithInsertOpts
. This allows for job arg definitions to utilize custom logic at the args level for determining when the job should be scheduled. PR #487.