Releases: valeriansaliou/raider
Releases · valeriansaliou/raider
Raider v1.2.3
- Publish
.deb
packages for Debian 12 onx86_64
architecture.
Raider v1.2.2
- Moved the release pipeline to GitHub Actions.
Raider v1.2.1
- Improved Fixer FOREX rates polling for free Fixer accounts, by polling less frequently (every 3 days), and stopping retry polls if all poll attempts have been exhausted (3 attempts).
Raider v1.2.0
- Added a new Management API, letting third-party applications create Raider user accounts.
- Added the
server.management_token
option to authenticate to the Management API (this is a breaking change, as this value is required; please edit your configuration!).
Raider v1.1.3
- Added the
database.account_create_allow
option to disallow new account creation (can be used when creating affiliate accounts manually, after reviewing each affiliate user application).
Raider v1.1.2
- Made Raider compatible with the latest
rustc
nightly. - Added cross-compilation tools.
- Bumped dependencies.
Raider v1.1.1
- Publish
Cargo.lock
on Crates to ensure pinneddiesel
dependencies are picked up when installing fromcargo
.
Raider v1.1.0
- Bumped dependencies for compatibility with at least
rustc 1.35.0-nightly
.
Raider v1.0.2
- Ability to configure payout minimum amount (defaults to
USD 100.00
).
Raider v1.0.1
- Enforce an account password policy (
4
characters minimum,200
maximum; protects against hash attacks). - Apply limits on how many trackers an account can hold.