Skip to content

Bump github.com/yottabytesolutions/gombus from 1.1.0 to 1.2.0 - #25

Merged
ichnograph merged 1 commit into
masterfrom
dependabot/go_modules/github.com/yottabytesolutions/gombus-1.2.0
Aug 30, 2026
Merged

Bump github.com/yottabytesolutions/gombus from 1.1.0 to 1.2.0#25
ichnograph merged 1 commit into
masterfrom
dependabot/go_modules/github.com/yottabytesolutions/gombus-1.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 28, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/yottabytesolutions/gombus from 1.1.0 to 1.2.0.

Release notes

Sourced from github.com/yottabytesolutions/gombus's releases.

v1.2.0

Changelog

All notable changes to this project are documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[1.2.0] - 2026-08-24

Added

  • Configurable serial transport settings, per-address scan probe timeouts, and exact secondary-address selection in both the library and mbusctl.
  • Type-J (CP24) local time-of-day decoding without inventing a date or zone.
  • mbusctl wmbus-decode for bounded offline decoding of hexadecimal wireless telegrams, including keyring-file support and stable JSON output.
  • Wireless telegram link format and control metadata.

[1.1.1] - 2026-08-24

Fixed

  • Corrected the 1.1.0 changelog to record its VIF extension namespace fix. The fix was already present in the v1.1.0 source release; this patch only makes that release note visible to users.

[1.1.0] - 2026-08-01

Added

  • Bus scanning. Client.ScanPrimary sweeps a range of primary addresses. Client.ScanSecondary finds meters by secondary address with a wildcard search that fixes the identification number one BCD digit at a time.
  • Secondary addressing. Client.SelectSecondary points address 0xFD at one meter and Client.ReadBySecondary reads it, for buses where primary addresses were never assigned. SecondaryAddress carries the identification number, manufacturer, version and medium.
  • Fixed data responses (CI=0x73). They decode into the same DecodedFrame with one record per counter, so every matcher and query works on them unchanged.
  • wmbus package: decode-only wireless M-Bus per EN 13757-4 and OMS. Frame format A and B with CRC verification, transport headers with CI 0x72, 0x7A and 0x78, and security modes 0, 5 and 7. Application records are decoded by the wired package, so wired and wireless records are the same type.
  • mbusctl CLI with scan, read and set-address subcommands over TCP and serial, and a -json output mode carrying record type, function, storage number, tariff, device, value, unit and timestamps.

... (truncated)

Changelog

Sourced from github.com/yottabytesolutions/gombus's changelog.

[1.2.0] - 2026-08-24

Added

  • Configurable serial transport settings, per-address scan probe timeouts, and exact secondary-address selection in both the library and mbusctl.
  • Type-J (CP24) local time-of-day decoding without inventing a date or zone.
  • mbusctl wmbus-decode for bounded offline decoding of hexadecimal wireless telegrams, including keyring-file support and stable JSON output.
  • Wireless telegram link format and control metadata.

[1.1.1] - 2026-08-24

Fixed

  • Corrected the 1.1.0 changelog to record its VIF extension namespace fix. The fix was already present in the v1.1.0 source release; this patch only makes that release note visible to users.
Commits
  • ebcd306 v1.2.0: transport, scan and wireless improvements (#8)
  • c842a4d v1.1.1: document the 1.1.0 VIF fix (#7)
  • 3e12664 Add the VIF extension namespace fix to the 1.1.0 changelog (#6)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/yottabytesolutions/gombus](https://github.com/yottabytesolutions/gombus) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/yottabytesolutions/gombus/releases)
- [Changelog](https://github.com/yottabytesolutions/gombus/blob/main/CHANGELOG.md)
- [Commits](yottabytesolutions/gombus@v1.1.0...v1.2.0)

---
updated-dependencies:
- dependency-name: github.com/yottabytesolutions/gombus
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 28, 2026
@ichnograph
ichnograph merged commit 64ac9bc into master Aug 30, 2026
7 checks passed
@ichnograph
ichnograph deleted the dependabot/go_modules/github.com/yottabytesolutions/gombus-1.2.0 branch August 30, 2026 22:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant