Skip to content

Releases: valeriansaliou/raider

Raider v1.2.3

05 Sep 14:54
v1.2.3
bfb0c4e
Compare
Choose a tag to compare
  • Publish .deb packages for Debian 12 on x86_64 architecture.

Raider v1.2.2

07 Jul 13:46
v1.2.2
d013022
Compare
Choose a tag to compare
  • Moved the release pipeline to GitHub Actions.

Raider v1.2.1

31 Jan 09:58
1128a16
Compare
Choose a tag to compare
  • 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

18 May 16:42
8c8d681
Compare
Choose a tag to compare
  • 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

08 Jan 20:16
81a5fb0
Compare
Choose a tag to compare
  • 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

06 Jul 08:12
ffbf529
Compare
Choose a tag to compare
  • Made Raider compatible with the latest rustc nightly.
  • Added cross-compilation tools.
  • Bumped dependencies.

Raider v1.1.1

13 Aug 06:18
5f0800d
Compare
Choose a tag to compare
  • Publish Cargo.lock on Crates to ensure pinned diesel dependencies are picked up when installing from cargo.

Raider v1.1.0

13 Aug 06:10
e94bb5c
Compare
Choose a tag to compare
  • Bumped dependencies for compatibility with at least rustc 1.35.0-nightly.

Raider v1.0.2

01 Mar 10:50
9ad8b1e
Compare
Choose a tag to compare
  • Ability to configure payout minimum amount (defaults to USD 100.00).

Raider v1.0.1

01 Feb 14:42
5ac1f1b
Compare
Choose a tag to compare
  • Enforce an account password policy (4 characters minimum, 200 maximum; protects against hash attacks).
  • Apply limits on how many trackers an account can hold.