Skip to content

Latest commit

 

History

History
50 lines (42 loc) · 2.86 KB

CHANGELOG.md

File metadata and controls

50 lines (42 loc) · 2.86 KB

Changelog

v0.3.0 (2021-12-16)

Feature

v0.2.0 (2021-12-15)

Feature

  • ci: Enable semantic release (ce3c79a)

Fix

  • Fixed commit-subject again (32c4225)
  • Fixed commit-subject (c9a9abb)
  • Removed typo in setup.cfg (557da05)
  • Add semantic release pipeline (5a76ba4)
  • Added version placeholder to changelog (20bf979)
  • Escape '*' in regex (01db2c4)
  • Updated QueryStatement regex to match specification (0f1aeb9)

Merge

v0.1.8

  • QuantumLeap request pagination (#47)
  • introduce mqtt client (#45)
  • introduce concurrent testing (#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)

v0.1.7

  • introduced automatic testing (#18)

v0.1.0

  • 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