Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Releases: aws/amazon-freertos-ble-android-sdk

v1.5.0

13 May 04:16
644a73d
Compare
Choose a tag to compare
  • Backwards compatible change to add end of the list marker for WiFi Provisioning list network response.
  • Documentation improvements.
  • Upgrade build script to latest gradle version.

v1.3.0

05 Jan 23:03
Compare
Choose a tag to compare
  • Adds connect field to SaveNetwork Request. This allows connecting to WiFi SSID immediately or save credentials for connecting to it later.
  • Fixes a bug in disconnect callback in demo app.
  • Add WPA3 to the list of WiFi Security enum types.
  • Enable getters annotation for response classes.

v1.2.0

08 Jul 18:55
Compare
Choose a tag to compare
  • Fixes in the connection logic of SDK with BLE devices.
  • Add new states and notifications for BLE connection within SDK.
  • Modifications in auto-reconnect logic to handle devices with Resolvable Private Address(RPA) enabled.

v1.1.0

14 Feb 00:36
6cd9f86
Compare
Choose a tag to compare

FreeRTOS BLE Mobile SDK for Android 1.1.0 release.

  • Name change from Amazon FreeRTOS to FreeRTOS in documentation and demo app

v1.0.0

17 Jun 21:02
Compare
Choose a tag to compare

Amazon FreeRTOS BLE Mobile SDK for Android 1.0.0 release.

v0.9.7

08 Jun 01:10
129ffc5
Compare
Choose a tag to compare
v0.9.7 Pre-release
Pre-release
  1. Bug fix for processing incoming messages
  2. Rename package name to software.amazon.freertos
  3. Add device type and id in device information metadata
  4. Automatically starts MQTT proxy after BLE connection

v0.9.4

09 May 18:19
Compare
Choose a tag to compare
v0.9.4 Pre-release
Pre-release

This is a breaking change. Please also update corresponding AmazonFreeRTOS device code from https://github.com/aws/amazon-freertos

  1. Support large object transfer for wifi provisioning
  2. Set MTU automatically after connection
  3. Support auto reconnect

v0.9.3

17 Apr 21:50
Compare
Choose a tag to compare
v0.9.3 Pre-release
Pre-release

Rename API to more generic names
Update aws dependency version to 2.13.0
Send version information in mqtt connection
Bug fixes

v0.9.2

04 Mar 21:47
Compare
Choose a tag to compare
v0.9.2 Pre-release
Pre-release

Replace JSON with CBOR for data serializing and deserializing.

v0.9.1

30 Jan 19:08
Compare
Choose a tag to compare
v0.9.1 Pre-release
Pre-release

Supports WiFi provisioning
Improve the sample app.