Skip to content

Releases: steamcmd/api

v1.4.3

15 Jul 13:26

Choose a tag to compare

  • Add auto update Docker Hub readme in Github Actions

v1.4.2

15 Jul 09:13

Choose a tag to compare

  • Fix incorrect syntax for Docker push step
  • Fix leftover test values in Warmup step (too low timeout value)

v1.4.1

15 Jul 09:08

Choose a tag to compare

  • Enable automatic deployments and testing with Github Actions

v1.4.0

15 Jul 08:44

Choose a tag to compare

  • Fix VDF to JSON parse bug (tabs to spaces)
  • Improve error handling and response in case of parse failures
  • Remove left-over Sentry configuration
  • Make Gunicorn workers and threads configurable through environment variables (in Docker)
  • Change development (Docker Compose) behaviour of Gunicorn by changing workers and threads

v1.3.1

15 Jul 08:43

Choose a tag to compare

  • Fix broken build by resetting ENTRYPOINT (which was overwritten by steamcmd/steamcmd source image) and changing CMD

v1.3.0

15 Jul 08:41

Choose a tag to compare

  • Use general steamcmd/steamcmd Docker image as source instead of personal one

v1.2.1

15 Jul 08:40

Choose a tag to compare

  • Reimplement VDF parser function with a different approach. A parent function will try the new implementation and if needed fall back to the old function

v1.2.0

15 Jul 08:39

Choose a tag to compare

  • Remove local Steam cache files to make force latest information being retrieved from Steam. See related Github issue

v1.1.0

15 Jul 08:37

Choose a tag to compare

  • Change CORS to allow all ("*")

v1.0.0

15 Jul 08:35

Choose a tag to compare

  • First stable release
  • Implemented /info/:id App Info endpoint
  • Implemented /version API Version endpoint
  • Added and configured Timber and Sentry (error) logging