Skip to content

Releases: blue-heron/blue_heron

v0.5.0

02 Jan 17:52
Compare
Choose a tag to compare

v0.5.0

  • Enhancements
    • :blue_heron is now it's own application
    • Rewrote BlueHeron.HCI.Transport to support the new supervision structure
    • Enable SMP by default
    • Persist GATT into a PropertyTable to allow for better error handling
    • Creating a Peripheral is now a little simpler and supervised
    • Added Broadcaster role
  • Depreciations
    • Removed BlueHeron.Context
    • Removed BlueHeronTransportUART and BlueHeronTransportUSB

v0.4.3

01 Oct 14:00
Compare
Choose a tag to compare

v0.4.2

  • Bugfixes
    • Fixed ACL messages not being delivered to parent process (Thanks @acadeau ❤️)

v0.3.0

07 Oct 14:06
Compare
Choose a tag to compare
v0.3.0 Release

v0.2.1

13 Sep 14:42
Compare
Choose a tag to compare
v0.2.1 release

v0.2.0

09 Aug 18:39
Compare
Choose a tag to compare
  • Potential breaking changes
    There was quite a bit of internal adjustments and refactoring to cleanup
    implementation, although no core functions were changed. You should see
    no difference when updating but it was worth watching your implementation
    after updating in case something was missed in the cleanup

  • Enhancements

    • Add new Address module to simplify the different address interpretations
    • Allow disabling logging to /tmp/hcidump.pklg file (Thanks @axelson!)
    • Lots of HCI Commands added to better support default behavior (Thanks @trarbr!)
  • Fixes

    • fix/workaround for the rpi3 (Thanks @axelson!)
    • Fixed dmesg output display in govee example readme (Thanks @kevinansfield!)

v0.1.1

18 Sep 22:31
Compare
Choose a tag to compare
Release v0.1.1

v0.1.0

31 Aug 23:35
Compare
Choose a tag to compare

Initial release