Releases: ably/ably-asset-tracking-android
1.4.0
Version 1.4.0 of the Ably Asset Tracking SDKs for Android uses the Mapbox Navigation SDK in version 2.8.0
which enables users to use it together with the newest Mapbox Map SDK in version 10.8.0.
Implemented enhancements:
- Upgrade Mapbox SDK to 2.8.0 GA version #770
Fixed bugs:
- Handle properly the error paths for the callback based auth #743
- The publisher should close the Ably connection when it has no trackables #170
Closed issues:
- Refactor the event queue in the CoreSubscriber #660
1.4.0, Release Candidate 2
Version 1.4.0 of the Ably Asset Tracking SDKs for Android uses the Mapbox Navigation SDK in version 2.8.0
which enables users to use it together with the newest Mapbox Map SDK in version 10.8.0.
Implemented enhancements:
- Make the client ID an optional parameter if users use a token-based auth #766
1.4.0, Release Candidate 1
Version 1.4.0 of the Ably Asset Tracking SDKs for Android uses the Mapbox Navigation SDK in version 2.8.0
which enables users to use it together with the newest Mapbox Map SDK in version 10.8.0.
Implemented enhancements:
- Upgrade Mapbox to 2.8.0 #759
Merged pull requests:
1.3.0
Implemented enhancements:
- Upgrade Mapbox Nav SDK to the GA 2.7.0 version #742
Fixed bugs:
- CoreLocationAnimator progress may be bigger than 100% #751
- Fix the waitForChannelReconnection() method implementation #744
Merged pull requests:
- Expose publisher presence flow from the subscriber SDK #754 (KacperKluka)
- Fix location animator progress exceeding 100% #752 (KacperKluka)
- Update builder examples for publisher and subscriber in the README #750 (KacperKluka)
- Fix the waitForChannelReconnection() method implementation #749 (KacperKluka)
- Upgrade Mapbox to 2.7.0 #748 (KacperKluka)
- Add known limitations section to the README #747 (KacperKluka)
1.2.0
1.1.1
Fixed bugs:
- Bad location updates when predictions are enabled #734
Merged pull requests:
- Update camera less frequently in the subscriber example app #737 (KacperKluka)
- Always disable the predictions mechanism #733 (KacperKluka)
1.1.0
Version 1.1 of the Ably Asset Tracking SDKs for Android brings changes to both the publishing and subscribing SDKs,
and their corresponding example apps, that make the subscriber's marker animate much more smoothly.
Full Changelog from version 1.1.0 RC 7 (last pre-release)
Full Changelog from version 1.0.0 (last release)
Implemented enhancements:
- Allow to enable and disable the cycling profile #726
Fixed bugs:
- Validate messages received from Ably #691
- Publisher service notification disappearing after stopping the publisher #528
Closed issues:
- Add option to enable or disable the cycling profile in the publisher example app #728
Merged pull requests:
- Upgrade Mapbox Nav SDK to 2.7.0 #727 (KacperKluka)
- Add documentation about location animator flows #725 (KacperKluka)
1.1.0, Release Candidate 7
Version 1.1 of the Ably Asset Tracking SDKs for Android brings changes to both the publishing and subscribing SDKs,
and their corresponding example apps, that make the subscriber's marker animate much more smoothly.
Implemented enhancements:
- Request new auth token when channel attach fails due to permission failure #695
- Change authentication callback functions to suspending functions #686
- Allow to configure the interval of camera updates for the location animator #685
- Allow to configure the intentional delay of the location animator #684
1.1.0, Release Candidate 6
Version 1.1 of the Ably Asset Tracking SDKs for Android brings changes to both the publishing and subscribing SDKs,
and their corresponding example apps, that make the subscriber's marker animate much more smoothly.
Fixed bugs:
- ConnectionException after waking up a device with subscriber running #702
Merged pull requests:
- Wait for the suspended channel to reconnect before performing an operation #710 (KacperKluka)
1.1.0, Release Candidate 5
Version 1.1 of the Ably Asset Tracking SDKs for Android brings changes to both the publishing and subscribing SDKs,
and their corresponding example apps, that make the subscriber's marker animate much more smoothly.
Fixed bugs:
- Removing and adding new trackable with the same name leads to an exception #701
- Exception handling issues when connecting to Ably #700
- EnhancedLocationUpdate equals returns true for different locations #694
- Fix Java-WebSockets security issue #688
- Fix gson dependency vulnerability #687
Merged pull requests:
- Fix error when trying to connect to a previously closed channel #708 (KacperKluka)
- Fix exception throwing issues when connecting to Ably #699 (KacperKluka)
- Fix location updates equals implementation #697 (KacperKluka)
- Update ably-android version to 1.2.14 #693 (KacperKluka)