Skip to content
Compare
Choose a tag to compare
@alancleary alancleary released this 26 Aug 19:25
· 155 commits to main since this release
  • Dependency updates, including replacing the various Redis packages with most recent unified Redis package
  • Used pip-tools to generated a requirements file which is now being used as a lock file the all (transitive) dependencies
  • The service now verifies that the Redis database it connects to is loaded with a version of the GCV schema it is compatible with
  • The service now supports setting the log level and specifying an optional log file via command-line flags and/or environment variables
  • Exception handling has been made more robust
  • The service now shuts down gracefully, including when a stop signal has been received or critical exception has been thrown