Skip to content

v0.5.0

Compare
Choose a tag to compare
@djs0109 djs0109 released this 30 Jul 20:02
· 390 commits to master since this release
70006d6

What's Changed

  • 164 adding multientity to tutorials by @RCX112 in #260
  • 265 order in cleanup function by @SystemsPurge in #267
  • 145 update relationships with contextbrokerclient update entity by @SystemsPurge in #271
  • fix: ngsi v2 tutorials are deprecated (#255) by @WaltherTrgovac in #259
  • chore: make entity_type optional by @djs0109 in #188
  • 178 error on duplicate object by @djs0109 in #279
  • 277 specify version of fiware stack for tutorials by @RCX112 in #285
  • Add new QL endpoints of /v2/attr and /v2/attr/{attr_name} by @tzuchen-liu in #16
  • 272 mqtt v2 does not work by @FWuellhorst in #273
  • chore: delete requirements.txt and put in .gitignore by @sbanoeon in #292
  • 237 update and refactor examples by @WaltherTrgovac in #278
  • fix outdated gitlab pages by @djs0109 in #304
  • 306 example is not correctly linked in documentation by @djs0109 in #307
  • 288 filip support right now only paylaod in mqtt custom / http custom but orion already supports json and ngsi as further options by @SystemsPurge in #296
  • fix: iota_url check seperately checked now. by @mwr-ebc in #299
  • 198 support of alterationtypes in subscriptions by @djs0109 in #293
  • test: implement test for macro substitution by @djs0109 in #308
  • 203 non existing attribute is returned and causes float conversion error by @djs0109 in #311
  • 312 expressionlanguage in device should be optional by @RCX112 in #313
  • 298 covered field for more general notifications that cover multiple entity types see here by @djs0109 in #310
  • release v0.5.0 by @djs0109 in #314

Readable Changelog

  • update: allow duplicated name in device, check uniqueness of object_id (#279)
  • update: upgrade dependency of paho-mqtt to v2 (#273)
  • add: json and ngsi as payload format in custom notification model (#296)
  • add: support alterationTypes in subscription model (#293)
  • add: validation for JEXL based expression (#260)
  • add: tutorials for multi-entity (#260)
  • add: add update_entity_relationships to allow relationship update (#271)
  • add: timeseries query with all attrs and specific attr name (#16)
  • add: flag to determine the deletion of registration when clearing the CB (#267)
  • add: covered flag in notification model (#310)
  • fix: rework tutorials for pydantic v2 (#259)
  • fix: inconsistency of entity_type as required argument (#188)
  • fix: allow empty string in attribute value validation (#311)

BREAKING CHANGE: upgrade dependency of paho-mqtt to v2 (#273)

New Contributors

Full Changelog: 0.4.1...v0.5.0