Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@Justintime50 Justintime50 released this 19 Jul 02:26
· 6 commits to main since this release
  • Adds support for Python 3.12
  • Bumps all dependencies
  • Adds a healthcheck to the nginx Docker container
  • Returns system_lock bool on retrieving locks
  • Prints deployment log to the error logger if log_level is set to DEBUG
  • Raises a HarveyError on deployment fail instead of sys.exit(1), removes redundant sys.exit(0) on success
    • Prints complete error instead of unhelpful "deployment failed" message
  • Captures Slack errors via Sentry but no longer raises an exception to ensure builds continue even if there is a problem with message delivery
  • Adds py-call-uwsgi-fork-hooks flag to assist threading with uwsgi and sentry (closes #83)