v0.6.1
Version 0.6.1 (July 19th, 2023)
Fix
- 🐛 Fix
metric_keys
incorrectly categorized as a filter instead of a top-level parameter within theQuery
class.
Internal
- 🔧 Changed the custom
IntEnum
implementation to not override the standard lib'sIntEnum.__str__
. - 🔨 Added
nox
session for deploying docs.
Tests
- 🧪 Added tests for checking that filters and parameters are assigned correctly in
Client
methods.
Docs
- 📓 Added warning about potential SSL errors outside of
bavapi
when using the Fount API.
What's Changed
- Fix
metric_keys
as a top-level query parameter by @nachomaiz in #6 - Don't override
IntEnum.__str__
method by @nachomaiz in #7 - Updated docs by @nachomaiz in #8
Full Changelog: v0.6.0...v0.6.1