Skip to content

chore(deps): bump tinygo.org/x/bluetooth from 0.14.0 to 0.15.0#53

Merged
p0fi merged 1 commit intomainfrom
dependabot/go_modules/tinygo.org/x/bluetooth-0.15.0
Apr 23, 2026
Merged

chore(deps): bump tinygo.org/x/bluetooth from 0.14.0 to 0.15.0#53
p0fi merged 1 commit intomainfrom
dependabot/go_modules/tinygo.org/x/bluetooth-0.15.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 22, 2026

Bumps tinygo.org/x/bluetooth from 0.14.0 to 0.15.0.

Release notes

Sourced from tinygo.org/x/bluetooth's releases.

0.15.0

  • core
    • gap: add Device.Connected() method to check connection status (#426)
    • gap: add GAPDevice as a base interface (#429)
    • gattc: add GATTCService and GATTCCharacteristic common interfaces (#432)
    • adapter: add BLEAdapter common interface (#431)
    • errors: add attribute protocol error definitions (#421)
    • gap: add PHY type definitions (#424)
    • uuid: make UUID API safer
    • gap: remove service/stop advertising support (#407)
  • darwin
    • fix: ensure ordered notification delivery
    • fix: WriteWithoutResponse checks CanSendWriteWithoutResponse before sending (#386, #435)
    • fix: add DidFailToConnectPeripheral handler (#430)
    • fix: add DidUpdateNotificationState callback when enabling notifications (#433)
    • fix: Device.DiscoverServices() now correctly filters discovered services (#428)
    • fix: preserve services ordering in DiscoverServices (#417)
    • fix: allow disabling notifications by passing nil as the callback argument
  • windows
    • fix: add missing service UUIDs in scan results (#427)
    • fix: preserve services ordering in DiscoverServices (#415)
    • fix: preserve characteristic ordering in DiscoverCharacteristics (#410)
    • feat: add error code from async operation result
    • feat: add WinRT handler for Bluetooth LE connection status changes
  • linux
    • feat: add Write method to write characteristic value with response (#389)
  • hci
    • fix: remove superfluous debug print in gap_hci
  • modules
    • update to cyw43439 v0.1.0 release
  • build
    • update CI to use latest minimum and current Go versions
Changelog

Sourced from tinygo.org/x/bluetooth's changelog.

0.15.0

  • core
    • gap: add Device.Connected() method to check connection status (#426)
    • gap: add GAPDevice as a base interface (#429)
    • gattc: add GATTCService and GATTCCharacteristic common interfaces (#432)
    • adapter: add BLEAdapter common interface (#431)
    • errors: add attribute protocol error definitions (#421)
    • gap: add PHY type definitions (#424)
    • uuid: make UUID API safer
    • gap: remove service/stop advertising support (#407)
  • darwin
    • fix: ensure ordered notification delivery
    • fix: WriteWithoutResponse checks CanSendWriteWithoutResponse before sending (#386, #435)
    • fix: add DidFailToConnectPeripheral handler (#430)
    • fix: add DidUpdateNotificationState callback when enabling notifications (#433)
    • fix: Device.DiscoverServices() now correctly filters discovered services (#428)
    • fix: preserve services ordering in DiscoverServices (#417)
    • fix: allow disabling notifications by passing nil as the callback argument
  • windows
    • fix: add missing service UUIDs in scan results (#427)
    • fix: preserve services ordering in DiscoverServices (#415)
    • fix: preserve characteristic ordering in DiscoverCharacteristics (#410)
    • feat: add error code from async operation result
    • feat: add WinRT handler for Bluetooth LE connection status changes
  • linux
    • feat: add Write method to write characteristic value with response (#389)
  • hci
    • fix: remove superfluous debug print in gap_hci
  • modules
    • update to cyw43439 v0.1.0 release
  • build
    • update CI to use latest minimum and current Go versions
Commits
  • fb2fb35 Release 0.15.0
  • 5de976e build: update builds to use latest minimum and current Go versions for CI
  • 5fec7ba modules: update to cyw43439 0.1.0 release
  • 3b1caa6 fix: ensured ordered notification delivery on darwin
  • 6a7aee4 fix(windows): add missing service UUIDs in scan results (#427)
  • 75ce228 fix(darwin): write without response canSendWriteWithoutResponse (#435)
  • 9eaff1b feat(windows): add error code from async operation
  • fa62edd fix(darwin): add DidFailToConnectPeripheral handler (#430)
  • 63ea32c fix(darwin): add DidUpdateNotificationState when enabling notifications (#433)
  • 7fa3de8 feat: addGATTCService and GATTCCharacteristic common interface (#432)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Apr 22, 2026
@dependabot dependabot Bot force-pushed the dependabot/go_modules/tinygo.org/x/bluetooth-0.15.0 branch from 6f24d9f to b8a738f Compare April 23, 2026 13:54
Bumps [tinygo.org/x/bluetooth](https://github.com/tinygo-org/bluetooth) from 0.14.0 to 0.15.0.
- [Release notes](https://github.com/tinygo-org/bluetooth/releases)
- [Changelog](https://github.com/tinygo-org/bluetooth/blob/dev/CHANGELOG.md)
- [Commits](tinygo-org/bluetooth@v0.14.0...v0.15.0)

---
updated-dependencies:
- dependency-name: tinygo.org/x/bluetooth
  dependency-version: 0.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/tinygo.org/x/bluetooth-0.15.0 branch from b8a738f to 295413e Compare April 23, 2026 14:23
@p0fi p0fi merged commit 9a7e962 into main Apr 23, 2026
4 checks passed
@p0fi p0fi deleted the dependabot/go_modules/tinygo.org/x/bluetooth-0.15.0 branch April 23, 2026 14:28
p0fi pushed a commit that referenced this pull request Apr 23, 2026
Bumps [tinygo.org/x/bluetooth](https://github.com/tinygo-org/bluetooth) from 0.14.0 to 0.15.0.
- [Release notes](https://github.com/tinygo-org/bluetooth/releases)
- [Changelog](https://github.com/tinygo-org/bluetooth/blob/dev/CHANGELOG.md)
- [Commits](tinygo-org/bluetooth@v0.14.0...v0.15.0)

---
updated-dependencies:
- dependency-name: tinygo.org/x/bluetooth
  dependency-version: 0.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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