You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
Include pending state in JobListParams by default so pending jobs are included in JobList / JobListTx results. PR #477.
Quote strings when using Client.JobList functions with the database/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 by JobArgsWithInsertOpts. This allows for job arg definitions to utilize custom logic at the args level for determining when the job should be scheduled. PR #487.