Releases: ChrisMandich/PyFlume
Releases · ChrisMandich/PyFlume
v0.8.7
v0.8.3
- Add paging support for usage.py
- Add paging support for notifications.py
- Update related doc's
v0.8.2
- Fix documentation links for PyPi.
v0.8.1
- Update function name in leak.py, consolidate data.py utils
- Update PyFlume Docs
- Update version of PyFlume
v0.8.0
v0.7.2
v0.7.2
Update
- GitHub Workflow, support Python 3.10, 3.11
- Updated to use zoneinfo instead of pytz
Fix
- GitHub Workflow Tox support.
- Resolved several issues with formatting, and other code hygiene
Breaking
- Function get_token() is now token()
Fix #20
v0.7.1 #20 Update version, update format.
v0.7.0: Merge pull request #19 from ChrisMandich/Update-Token-Auth
Breaking change.
This removes the flume token file and now FlumeAuth class expected its contents to be passed through the variable 'flume_token'. This will allow all secrets to be handled outside of the PyFlume package.
v0.6.5
Fixes #18.