Releases: marthoc/pykuna
Releases · marthoc/pykuna
v0.6.0 (#7)
v0.5.1 (#5)
* Ensure correct request Content-Type * Bump version to 0.5.1
v0.5.0 (#4)
* Bump to v0.5.0 * Black-ify code * Add KunaRecording class New class allows modelling of recording responses from the API. * Add recordings methods to KunaCamera class New method leverages KunaRecording class to return a list of recording objects filtered by time. * Add stream_url property on KunaAPI class Preliminary groundwork for proxying camera live stream. * Convert pykuna to async Leverage asyncio and aiohttp to make pykuna fully asynchronous (breaking change: last synchronous version is v0.4.0).
v0.4.0 (#3)
* Change cameras from list to dict Streamline updates to upper implementation. * Add better logging for API request errors * Initial support for getting camera recordings * Update example.py
v0.3.0 (#2)
Add "live" parameter to certain API requests.
v0.2.0 (#1)
* Add request timeout and catch Timeout exception * Update README.md