File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1- ### v0.7.x
1+ ### v0.7.3
22- update: error handling for get devices list ([ #451 ] ( https://github.com/RWTH-EBC/FiLiP/pull/451 ) )
3+ - update: link FIWARE badges in README.md ([ #463 ] ( https://github.com/RWTH-EBC/FiLiP/pull/463 ) )
4+ - fix: falsy value handling on update_entity_attribute ([ #454 ] ( https://github.com/RWTH-EBC/FiLiP/pull/454 ) )
35- add: warning if `` Orion `` version is not supported ([ #200 ] ( https://github.com/RWTH-EBC/FiLiP/issues/200 ) )
46- add: support pagination for get_entity_list of NGSI-LD ([ #456 ] ( https://github.com/RWTH-EBC/FiLiP/pull/457 ) )
5- - fix: added reference for filtering ([ #455 ] ( https://github.com/RWTH-EBC/FiLiP/issues/455 ) )
7+ - add: version checker for correct cb version ([ #200 ] ( https://github.com/RWTH-EBC/FiLiP/pull/200 ) )
8+ - add: pagination for get entity list in NGSI-LD client ([ #457 ] ( https://github.com/RWTH-EBC/FiLiP/pull/457 ) )
9+ - add: new example for uploading existing dataset ([ #453 ] ( https://github.com/RWTH-EBC/FiLiP/pull/453 ) )
610
711### v0.7.2
812- update: move rdflib requirement to `` semantics `` extras
Original file line number Diff line number Diff line change 55from filip .config import settings
66from filip .clients .ngsi_v2 import HttpClient
77
8- __version__ = "0.7.2 "
8+ __version__ = "0.7.3 "
You can’t perform that action at this time.
0 commit comments