Upgrade supported Go versions to 1.26 and 1.27. PR #1356.
Fixed
Fixed periodic jobs advancing their durable next run time when job insertion fails. PR #1359.
Improved SQLite queue count performance on large job tables by limiting counts to available and running jobs so the existing state and queue index can be used. PR #1360.