Skip to content

v1.0.1

Compare
Choose a tag to compare
@JamesDPC JamesDPC released this 20 Jan 05:59
· 33 commits to master since this release
79d137c

Changes

  • FIX: always take the API domain value from configuration. If the API domain is changed between job creation and job send, this would cause the send attempt to fail with an API credentials error (1f39da1)
  • Allow empty parameters in job creation but fail if the job is processed with empty parameters. (1f39da1)
  • Use the API connector class created at job construction (1f39da1)
  • Update queued job handling of messages. If a send attempt fails, mark the job as broken immediately. Broken send jobs can be re-kicked as with a 'new' status using the RequeueJob (58ad1e1)
  • Update README (4f727d6)