Bluejay v0.8.0 Release Notes

Release Date: 2019-01-11 // about 5 years ago
  • โž• Added

    • ๐ŸŒฒ XCGLogger, and APIs for logging to a file and monitoring log file changes
    • Dittojay demo app as a virtual Bluetooth LE heart rate sensor
      • Also allows testing background state restoration

    ๐Ÿ”„ Changed

    • Migrate to Swift 4.2
    • โฌ‡๏ธ Dropped support for iOS 9
    • โœ‚ Removed outdated or soon-to-be-replaced demo projects and documentation
    • Redo, clean up, and improve Bluejay demo app to work with Dittojay demo.
    • Restrict public access to Peripheral

    ๐Ÿ›  Fixed

    • Background and listen restoration callbacks
    • Multiple listen crash by allowing trapping or replacing an existing listen
    • Order of queueing when discovering services and characteristics
    • Thread-related crashes by adding main thread safety checks to important Bluejay API calls