Releases: NotLe0n/tMLAPIs
Releases · NotLe0n/tMLAPIs
Release v12.0.2
Changes
Updated scheduling:
- mods table updates every two hours
- mod_history still updates at 10 UTC, but now retries every two hours if it fails
Release v12.0.1
Changes
- fix author apis on steam users with restricted visibility
Release v12.0.0
Changes
BREAKING: Changed the type of all steamid64 fields back to String. This is because Javascript cannot parse large numbers correctly because the number type is a floating point number.
Release v11.0.0
Changes
- BREAKING: Changed the
/history/globalapi to only return aggregate data, due to the large amount produced. - Added a hidden api
/get_steam_avatar?<steamids>, which returns avatar urls for every steam id provided
Release v10.0.0
Changes
- BREAKING: Changed the type of author_id and mod_id to u64 in all /1.4/ endpoints
- BREAKING: the children field in all /1.4/ endpoints now only returns a list of mod_id's, instead of an object
- /1.4/list and /1.4/author_list now get their data from a Database, which gets updated twice a day (10:00 & 22:00 UTC)
- This means the data is now no longer fully up to date
- however the APIs are now a LOT faster, since it doesn't request the SteamAPI hundreds of times
Release v9.0.1
Changes
Removed compose file
Release v9.0.0
Changes
- Added the
/1.4/list_authorsendpoint, to get a list of all authors and their mods. - Added
/1.4/historyendpoints, which track daily stats.
Release v8.0.0
Changes
- [Breaking] Fixed "socials" not showing up if not all fields are set
- Added sketchfab to socials
- Fixed crash in /1.4/list due to a broken mod
- Some internal improvements
Release v7.0.4
Changes
hotfix
Release v7.0.3
Changes
- Internal: Better Dockerfile