Simple Sqsd Versions Save

A simple version of the AWS Elastic Beanstalk Worker Environment SQS daemon (SQSD)

v0.5.0

3 years ago

This release moves off Travis CI and Docker Hub and to GitHub Actions. Please start pulling from GitHub Container Registry:

docker pull ghcr.io/fterrag/simple-sqsd:v0.5.0

v0.4.0

3 years ago

This release updates the aws-sdk-go package.

v0.3.0

4 years ago

This release brings a handful of general improvements including:

  • Better configuration defaults for SQSD_HTTP_MAX_CONNS, SQSD_HTTP_TIMEOUT, and SQSD_SQS_HTTP_TIMEOUT
  • Upgraded Go AWS SDK
  • Go modules
  • Allow skipping of SSL verification
  • Support for health check

v0.2.0

5 years ago
  • Added support for HMAC signed HTTP requests (thanks @LiljebergXYZ)

v0.1.0

5 years ago

Initial release