Releases: RWTH-EBC/FiLiP
Releases · RWTH-EBC/FiLiP
v0.6.0
Changelog
- add: Tutorial for connecting with secured endpoints (#319)
- add: Example for notification based command (#332)
- add: tests for clear functions (#336)
- 🚀 add: API client for NGSI-LD context broker (#338, #356, #327, #300, #301, #212, #222, #221)
- fix: clear functions for context broker (#336)
- fix: validation error of
ngsipayloadattr
when the attribute substitution is used(#351) - update: integrate the key-values endpoints with normalized endpoints (#318)
- remove:
update_entity_attributes_key_values
andupdate_entity_key_values
are removed (#318)
What's Changed
- Merge existing NGSI-LD implementation by @djs0109 in #218
- 220 ngsi ld testcases for ld data models by @djs0109 in #241
- docs: update the readme for running unittest by @djs0109 in #322
- Joss submission by @djs0109 in #324
- 281 intergrade the key values endpoints with the normal ones by @djs0109 in #318
- 221 ngsi ld migrate v2 datamodels in ld by @djs0109 in #234
- 212 testcase for every endpoint 1 by @djs0109 in #287
- 325 filip mqtt client still require object by @SystemsPurge in #329
- 289 add example for notification based command by @djs0109 in #332
- chore: example to create secure fiware header by @sbanoeon in #319
- 327 revise ngsi ld batch operation tests by @SystemsPurge in #334
- 301 ngsi ld validate nested properties dynamically by @Maghnie in #320
- Adjusted checks on clear cb cleanup function to allow for client obje… by @djs0109 in #336
- 337 initial tenant when tenant does not exist by @SystemsPurge in #344
- 339 test link header for ld by @djs0109 in #345
- 346 test cluster connection by @djs0109 in #347
- 342 clean up functions for ngsi ld context broker by @djs0109 in #348
- Added query language test for arbitrary q expressions by @SystemsPurge in #349
- fix: validation error of ngsipayloadattr by @djs0109 in #351
- 356 post entity has an unused variable update need to check the spec for the expected behavior by @djs0109 in #357
- 338 pre release filip ld by @djs0109 in #358
- upgrate requests version by @djs0109 in #355
- PR: pre release 060 by @djs0109 in #361
New Contributors
Full Changelog: 0.5.0...v0.6.0
v0.5.0
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
andngsi
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
v0.4.1
What's Changed
- chore: relax requirements to pydantic version by @djs0109 in #257
- 215 mark quantumleap subscription as deprecated by @SystemsPurge in #263
- fix: Session added as optional parameter to enable tls communication … by @djs0109 in #249
- docs: add committing style guide and fix typos (#244) by @WaltherTrgovac in #246
- 262 support entity creation with keyvalues by @djs0109 in #264
- fix: add geojson_pydantic in setup.py by @djs0109 in #276
New Contributors
- @SystemsPurge made their first contribution in #263
- @WaltherTrgovac made their first contribution in #246
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- fix: updated regex to pattern by @tstorek in #224
- Update README.md by @SBlechmann in #210
- Fix wrong msg in iota.py by @FWuellhorst in #214
- 230 increase pandas version by @FelixStege in #231
- feat: compare subscriptions for different dict formats by @FWuellhorst in #138
- feat: add mqtt internal url in tests by @djs0109 in #239
- 232 post entity will not completely override the existing entity by @djs0109 in #233
- fix: remove exclude_defaults by @tstorek in #229
- feat: add entity update with keyValues by @djs0109 in #245
- fix: include headers in request by @sbanoeon in #252
- chore: remove 37 and add 311 to test by @djs0109 in #240
- feat: make context entity more customizable by @tstorek in #256
- feat: add geojson validation by @tstorek in #258
- fix: remove root slash from paths by @sbanoeon in #253
- feat: add forcedUpdate and missing overrideMetadata by @djs0109 in #236
- 261 release v0 4 0 by @djs0109 in #266
- [PYPI-RELEASE] v0.4.0 by @djs0109 in #269
New Contributors
- @SBlechmann made their first contribution in #210
- @FelixStege made their first contribution in #231
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- fix: bug in typePattern validation by @richardmarston in #180
- fix: get() method of Units dose not work properly by @djs0109 in #193
- Add messages to all KeyErrors by @FWuellhorst in #192
- Add authorization field to fiware-header by @Malte96 in #208
- Add optional module
semantics
in setup tool by @djs0109 in #217
BREAKING CHANGE:
New Contributors
- @richardmarston made their first contribution in #180
- @Malte96 made their first contribution in #208
Full Changelog: v0.2.5...v0.3.0
v0.2.5
What's Changed
- fix: 170 edit service group not work by @djs0109 in #172
- fix: 169 service group can not be retrieved by apikey and resource by @djs0109 in #171
- feat: 182 get attributes will only return the attributes with the pre defined attribute type by @djs0109 in #183
Full Changelog: v0.2.4...v0.2.5
v0.2.4
What's Changed
- fix: remove additional escape chars when sending a string by @windrad6 in #163
- fix: context attribute wrong type conversion for value by @tstorek in #174
- fix: misleading log for does_entity_exist by @tstorek in #175
BREAKING CHANGE:
- renamed
does_entity_exists
todoes_entity_exist
Full Changelog: v0.2.3...v0.2.4
v0.2.3
What's Changed
- 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)
New Contributors
- @cl0-de made their first contribution in #142
- @djs0109 made their first contribution in #144
- @StWiemann made their first contribution in #150
- @sbanoeon made their first contribution in #147
Full Changelog: v0.2.2...v0.2.3