Skip to content

Releases: Open-Building-Management/pyemoncms

v0.1.3

16 Sep 13:51

Choose a tag to compare

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

01 Aug 14:17
de04b01

Choose a tag to compare

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

29 Jun 14:06

Choose a tag to compare

remove the uuid warning

v0.1.0

28 Jun 12:46

Choose a tag to compare

mention url in uuid warning

v0.0.9

28 Jun 11:38

Choose a tag to compare

create method async_get_uuid

v0.0.8

27 Jun 20:51

Choose a tag to compare

remove uiid parameter from async_list_feeds method

v0.0.7

18 Jun 20:01
c6313d2

Choose a tag to compare

Avoid creation of a brand new aiohttp.ClientSession on every call
using dataclass

Full Changelog: v0.0.6...v0.0.7

v0.0.6

16 Jun 14:03

Choose a tag to compare

add uiid parameter to async_list_feeds method, with default value to False
add tests

Full Changelog: v0.0.5...v0.0.6

v0.0.5

11 Jun 11:17

Choose a tag to compare

Full Changelog: v0.0.4...v0.0.5

v0.0.4

11 Jun 10:27

Choose a tag to compare

Full Changelog: v0.0.3...v0.0.4