Skip to content

Releases: ChrisMandich/PyFlume

v0.8.7

24 Jun 06:43
Compare
Choose a tag to compare
  • Merge #32
  • Update Git Actions
  • Cleanup code

v0.8.3

20 Aug 14:43
25bee56
Compare
Choose a tag to compare
  • Add paging support for usage.py
  • Add paging support for notifications.py
  • Update related doc's

v0.8.2

19 Aug 15:08
Compare
Choose a tag to compare
  • Fix documentation links for PyPi.

v0.8.1

19 Aug 14:32
d1af1e9
Compare
Choose a tag to compare
  • Update function name in leak.py, consolidate data.py utils
  • Update PyFlume Docs
  • Update version of PyFlume

v0.8.0

18 Aug 16:13
e540158
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release

Refactor code and add support for new endpoints (#29)

  • Add support for the Leak endpoint
  • Add support for the Usage endpoint (#27)
  • Refactor code

v0.7.2

17 Aug 15:29
13fc637
Compare
Choose a tag to compare

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

03 Oct 21:07
c3a835b
Compare
Choose a tag to compare
v0.7.1

#20 Update version, update format.

v0.7.0: Merge pull request #19 from ChrisMandich/Update-Token-Auth

10 May 06:33
6f9924b
Compare
Choose a tag to compare

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

09 May 22:38
Compare
Choose a tag to compare
Fixes #18.

v0.6.4

10 Mar 23:59
Compare
Choose a tag to compare

Fix issue #16. Refine requirements with specific supported version numbers to avoid future issues from requirement upgrades.