All Versions
33
Latest Version
Avg Release Cycle
36 days
Latest Release
1443 days ago

Changelog History
Page 2

  • v0.6.5 Changes

    October 22, 2018

    ➕ Added

    • ➕ Added an option to scan to change the threshold for ignoring discoveries based on insignificant changes to RSSI
  • v0.6.4 Changes

    August 02, 2018

    ➕ Added

    • ➕ Added warnings against using scan with serviceIdentifiers set to nil or empty.
  • v0.6.3 Changes

    July 26, 2018

    ➕ Added

    • ➕ Add API to check whether a peripheral is listening to a characteristic
    • 👍 Allow disabling auto-reconnect when using cancelEverything
    • 🔦 Expose auto-reconnect variable
    • 📚 Update readme, changelog, and documentation
  • v0.6.2 Changes

    May 01, 2018

    🛠 Fixed

    • 🛠 Fix podspec
  • v0.6.1 Changes

    May 01, 2018

    🛠 Fixed

    • 🛠 Fix all Xcode 9.3 warnings
  • v0.6.0 Changes

    May 01, 2018

    ➕ Added

    • ➕ Add a new API to allow shutting down Bluejay and transfer the CoreBluetooth manager and delegate to another library or code
  • v0.5.1 Changes

    April 09, 2018

    🛠 Fixed

    • 🛠 We weren't using the correct key name to access the listen cache, so listen restoration was broken. This should now be fixed.
  • v0.5.0 Changes

    April 09, 2018

    🛠 Fixed

    • There was a subtle true/false reversal mistake that we didn't catch when bringing in the new error enums. This was causing the second connection request to cancel the first ongoing connection request.
  • v0.4.9 Changes

    April 09, 2018

    🛠 Fixed

    • Prevent indefinite flush listen
    • ➕ Add missing cancellation handling for flush listen
    • 🚦 Dedup listen semaphore signals in flush listen
    • ➕ Add missing semaphore signal for end listen for flush listen
    • ⏱ Use timeout enum in flush listen
  • v0.4.8 Changes

    March 16, 2018

    ➕ Added

    • ➕ Add timeout to synchronized listen, which allows handling stale or stuck listens when using the run background task.