Skip to content

Releases: steamcmd/api

v1.16.0

Choose a tag to compare

@jonakoudijs jonakoudijs released this 10 Oct 20:40
f0d2639
  • Add Redis connection pooling. This fixes recent stability issues.
  • Add health and readiness checks.

v1.15.1

Choose a tag to compare

@jonakoudijs jonakoudijs released this 22 Sep 20:02
d3156d5
  • Update dependencies to latest version.

v1.15.0

Choose a tag to compare

@jonakoudijs jonakoudijs released this 15 Mar 21:52
0e1aba0

Important to note that although this is a backwards compatible change (and therefor not having a major version increase), the codebase got a complete overhaul. In case of customizations, rewrites are most likely necessary.

  • Rewrite codebase by improving reusability of components in an organized structure.
  • Add a Job service based on Celery that runs predefined tasks in set schedules.
  • Created tasks to be run by the Job service that checks for updated apps by Steam and triggers app info tasks to retrieve the latest app info and store them.

v1.14.0

Choose a tag to compare

@jonakoudijs jonakoudijs released this 27 Jul 15:34
782c953
  • Added logging based on logfmt
  • Decreased timeout of steam backend API requests to 3 seconds instead of 5
  • Decreased retry of steam backend API requests to 2 instead of 3

v1.13.5

Choose a tag to compare

@jonakoudijs jonakoudijs released this 31 Jan 20:22
  • Add exec to the CMD instruction in the container to fix handling SIGTERM. Fixes #50 issue.

v1.13.4

Choose a tag to compare

@jonakoudijs jonakoudijs released this 28 Dec 14:38
  • Add GH Action configuration for deploying to Render.

v1.13.3

Choose a tag to compare

@jonakoudijs jonakoudijs released this 05 Nov 21:10
  • Change deployment worker count to 1 to avoid memory issues (applicable to Fly.io deployment)
  • Change image tag to latest instead of old testing production (applicable to Fly.io deployment)

v1.13.2

Choose a tag to compare

@jonakoudijs jonakoudijs released this 22 Sep 13:17
  • Set Redis cache expiration in 1 execution instead of 2 separate executions

v1.13.1

Choose a tag to compare

@jonakoudijs jonakoudijs released this 07 Jul 09:01
4791119
  • Re-implement fix for memory leak

v1.13.0

Choose a tag to compare

@jonakoudijs jonakoudijs released this 25 Feb 23:04
b38ecdf
  • Add REDIS_URL configuration option for Redis cache configuration