Skip to content

Tags: bringauto/external-server

Tags

v2.2.14

Toggle v2.2.14's commit message
fix(mqtt): discard non-connect messages while awaiting connect to bre…

…ak the reconnect deadlock

v2.2.13

Toggle v2.2.13's commit message
fix(mqtt): discard non-connect messages while awaiting connect to bre…

…ak the reconnect deadlock

v2.2.12

Toggle v2.2.12's commit message
build(docker): bump teleop module version to v1.0.7

v2.2.11

Toggle v2.2.11's commit message
fix(docker): copy version.txt from teleop-module clone into modules dir

v2.2.10

Toggle v2.2.10's commit message
Release v2.2.10 (tracks master): modules on fleet-protocol-interface …

…v2.1.0

v2.2.9

Toggle v2.2.9's commit message
BAF-1446: fix stale command clearing on device reconnect

- Only clear module command queue when no other device was connected to that module before reconnect
- Fix _CommandQueue.clear() race: replace blocking get() loop with atomic Queue.mutex drain

v2.2.8

Toggle v2.2.8's commit message
Update external_server/config.py

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

v2.2.7

Toggle v2.2.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #54 from bringauto/handle_unexpected_connect_msg

Resolve BAF-1393

v2.2.6

Toggle v2.2.6's commit message
add CACHE_BUST arg to module builders to allow cache invalidation

v2.2.5

Toggle v2.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: add CMCONF_FLEET_PROTOCOL_DIR to cmake builds (#51)

* test: remove transparent module from Docker build

* fix: add CMCONF_INSTALL_AS_SYMLINK=ON to cmake builds

* fix: add CMCONF_FLEET_PROTOCOL_DIR to cmake builds

* fix: pin CMCONF_FLEET_PROTOCOLConfig.cmake via CMCONF_VERSION ARG