Packages
Robust API call planning and execution for Torn City
Current section
Files
Jump to
Current section
Files
CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.2.0] - 2025-05-31
### Added
- APIv2 support through generated code from [torngen](https://github.com/Tornium/torngen)
### Changed
- Changed HTTP library from Tesla to an adapter with Finch as the default
## [0.1.1] - 2025-04-18
### Added
- Added `opts.timeout` to `Bucket.enqueue/3` and `Bucket.enqueue/4`
### Fixed
- Fixed optional loading of `prom_ex`
## [0.1.0] - 2025-03-21
### Added
- Bucket-based ratelimiter
- Telemetry through `:telemetry` and PromEx
- Telsa-based API querying