odoo_mqtt/iot_bridge/api
matthias.lotz 0d01b69dcd fix: session-login auth + remove session_id unique constraint (1.5.0)
- odoo_client: session-based auth via /web/session/authenticate
  for multi-database Odoo (no db_name/dbfilter required)
- mqtt_session: remove UNIQUE(device_id, session_id) constraint –
  device session_id is a local counter that resets on restart
- iot_api: revert upsert workaround (no longer needed)
- bump versions: iot_bridge 1.4.0 → 1.5.0, open_workshop_mqtt 18.0.1.4.0 → 18.0.1.5.0
2026-03-21 10:57:10 +01:00
..
__init__.py chore: Apply code quality tools (black, isort, ruff) 2026-02-18 22:20:25 +01:00
models.py feat: parser_config als Wire-Format durchgehend (Phase 3 komplett) 2026-03-11 13:05:54 +01:00
server.py fix: session-login auth + remove session_id unique constraint (1.5.0) 2026-03-21 10:57:10 +01:00