Skip to content

Commit bbc4b5a

Browse files
committed
Version 3.
1 parent 270336d commit bbc4b5a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## Version 3
4+
5+
* Unified query behaviour of all API classes (introducing potentially breaking changes as the order of parameters needed to change).
6+
* Added support for arbitrary expressions and kwargs on almost all select functions defined at the API classes, e.g. for Measurements, Events, Alarms, Inventory, etc. Using the expression parameter (always the first in all select-like functions that support it), an arbitrary query expression can be defined which will be forwarded to the REST API as-is. Using kwargs, additional maybe undocumented or deprecated parameters can be defined.
7+
* Additional, undocumented select parameters will automatically be converted to Pascal case (e.g. my_undocumented_arg will be translated to myUndocumentedArg).
8+
* Incorporated pull request to remove dependency on deprecated pkg_resources package (thanks @reubenmiller).
9+
* Incorporated pull request to support context handlers.
10+
* Many additional unit tests and integration tests.
11+
12+
313
## Version 2.1
414

515
* Added support for processing mode on all API base classes

0 commit comments

Comments
 (0)