Skip to content

v0.5.9

Compare
Choose a tag to compare
@Schnouki Schnouki released this 11 Jan 15:15
· 112 commits to main since this release
512f47e

Added

  • New codec (message encoding) that uses the default version of the Pickle protocol instead of one compatible with Python 2.
  • Possibility to change default codec in SQSEnv.

Changed

  • When a processor for a job can't be found, we now log this as an error (rather than a warning) and provide a more helpful error message.
  • Default codec is renamed from "pickle" to "pickle_compat".

New Contributors

Full Changelog: v0.5.8...v0.5.9