Skip to content

Release v0.1.2

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jan 04:12
· 3 commits to master since this release

0.1.2 - 2025-01-12

Added

  • utils/appid
  • filedetails support for splitting requested IDs into chunks to avoid
    exceeding the URI request length limit
  • filedetails new GetConcurrent methods for Query which allows you to
    execute multiple API requests concurrently
  • filedetails for Query added SetConcurrency and SetChunkMax methods

Changed

  • serverlist Server.Region change type to int to prevent overflow
  • serverlist Extend tests
  • filedetails Extend tests