Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 08 Aug 11:24
· 23 commits to master since this release
v0.3.0
3223f99

v0.3.0

  • X-Worker-Ident can no longer be disabled.
  • X-Worker-Ident is now only passed into requests during a claim-job attempt.
  • X-Worker-Ident is now encrypted and then Base64-encoded before being passed into HTTP requests.
  • X-Worker-Ident is now static (generated once and stored in the state directory).
  • Moved client-creation helpers into its own client module.
  • Added a new encrypt() function in the crypto module.