Skip to content

Commit

Permalink
docs: update changelog 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
WoozyMasta committed Jan 12, 2025
1 parent 0c4dbdc commit 44cc57d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,25 @@ and this project adheres to [Semantic Versioning][].
### Removed
-->

## [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

[0.1.2]: https://github.com/WoozyMasta/steam/compare/v0.1.1...v0.1.2

## [0.1.1][] - 2025-01-10

### Added
Expand Down

0 comments on commit 44cc57d

Please sign in to comment.