Releases: NelsonDane/auto-rsa
Releases · NelsonDane/auto-rsa
Release list
autoRSA 2.2.0
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
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
tastytradetov11. SEE BELOW - Update
publicdotcom-pytov0.1.6. - Fix overall print completions by @Nohealz in #601
- Update
bbae-invest-apitov0.1.5 - Update
dspac-invest-apitov0.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
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 🎉
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.pytoauto_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