Releases: Open-Building-Management/pyemoncms
Release list
v0.1.3
use "fulljson" in input_post method
the original design of emoncms used ‘json’ as the parameter even though it was not valid JSON. When the ability to post a validated JSON was introduced, json was left for backwards compatibility and fulljson is now used for validated JSON.
Full Changelog: v0.1.2...v0.1.3
co-authored with @borpin
v0.1.2
Backward compatible with version 0.1.1
Add an async_post_input method, to post data on emoncms through the /post/input route
Full Changelog: v0.1.1...v0.1.2
v0.1.1
v0.1.0
v0.0.9
v0.0.8
remove uiid parameter from async_list_feeds method
v0.0.7
Avoid creation of a brand new aiohttp.ClientSession on every call
using dataclass
Full Changelog: v0.0.6...v0.0.7
v0.0.6
add uiid parameter to async_list_feeds method, with default value to False
add tests
Full Changelog: v0.0.5...v0.0.6