- fixed inconsistency of
entity_type
as required argument (#188)
- fixed service group edition not working (#170)
- fixed service group can not be retrieved by apikey and resource (#169)
- add new argument
strict_data_type
to entity.get_attributes to allow disabling the validator of data types (#182)
- fixed ContextAttribute: wrong type conversion for value (#173)
- fixed Change does_entity_exists create error message if entity does not exist (#167)
- fixed remove additional escape chars when sending a string (#163)
- added
override_metadata
argument according to new metadata update semantics in orion (https://fiware-orion.readthedocs.io/en/master/user/metadata.html#updating-metadata) (#157) - fixed test for patch_entity (#157)
- added flag to ntoify only changed attributes (#154)
- fixed issue of client generation when multiple clients are required (#151)
- fixed throttling=0 is not working when posting a subscription (#148)
- added filter functions for better subscription handling (#141)
- added filter functions for better device handling (#143)
- fixed coupled delete of devices and entities (#143)
- Add images to tutorials (#139)
- Updated requirements for tutorials (#132)
- fixed quantumleap timeseries header (#133)
- fixed broken imports for tutorials (#134)
- Refactored units model (#107)
- Updated and moved data model generator (#117)
- quantumleap subscription missing ql_url (#108)
- Fixed lazy attributes in IoTA Device model (#105)
- Added get_commands to ContextEntity model (#87)
- Added missing attribute requets for context broker (#113)
- Fixed broken attribute mapping in IoTAMQTTClient (#122)
- Added tutorials (#111)
- Updated documentation (#151)
- QuantumLeap request pagination (#47)
- introduce mqtt client (#45)
- introduce concurrent testing and clean up utils(#41)
- include default values in subscription update (#39)
- move back to more simple docs design (#32)
- added MQTT notifications (#24)
- introduced CHANGELOG.md with versions
- semantic model features #30
- remodeled ngsi-v2 models (#58,#59,#60)
- improved ContextEntity and Device deleting methods (#27)
- patch methods for ContextEntity and Device (#74)
- refactored and improved Examples (#90)
- introduced automatic testing (#18)
- Completely reworked the structure of the library
- Added documentation
- Use Pydantic for model validation and parsing
- Added unittests
- Configuration via environment variables, json or local
- Moved to github.com/RWTH-EBC
- Bugfix