@ya-modbus/mqtt-bridge 0.4.1-refactor-scope-driver-packages.0 → 0.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +19 -15
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,39 +3,43 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## 0.4.1-refactor-scope-driver-packages.0 (2026-01-04)
6
+ ## [0.5.1](https://github.com/groupsky/ya-modbus/compare/@ya-modbus/mqtt-bridge@0.5.0...@ya-modbus/mqtt-bridge@0.5.1) (2026-01-04)
7
+
8
+ **Note:** Version bump only for package @ya-modbus/mqtt-bridge
9
+
10
+ # 0.5.0 (2026-01-04)
7
11
 
8
12
  ### Bug Fixes
9
13
 
10
- * enable linting without build and fix monorepo build order ([#129](https://github.com/groupsky/ya-modbus/issues/129)) ([d3e027b](https://github.com/groupsky/ya-modbus/commit/d3e027bc75822d970f63733c4d069508a020122a)), closes [#130](https://github.com/groupsky/ya-modbus/issues/130)
11
- * **mqtt-bridge:** resolve race conditions in device operations ([#116](https://github.com/groupsky/ya-modbus/issues/116)) ([d18aa74](https://github.com/groupsky/ya-modbus/commit/d18aa7443bd4634ef5027a025679f17dd850825a)), closes [#96](https://github.com/groupsky/ya-modbus/issues/96)
12
- * **release:** bump versions to 0.2.0 to bypass npm 24h block ([#148](https://github.com/groupsky/ya-modbus/issues/148)) ([98d6fd6](https://github.com/groupsky/ya-modbus/commit/98d6fd666322fb647390d851c43ba0cd8a02486d))
13
- * **release:** revert failed release and add missing publishConfig ([#147](https://github.com/groupsky/ya-modbus/issues/147)) ([8cbd4ba](https://github.com/groupsky/ya-modbus/commit/8cbd4baf9c140c8ef10080947ddd566014f32c77))
14
- * **release:** revert failed release and cleanup tags ([#145](https://github.com/groupsky/ya-modbus/issues/145)) ([ba85dd9](https://github.com/groupsky/ya-modbus/commit/ba85dd9518f85705bc3f87349b097f004a0e90a1)), closes [#143](https://github.com/groupsky/ya-modbus/issues/143) [#144](https://github.com/groupsky/ya-modbus/issues/144)
14
+ - enable linting without build and fix monorepo build order ([#129](https://github.com/groupsky/ya-modbus/issues/129)) ([d3e027b](https://github.com/groupsky/ya-modbus/commit/d3e027bc75822d970f63733c4d069508a020122a)), closes [#130](https://github.com/groupsky/ya-modbus/issues/130)
15
+ - **mqtt-bridge:** resolve race conditions in device operations ([#116](https://github.com/groupsky/ya-modbus/issues/116)) ([d18aa74](https://github.com/groupsky/ya-modbus/commit/d18aa7443bd4634ef5027a025679f17dd850825a)), closes [#96](https://github.com/groupsky/ya-modbus/issues/96)
16
+ - **release:** bump versions to 0.2.0 to bypass npm 24h block ([#148](https://github.com/groupsky/ya-modbus/issues/148)) ([98d6fd6](https://github.com/groupsky/ya-modbus/commit/98d6fd666322fb647390d851c43ba0cd8a02486d))
17
+ - **release:** revert failed release and add missing publishConfig ([#147](https://github.com/groupsky/ya-modbus/issues/147)) ([8cbd4ba](https://github.com/groupsky/ya-modbus/commit/8cbd4baf9c140c8ef10080947ddd566014f32c77))
18
+ - **release:** revert failed release and cleanup tags ([#145](https://github.com/groupsky/ya-modbus/issues/145)) ([ba85dd9](https://github.com/groupsky/ya-modbus/commit/ba85dd9518f85705bc3f87349b097f004a0e90a1)), closes [#143](https://github.com/groupsky/ya-modbus/issues/143) [#144](https://github.com/groupsky/ya-modbus/issues/144)
15
19
 
16
20
  ### Code Refactoring
17
21
 
18
- * **mqtt-bridge:** remove duplicate consecutiveFailures tracking ([#127](https://github.com/groupsky/ya-modbus/issues/127)) ([394326b](https://github.com/groupsky/ya-modbus/commit/394326bf81db83327813f4fb2d026839092b9d79)), closes [#93](https://github.com/groupsky/ya-modbus/issues/93)
22
+ - **mqtt-bridge:** remove duplicate consecutiveFailures tracking ([#127](https://github.com/groupsky/ya-modbus/issues/127)) ([394326b](https://github.com/groupsky/ya-modbus/commit/394326bf81db83327813f4fb2d026839092b9d79)), closes [#93](https://github.com/groupsky/ya-modbus/issues/93)
19
23
 
20
24
  ### Features
21
25
 
22
- * **mqtt-bridge:** add MQTT bridge package with CLI ([#86](https://github.com/groupsky/ya-modbus/issues/86)) ([56908e7](https://github.com/groupsky/ya-modbus/commit/56908e70465e15a97e5c9a721331ffa1b1de86da))
23
- * **mqtt-bridge:** Phase 2 - Driver Integration ([#90](https://github.com/groupsky/ya-modbus/issues/90)) ([17f8210](https://github.com/groupsky/ya-modbus/commit/17f82103255295a24b71027b286c42912bee5b85)), closes [#87](https://github.com/groupsky/ya-modbus/issues/87)
24
- * **release:** add Lerna-Lite publishing with pre-release support ([#135](https://github.com/groupsky/ya-modbus/issues/135)) ([fcaf40a](https://github.com/groupsky/ya-modbus/commit/fcaf40a63452ecce09e82b397d448652354ecd16))
25
- * **transport:** extract transport package for code reusability ([#102](https://github.com/groupsky/ya-modbus/issues/102)) ([b3153bf](https://github.com/groupsky/ya-modbus/commit/b3153bf7a05fdfcab41d896cfdac64fd2defe107)), closes [#107](https://github.com/groupsky/ya-modbus/issues/107) [#108](https://github.com/groupsky/ya-modbus/issues/108) [#109](https://github.com/groupsky/ya-modbus/issues/109) [#91](https://github.com/groupsky/ya-modbus/issues/91)
26
- * **transport:** implement TransportManager with mutex serialization ([#125](https://github.com/groupsky/ya-modbus/issues/125)) ([2a243ac](https://github.com/groupsky/ya-modbus/commit/2a243ac5e0f7c4ea4942f0bdaba7d7a7d78bdd4f)), closes [#126](https://github.com/groupsky/ya-modbus/issues/126)
26
+ - **mqtt-bridge:** add MQTT bridge package with CLI ([#86](https://github.com/groupsky/ya-modbus/issues/86)) ([56908e7](https://github.com/groupsky/ya-modbus/commit/56908e70465e15a97e5c9a721331ffa1b1de86da))
27
+ - **mqtt-bridge:** Phase 2 - Driver Integration ([#90](https://github.com/groupsky/ya-modbus/issues/90)) ([17f8210](https://github.com/groupsky/ya-modbus/commit/17f82103255295a24b71027b286c42912bee5b85)), closes [#87](https://github.com/groupsky/ya-modbus/issues/87)
28
+ - **release:** add Lerna-Lite publishing with pre-release support ([#135](https://github.com/groupsky/ya-modbus/issues/135)) ([fcaf40a](https://github.com/groupsky/ya-modbus/commit/fcaf40a63452ecce09e82b397d448652354ecd16))
29
+ - **transport:** extract transport package for code reusability ([#102](https://github.com/groupsky/ya-modbus/issues/102)) ([b3153bf](https://github.com/groupsky/ya-modbus/commit/b3153bf7a05fdfcab41d896cfdac64fd2defe107)), closes [#107](https://github.com/groupsky/ya-modbus/issues/107) [#108](https://github.com/groupsky/ya-modbus/issues/108) [#109](https://github.com/groupsky/ya-modbus/issues/109) [#91](https://github.com/groupsky/ya-modbus/issues/91)
30
+ - **transport:** implement TransportManager with mutex serialization ([#125](https://github.com/groupsky/ya-modbus/issues/125)) ([2a243ac](https://github.com/groupsky/ya-modbus/commit/2a243ac5e0f7c4ea4942f0bdaba7d7a7d78bdd4f)), closes [#126](https://github.com/groupsky/ya-modbus/issues/126)
27
31
 
28
32
  ### Reverts
29
33
 
30
- * Revert "chore(release): publish packages" ([94fd33c](https://github.com/groupsky/ya-modbus/commit/94fd33ca0caa158c37a1a43609638843d08c792b))
31
- * Revert "chore(release): publish packages" ([b613837](https://github.com/groupsky/ya-modbus/commit/b6138375978fdebfd57e645367f3fc8011f0452f))
34
+ - Revert "chore(release): publish packages" ([b613837](https://github.com/groupsky/ya-modbus/commit/b6138375978fdebfd57e645367f3fc8011f0452f))
32
35
 
33
36
  ### BREAKING CHANGES
34
37
 
35
- * **mqtt-bridge:** - ErrorCallback signature changed from (deviceId, error) => number to
38
+ - **mqtt-bridge:** - ErrorCallback signature changed from (deviceId, error) => number to
36
39
  (deviceId, error, failureCount) => void
37
40
 
38
41
  Testing:
42
+
39
43
  - Added TDD regression tests for both bugs
40
44
  - All 272 tests passing with 97.77% coverage
41
45
  - Defensive error handling for callback exceptions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ya-modbus/mqtt-bridge",
3
- "version": "0.4.1-refactor-scope-driver-packages.0",
3
+ "version": "0.5.1",
4
4
  "description": "MQTT bridge for ya-modbus - orchestrates device management, polling, and MQTT publishing",
5
5
  "keywords": [
6
6
  "modbus",
@@ -44,9 +44,9 @@
44
44
  "prepublishOnly": "npm run build && chmod +x dist/bin/ya-modbus-bridge.js"
45
45
  },
46
46
  "dependencies": {
47
- "@ya-modbus/driver-loader": "^0.4.1-refactor-scope-driver-packages.0",
48
- "@ya-modbus/driver-types": "^0.4.1-refactor-scope-driver-packages.0",
49
- "@ya-modbus/transport": "^0.4.1-refactor-scope-driver-packages.0",
47
+ "@ya-modbus/driver-loader": "^0.5.1",
48
+ "@ya-modbus/driver-types": "^0.5.1",
49
+ "@ya-modbus/transport": "^0.5.1",
50
50
  "chalk": "^5.6.2",
51
51
  "commander": "^14.0.2",
52
52
  "mqtt": "^5.14.1",
@@ -59,5 +59,5 @@
59
59
  "ts-jest": "^29.1.1",
60
60
  "typescript": "^5.7.2"
61
61
  },
62
- "gitHead": "b55d909d67dfff46fb79951e68a2d47ac3fab267"
62
+ "gitHead": "52f4cb86fb2c5f6a2ba898c46ae29103048141e0"
63
63
  }