From c0efea08fdab2d792460b6f6b01e100c8c8d7e3b Mon Sep 17 00:00:00 2001 From: Simon J Stuart Date: Fri, 21 Aug 2026 08:34:30 +0200 Subject: [PATCH 01/11] chore: prepare Event 5.8.2 metadata (#21) --- library.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library.json b/library.json index 8ced8db..f75f71c 100644 --- a/library.json +++ b/library.json @@ -21,14 +21,14 @@ "type": "git", "url": "https://github.com/Flowduino/ESPressio-Event.git" }, - "version": "5.8.1", + "version": "5.8.2", "license": "Apache-2.0", "frameworks": "arduino", "platforms": "espressif32", "dependencies": [ { "name": "ESPressio-Threads", - "version": ">=3.1.3 <4.0.0", + "version": ">=3.1.4 <4.0.0", "url": "https://github.com/Flowduino/ESPressio-Threads.git", "platforms": "espressif32" }, @@ -41,7 +41,7 @@ { "owner": "flowduino", "name": "ESPressio-Timing", - "version": ">=2.2.3 <3.0.0" + "version": ">=2.2.4 <3.0.0" } ] } From b2fa2b83af795f43a257ba91e4d1bc661e905c29 Mon Sep 17 00:00:00 2001 From: Simon J Stuart Date: Fri, 21 Aug 2026 08:34:40 +0200 Subject: [PATCH 02/11] chore: prepare Event 5.8.2 Arduino metadata (#21) --- library.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library.properties b/library.properties index 28088b0..e8a3233 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Flowduino ESPressio-Event -version=5.8.1 +version=5.8.2 author=Simon J. Stuart maintainer=Flowduino.com sentence=Event-driven development library for ESP32 microcontrollers @@ -8,4 +8,4 @@ category=Communication url=https://github.com/Flowduino/ESPressio-Event architectures=esp32 includes=ESPressio_Event.hpp,ESPressio_EventThread.hpp,ESPressio_PrecisionEventThread.hpp -depends=ESPressio-Threads (>=3.1.3 && <4.0.0),Flowduino ESPressio-Observable (>=3.0.1 && <4.0.0),Flowduino ESPressio-Timing (>=2.2.3 && <3.0.0) +depends=ESPressio-Threads (>=3.1.4 && <4.0.0),Flowduino ESPressio-Observable (>=3.0.1 && <4.0.0),Flowduino ESPressio-Timing (>=2.2.4 && <3.0.0) From 348a6ebf4c6be7d958365678a224726192dd68c2 Mon Sep 17 00:00:00 2001 From: Simon J Stuart Date: Fri, 21 Aug 2026 08:34:48 +0200 Subject: [PATCH 03/11] chore: prepare Event 5.8.2 component metadata (#21) --- component.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/component.mk b/component.mk index 5674c90..c13d9a2 100644 --- a/component.mk +++ b/component.mk @@ -5,7 +5,7 @@ COMPONENT_REQUIRES := ESPressio_Threads ESPressio_Observable ESPressio_Timing CXXFLAGS += -DESPRESSIO_EVENT CXXFLAGS += -DESPRESSIO_EVENT_VERSION_MAJOR=5 CXXFLAGS += -DESPRESSIO_EVENT_VERSION_MINOR=8 -CXXFLAGS += -DESPRESSIO_EVENT_VERSION_PATCH=1 -CXXFLAGS += -DESPRESSIO_EVENT_VERSION_STRING=\"5.8.1\" +CXXFLAGS += -DESPRESSIO_EVENT_VERSION_PATCH=2 +CXXFLAGS += -DESPRESSIO_EVENT_VERSION_STRING=\"5.8.2\" CXXFLAGS += -std=gnu++17 From 5a9d12c9fc37e2284eb7ae959360c244f8868f1c Mon Sep 17 00:00:00 2001 From: Simon J Stuart Date: Fri, 21 Aug 2026 08:35:36 +0200 Subject: [PATCH 04/11] docs: refresh Event dependency chart for 5.8.2 (#21) --- ESPRESSIO_DEPENDENCY_CHART.md | 80 +++++++++++++++++++++-------------- 1 file changed, 49 insertions(+), 31 deletions(-) diff --git a/ESPRESSIO_DEPENDENCY_CHART.md b/ESPRESSIO_DEPENDENCY_CHART.md index 1696337..816d8fc 100644 --- a/ESPRESSIO_DEPENDENCY_CHART.md +++ b/ESPRESSIO_DEPENDENCY_CHART.md @@ -1,26 +1,26 @@ -# ESPressio Dependency Chart — Event 5.8.1 +# ESPressio Dependency Chart — Event 5.8.2 ![ESPressio Library Dependency Chart](ESPRESSIO_DEPENDENCY_CHART.png) ## Required dependencies ```text -ESPressio Event 5.8.1 - -> ESPressio Threads >= 3.1.3 < 4.0.0 - -> ESPressio Timing >= 2.2.3 < 3.0.0 +ESPressio Event 5.8.2 + -> ESPressio Threads >= 3.1.4 < 4.0.0 + -> ESPressio Timing >= 2.2.4 < 3.0.0 -> ESPressio Observable >= 3.0.1 < 4.0.0 ``` The transitive required chain is: ```text -Event 5.8.1 - -> Threads 3.1.3 - -> Timing 2.2.3 - -> Units 0.2.2 +Event 5.8.2 + -> Threads 3.1.4 + -> Timing 2.2.4 + -> Units 0.2.3 -> Observable 3.0.1 - -> Timing 2.2.3 - -> Units 0.2.2 + -> Timing 2.2.4 + -> Units 0.2.3 -> Observable 3.0.1 -> Observable 3.0.1 ``` @@ -31,11 +31,12 @@ Ordinary local Event use does not require Serializable. Serializable Events, runtime Serializable Event construction, and Event Transport require: ```text -ESPressio Serializable >= 0.10.1 < 1.0.0 +ESPressio Serializable >= 0.10.2 < 1.0.0 ``` -Serializable 0.10.1 preserves the ESPB v2 wire representation while adding -bounded/allocation-free inspection facilities. Event's transport wire format is +Serializable 0.10.2 preserves the ESPB v2 wire representation while retaining +bounded/allocation-free inspection facilities and correcting the strict-build +warning exposed by downstream consumers. Event's transport wire format is unchanged by this dependency refresh. ## Optional Observer-to-Event bridges @@ -57,31 +58,32 @@ do not become mandatory Event dependencies merely because bridge headers exist. ```text FOUNDATIONAL ├── Observable 3.0.1 -├── Serializable 0.10.1 -├── Units 0.2.2 +├── Serializable 0.10.2 +├── Units 0.2.3 ├── Security 0.2.0 └── Command 0.3.0 RUNTIME -└── Timing 2.2.3 +└── Timing 2.2.4 EXECUTION -└── Threads 3.1.3 +└── Threads 3.1.4 TRANSPORT / INTEGRATION ├── Sockets 0.5.0 -└── ESP-Now 0.5.1 +└── ESP-Now 0.5.2 EVENT -└── Event 5.8.1 +└── Event 5.8.2 DIAGNOSTICS / OPERATOR -└── Serial 0.5.1 +└── Serial 0.5.1 (release candidate) ``` ## Circular-dependency audit -There is one currently known reciprocal optional relationship: +There are two reciprocal optional relationships that should be removed in a +future architecture cleanup: ```text ESP-Now - - -> Event @@ -91,14 +93,25 @@ Event - - -> ESP-Now ESPNowTransportEventBridge ``` -Although neither edge is mandatory, this violates the desired dependency rule: -integration dependencies should cascade downstream and must not point back into -a consumer that already depends on the abstraction. +and: + +```text +Sockets - - -> Event + socket Event transports + +Event - - -> Sockets + SocketWorkerEventBridge + SocketSecuritySessionEventBridge +``` + +Although none of these edges is mandatory, each pair violates the desired +dependency rule: integration dependencies should cascade downstream and must not +point back into a consumer that already depends on the abstraction. ### Preferred resolution -Event should remain the upstream, transport-neutral abstraction. The -ESP-Now-specific Observer-to-Event bridge should move downstream: +Event should remain the upstream, transport-neutral abstraction. Transport- +specific Observer-to-Event bridges should move downstream: ```text Event @@ -109,14 +122,19 @@ Event ESP-Now Event integration ├── ESPNowEventTransport └── ESPNowTransportEventBridge + +Sockets Event integration + ├── socket Event transports + ├── SocketWorkerEventBridge + └── SocketSecuritySessionEventBridge ``` -A dedicated integration package would also be valid if keeping both libraries -completely unaware of one another is preferable. +Dedicated integration packages would also be valid if keeping the core +libraries completely unaware of one another is preferable. -Until that relocation occurs, Event 5.8.1 does not add or strengthen any new -Event -> ESP-Now package-level dependency. The existing bridge remains available -for compatibility only. +Until those relocations occur, Event 5.8.2 does not add or strengthen any new +Event -> ESP-Now or Event -> Sockets package-level dependency. Existing bridge +headers remain available for compatibility only. ## Dependency-direction rule From 1eea7a84d9eb735efe16fd5a777eefb3c8b9c31a Mon Sep 17 00:00:00 2001 From: Simon J Stuart Date: Fri, 21 Aug 2026 08:35:50 +0200 Subject: [PATCH 05/11] ci: validate Event 5.8.2 against dependency cascade candidates (#21) --- .github/workflows/tests.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e0537f2..c5dea29 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,12 +19,12 @@ jobs: - uses: actions/checkout@v4 with: repository: Flowduino/ESPressio-Timing - ref: 2.2.3 + ref: feature/7-units-0.2.3-dependency-refresh path: ESPressio_Timing - uses: actions/checkout@v4 with: repository: Flowduino/ESPressio-Units - ref: 0.2.2 + ref: feature/4-serializable-0.10.2-dependency-refresh path: ESPressio-Units - name: Configure run: cmake -S ESPressio-Event/tests -B build @@ -47,22 +47,22 @@ jobs: - uses: actions/checkout@v4 with: repository: Flowduino/ESPressio-Units - ref: 0.2.2 + ref: feature/4-serializable-0.10.2-dependency-refresh path: project/dependencies/ESPressio-Units - uses: actions/checkout@v4 with: repository: Flowduino/ESPressio-Timing - ref: 2.2.3 + ref: feature/7-units-0.2.3-dependency-refresh path: project/dependencies/ESPressio-Timing - uses: actions/checkout@v4 with: repository: Flowduino/ESPressio-Threads - ref: 3.1.3 + ref: feature/47-timing-2.2.4-dependency-refresh path: project/dependencies/ESPressio-Threads - uses: actions/checkout@v4 with: repository: Flowduino/ESPressio-Serializable - ref: 0.10.1 + ref: 0.10.2 path: project/dependencies/ESPressio-Serializable - uses: actions/checkout@v4 with: @@ -82,7 +82,7 @@ jobs: - uses: actions/checkout@v4 with: repository: Flowduino/ESPressio-ESP-Now - ref: 0.5.1 + ref: feature/12-timing-2.2.4-dependency-refresh path: project/dependencies/ESPressio-ESP-Now - uses: actions/setup-python@v5 with: From b96101e1ca9a399dd3bef9373c66e1c1bcbc0b42 Mon Sep 17 00:00:00 2001 From: Simon J Stuart Date: Fri, 21 Aug 2026 08:36:07 +0200 Subject: [PATCH 06/11] ci: add temporary Event dependency documentation helper (#21) --- .../workflows/_dependency-doc-maintenance.yml | 51 +++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 .github/workflows/_dependency-doc-maintenance.yml diff --git a/.github/workflows/_dependency-doc-maintenance.yml b/.github/workflows/_dependency-doc-maintenance.yml new file mode 100644 index 0000000..bac3b37 --- /dev/null +++ b/.github/workflows/_dependency-doc-maintenance.yml @@ -0,0 +1,51 @@ +name: Dependency documentation maintenance + +on: + push: + branches: + - feature/21-serializable-0.10.2-cascade-refresh + +permissions: + contents: write + +jobs: + update-docs: + if: github.actor != 'github-actions[bot]' + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: Update README and changelog + shell: python + run: | + from pathlib import Path + + readme = Path('README.md') + text = readme.read_text() + for value in ['5.8.1', '3.1.3', '2.2.3', '0.10.1']: + if value not in text: + raise SystemExit(f'Missing expected README version: {value}') + text = text.replace('5.8.1', '5.8.2') + text = text.replace('3.1.3', '3.1.4') + text = text.replace('2.2.3', '2.2.4') + text = text.replace('0.10.1', '0.10.2') + text = text.replace('Units 0.2.2', 'Units 0.2.3') + text = text.replace('ESP-Now 0.5.1', 'ESP-Now 0.5.2') + readme.write_text(text) + + changelog = Path('CHANGELOG.md') + current = changelog.read_text() + if '## 5.8.2 — 2026-08-21' not in current: + entry = '''# Changelog\n\n## 5.8.2 — 2026-08-21\n\n### Changed\n- Raised the required ESPressio Threads baseline from 3.1.3 to 3.1.4.\n- Raised the required ESPressio Timing baseline from 2.2.3 to 2.2.4.\n- Raised the optional ESPressio Serializable baseline from 0.10.1 to 0.10.2 for Serializable Events, runtime construction and Event Transport integrations.\n- Preserved the required ESPressio Observable baseline at `>=3.0.1 <4.0.0`.\n- Updated package, ESP-IDF component, README and dependency documentation for Event 5.8.2.\n- Preserved Security, Command, Sockets and ESP-Now as opt-in bridge dependencies and did not strengthen the existing Event↔ESP-Now or Event↔Sockets reciprocal optional relationships.\n\n### Compatibility\n- No Event, EventThread, listener, Observer, Event Transport, routing, bridge or wire-format API changes are introduced by this dependency-maintenance release.\n- Event Transport continues to use the existing ESPB v2 payload representation.\n\n''' + if not current.startswith('# Changelog\n\n'): + raise SystemExit('Unexpected CHANGELOG header') + current = entry + current[len('# Changelog\n\n'):] + changelog.write_text(current) + - name: Commit documentation update + shell: bash + run: | + if git diff --quiet -- README.md CHANGELOG.md; then exit 0; fi + git config user.name github-actions[bot] + git config user.email 41898282+github-actions[bot]@users.noreply.github.com + git add README.md CHANGELOG.md + git commit -m 'docs: refresh Event 5.8.2 dependency references (#21)' + git push From fe91f41db78b14b772808a8acf700bc3be8035c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 06:36:14 +0000 Subject: [PATCH 07/11] docs: refresh Event 5.8.2 dependency references (#21) --- CHANGELOG.md | 14 ++++++++++++++ README.md | 34 +++++++++++++++++----------------- 2 files changed, 31 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb2b15a..9ceaa24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 5.8.2 — 2026-08-21 + +### Changed +- Raised the required ESPressio Threads baseline from 3.1.3 to 3.1.4. +- Raised the required ESPressio Timing baseline from 2.2.3 to 2.2.4. +- Raised the optional ESPressio Serializable baseline from 0.10.1 to 0.10.2 for Serializable Events, runtime construction and Event Transport integrations. +- Preserved the required ESPressio Observable baseline at `>=3.0.1 <4.0.0`. +- Updated package, ESP-IDF component, README and dependency documentation for Event 5.8.2. +- Preserved Security, Command, Sockets and ESP-Now as opt-in bridge dependencies and did not strengthen the existing Event↔ESP-Now or Event↔Sockets reciprocal optional relationships. + +### Compatibility +- No Event, EventThread, listener, Observer, Event Transport, routing, bridge or wire-format API changes are introduced by this dependency-maintenance release. +- Event Transport continues to use the existing ESPB v2 payload representation. + ## 5.8.1 — 2026-08-20 ### Changed diff --git a/README.md b/README.md index 73da903..006e30b 100644 --- a/README.md +++ b/README.md @@ -10,20 +10,20 @@ queues, listener/observer registration, priority dispatch, high-resolution Event timing, optional Observer-to-Event bridges, and optional transport-neutral Serializable Event routing. -## Current Version — 5.8.1 +## Current Version — 5.8.2 -ESPressio Event **5.8.1** is a dependency-maintenance patch over 5.8.0. It retains the expanded Observable-to-Event bridge surface while refreshing the validated upstream dependency baselines. +ESPressio Event **5.8.2** is a dependency-maintenance patch over 5.8.0. It retains the expanded Observable-to-Event bridge surface while refreshing the validated upstream dependency baselines. Current dependency model: ```text Required - ESPressio Threads >= 3.1.3 < 4.0.0 - ESPressio Timing >= 2.2.3 < 3.0.0 + ESPressio Threads >= 3.1.4 < 4.0.0 + ESPressio Timing >= 2.2.4 < 3.0.0 ESPressio Observable >= 3.0.1 < 4.0.0 Optional Serializable Event / Event Transport - ESPressio Serializable >= 0.10.1 < 1.0.0 + ESPressio Serializable >= 0.10.2 < 1.0.0 Optional observer bridge sources ESPressio Security >= 0.2.0 < 1.0.0 @@ -34,7 +34,7 @@ Optional observer bridge sources Security and Command remain valid one-way bridge dependencies: those libraries expose synchronous Observable contracts and do not depend back upon Event. -The dependency audit for 5.8.1 identifies two reciprocal optional relationships that should not be strengthened: +The dependency audit for 5.8.2 identifies two reciprocal optional relationships that should not be strengthened: ```text Sockets -> Event concrete socket Event transports @@ -235,22 +235,22 @@ library: ``` ini lib_deps = - flowduino/ESPressio-Event@^5.8.1 + flowduino/ESPressio-Event@^5.8.2 ``` The mandatory dependency graph is: ``` text -ESPressio Event 5.8.1 +ESPressio Event 5.8.2 | - +-- ESPressio Threads >= 3.1.3 < 4.0.0 + +-- ESPressio Threads >= 3.1.4 < 4.0.0 | +-- ESPressio Observable >= 3.0.1 < 4.0.0 | - +-- ESPressio Timing >= 2.2.3 < 3.0.0 + +-- ESPressio Timing >= 2.2.4 < 3.0.0 ``` -ESPressio Units 0.2.2 is carried by the Timing dependency stack. +ESPressio Units 0.2.3 is carried by the Timing dependency stack. **ESPressio Serializable is not a mandatory Event dependency.** It is required only when an application explicitly opts into Serializable @@ -258,10 +258,10 @@ Events, runtime Serializable Event construction, or Event Transport. The validated current baseline is: ```text -ESPressio Serializable >= 0.10.1 < 1.0.0 +ESPressio Serializable >= 0.10.2 < 1.0.0 ``` -Security, Command, Sockets and ESP-Now remain optional bridge dependencies only. Event 5.8.1 introduces no new mandatory dependency on any of them. +Security, Command, Sockets and ESP-Now remain optional bridge dependencies only. Event 5.8.2 introduces no new mandatory dependency on any of them. ### Dependency direction and transport-specific bridges @@ -392,7 +392,7 @@ directly: the originating libraries expose synchronous Observer notifications, while ESPressio Event can optionally convert those notifications into asynchronous Events. -Event 5.8 extends the same model to Security, Command, Sockets, and ESP-Now. The 5.8.1 dependency audit additionally distinguishes valid one-way bridges from transport-specific bridges that should ultimately move downstream to avoid reciprocal optional dependency edges. +Event 5.8 extends the same model to Security, Command, Sockets, and ESP-Now. The 5.8.2 dependency audit additionally distinguishes valid one-way bridges from transport-specific bridges that should ultimately move downstream to avoid reciprocal optional dependency edges. ------------------------------------------------------------------------ @@ -1091,8 +1091,8 @@ Serializable explicitly: ``` ini lib_deps = - flowduino/ESPressio-Event@^5.8.1 - flowduino/ESPressio-Serializable@^0.10.1 + flowduino/ESPressio-Event@^5.8.2 + flowduino/ESPressio-Serializable@^0.10.2 ``` ## `SerializableEvent` @@ -1478,7 +1478,7 @@ payload length ``` The payload uses the ESPressio Serializable **ESPB v2 binary wire format**. -Event 5.8.1 validates against Serializable 0.10.1 while preserving the existing wire representation and direct binary transport path, with the archive path retained for compatibility/schema-migration cases. +Event 5.8.2 validates against Serializable 0.10.2 while preserving the existing wire representation and direct binary transport path, with the archive path retained for compatibility/schema-migration cases. ## EventTransportManager observation From 573fbbde45194655f29955e994034008cf48bbe9 Mon Sep 17 00:00:00 2001 From: Simon J Stuart Date: Fri, 21 Aug 2026 08:36:16 +0200 Subject: [PATCH 08/11] chore: trigger Event dependency documentation maintenance (#21) --- .dependency-doc-maintenance-trigger | 1 + 1 file changed, 1 insertion(+) create mode 100644 .dependency-doc-maintenance-trigger diff --git a/.dependency-doc-maintenance-trigger b/.dependency-doc-maintenance-trigger new file mode 100644 index 0000000..5c33b15 --- /dev/null +++ b/.dependency-doc-maintenance-trigger @@ -0,0 +1 @@ +trigger From b7c3282ccf69145de2bc8a4793bc73d0f696f937 Mon Sep 17 00:00:00 2001 From: Simon J Stuart Date: Fri, 21 Aug 2026 08:42:37 +0200 Subject: [PATCH 09/11] chore: remove temporary Event documentation helper (#21) --- .../workflows/_dependency-doc-maintenance.yml | 51 ------------------- 1 file changed, 51 deletions(-) delete mode 100644 .github/workflows/_dependency-doc-maintenance.yml diff --git a/.github/workflows/_dependency-doc-maintenance.yml b/.github/workflows/_dependency-doc-maintenance.yml deleted file mode 100644 index bac3b37..0000000 --- a/.github/workflows/_dependency-doc-maintenance.yml +++ /dev/null @@ -1,51 +0,0 @@ -name: Dependency documentation maintenance - -on: - push: - branches: - - feature/21-serializable-0.10.2-cascade-refresh - -permissions: - contents: write - -jobs: - update-docs: - if: github.actor != 'github-actions[bot]' - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: Update README and changelog - shell: python - run: | - from pathlib import Path - - readme = Path('README.md') - text = readme.read_text() - for value in ['5.8.1', '3.1.3', '2.2.3', '0.10.1']: - if value not in text: - raise SystemExit(f'Missing expected README version: {value}') - text = text.replace('5.8.1', '5.8.2') - text = text.replace('3.1.3', '3.1.4') - text = text.replace('2.2.3', '2.2.4') - text = text.replace('0.10.1', '0.10.2') - text = text.replace('Units 0.2.2', 'Units 0.2.3') - text = text.replace('ESP-Now 0.5.1', 'ESP-Now 0.5.2') - readme.write_text(text) - - changelog = Path('CHANGELOG.md') - current = changelog.read_text() - if '## 5.8.2 — 2026-08-21' not in current: - entry = '''# Changelog\n\n## 5.8.2 — 2026-08-21\n\n### Changed\n- Raised the required ESPressio Threads baseline from 3.1.3 to 3.1.4.\n- Raised the required ESPressio Timing baseline from 2.2.3 to 2.2.4.\n- Raised the optional ESPressio Serializable baseline from 0.10.1 to 0.10.2 for Serializable Events, runtime construction and Event Transport integrations.\n- Preserved the required ESPressio Observable baseline at `>=3.0.1 <4.0.0`.\n- Updated package, ESP-IDF component, README and dependency documentation for Event 5.8.2.\n- Preserved Security, Command, Sockets and ESP-Now as opt-in bridge dependencies and did not strengthen the existing Event↔ESP-Now or Event↔Sockets reciprocal optional relationships.\n\n### Compatibility\n- No Event, EventThread, listener, Observer, Event Transport, routing, bridge or wire-format API changes are introduced by this dependency-maintenance release.\n- Event Transport continues to use the existing ESPB v2 payload representation.\n\n''' - if not current.startswith('# Changelog\n\n'): - raise SystemExit('Unexpected CHANGELOG header') - current = entry + current[len('# Changelog\n\n'):] - changelog.write_text(current) - - name: Commit documentation update - shell: bash - run: | - if git diff --quiet -- README.md CHANGELOG.md; then exit 0; fi - git config user.name github-actions[bot] - git config user.email 41898282+github-actions[bot]@users.noreply.github.com - git add README.md CHANGELOG.md - git commit -m 'docs: refresh Event 5.8.2 dependency references (#21)' - git push From a7e7d819c197885d06df217e88b176bcdcd8007b Mon Sep 17 00:00:00 2001 From: Simon J Stuart Date: Fri, 21 Aug 2026 08:42:43 +0200 Subject: [PATCH 10/11] chore: remove Event documentation maintenance trigger (#21) --- .dependency-doc-maintenance-trigger | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .dependency-doc-maintenance-trigger diff --git a/.dependency-doc-maintenance-trigger b/.dependency-doc-maintenance-trigger deleted file mode 100644 index 5c33b15..0000000 --- a/.dependency-doc-maintenance-trigger +++ /dev/null @@ -1 +0,0 @@ -trigger From 7df04a553440d9b9a00a5c2b5ac307ff470ab36a Mon Sep 17 00:00:00 2001 From: Simon J Stuart Date: Fri, 21 Aug 2026 09:59:21 +0200 Subject: [PATCH 11/11] ci: validate released Serializable 0.10.2 cascade (#21) --- .github/workflows/tests.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c5dea29..8989cbb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,12 +19,12 @@ jobs: - uses: actions/checkout@v4 with: repository: Flowduino/ESPressio-Timing - ref: feature/7-units-0.2.3-dependency-refresh + ref: 2.2.4 path: ESPressio_Timing - uses: actions/checkout@v4 with: repository: Flowduino/ESPressio-Units - ref: feature/4-serializable-0.10.2-dependency-refresh + ref: 0.2.3 path: ESPressio-Units - name: Configure run: cmake -S ESPressio-Event/tests -B build @@ -47,17 +47,17 @@ jobs: - uses: actions/checkout@v4 with: repository: Flowduino/ESPressio-Units - ref: feature/4-serializable-0.10.2-dependency-refresh + ref: 0.2.3 path: project/dependencies/ESPressio-Units - uses: actions/checkout@v4 with: repository: Flowduino/ESPressio-Timing - ref: feature/7-units-0.2.3-dependency-refresh + ref: 2.2.4 path: project/dependencies/ESPressio-Timing - uses: actions/checkout@v4 with: repository: Flowduino/ESPressio-Threads - ref: feature/47-timing-2.2.4-dependency-refresh + ref: 3.1.4 path: project/dependencies/ESPressio-Threads - uses: actions/checkout@v4 with: @@ -82,7 +82,7 @@ jobs: - uses: actions/checkout@v4 with: repository: Flowduino/ESPressio-ESP-Now - ref: feature/12-timing-2.2.4-dependency-refresh + ref: 0.5.2 path: project/dependencies/ESPressio-ESP-Now - uses: actions/setup-python@v5 with: