Releases: steamcmd/api
Releases · steamcmd/api
v1.4.3
- Add auto update Docker Hub readme in Github Actions
v1.4.2
- Fix incorrect syntax for Docker push step
- Fix leftover test values in Warmup step (too low timeout value)
v1.4.1
- Enable automatic deployments and testing with Github Actions
v1.4.0
- 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
- Fix broken build by resetting ENTRYPOINT (which was overwritten by
steamcmd/steamcmdsource image) and changing CMD
v1.3.0
- Use general steamcmd/steamcmd Docker image as source instead of personal one
v1.2.1
- 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
- Remove local Steam cache files to make force latest information being retrieved from Steam. See related Github issue
v1.1.0
- Change CORS to allow all ("*")
v1.0.0
- First stable release
- Implemented
/info/:idApp Info endpoint - Implemented
/versionAPI Version endpoint - Added and configured Timber and Sentry (error) logging