Skip to content

Releases: NelsonDane/auto-rsa

autoRSA 2.2.0

Choose a tag to compare

@NelsonDane NelsonDane released this 22 May 15:28
v2.2.0
1bcb1e4

Release Notes

PyPI Release: https://pypi.org/project/auto_rsa_bot/2.2.0/

Run instantly with uv: uvx auto_rsa_bot@latest
Upgrade with Pip: pip install auto_rsa_bot==2.2.0

Changes:

  • Fix Webull missing pytz by @NelsonDane in #641
  • Update tastytrade to v12
  • Update publicdotcom-py to v0.1.10
  • Update fennel-invest-api to v2.0.1
  • Update discord-py to v2.7.1
  • Update curl-cffi to v0.15.0
  • Update firstrade to v0.0.38
  • Update build dependencies

Full Changelog: v2.1.0...v2.2.0

autoRSA 2.1.0

Choose a tag to compare

@NelsonDane NelsonDane released this 14 Jan 03:19
173180b

Release Notes

PyPi Release: https://pypi.org/project/auto_rsa_bot/2.1.0/

Upgrade with Pip: pip install auto_rsa_bot==2.1.0

Changes:

  • Big Chase invest update by @MaxxRK in #614
  • Update tastytrade to v11. SEE BELOW
  • Update publicdotcom-py to v0.1.6.
  • Fix overall print completions by @Nohealz in #601
  • Update bbae-invest-api to v0.1.5
  • Update dspac-invest-api to v0.1.4
  • Update build dependencies

IMPORTANT NOTE: Tastytrade uses OAuth2 for authentication now. See readme for more details.

Full Changelog: v2.0.1...v2.1.0

autoRSA 2.0.1

Choose a tag to compare

@NelsonDane NelsonDane released this 12 Nov 23:59
4cb1180

Release Notes

PyPi Release: https://pypi.org/project/auto_rsa_bot/2.0.1/

Upgrade with Pip: pip install auto_rsa_bot==2.0.1

Changes:

  • Fix Fennel Holdings/Transactions
  • Update and trim dependencies

Full Changelog: v2.0.0...v2.0.1

autoRSA 2.0.0 🎉

Choose a tag to compare

@NelsonDane NelsonDane released this 12 Nov 00:53
37586dd

What's Changed

We're now on pypi!!
https://pypi.org/project/auto-rsa-bot

Huge changes for the project with more to come.

  • Change CLI invoke command from python autoRSA.py to auto_rsa_bot
  • Entire project and dependencies bundled into the pip package
  • Easier upgrading (pip install -U auto_rsa_bot)
  • Encouraging movement to the pip package vs cloning project locally while maintaining backwards compability (mostly...)
  • Ability to set custom Discord invoke symbol (instead of !)
  • Ability to set custom Discord bot command (instead of rsa)
  • Updated README

From development side:

  • Switch to uv
  • Mypy static typing
  • Drop support for Python 3.10 and 3.11
  • GitHub Actions for Ruff, Mypy, and Docker
  • Add Renovate bot support, running on the Escargatoire Kubernetes Homelab