Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyTWF committed Feb 13, 2023
1 parent 28eb616 commit 4a7379b
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Change log

## [1.6.3](https://github.com/ably/ably-asset-tracking-android/tree/v1.6.3)

[Full Changelog](https://github.com/ably/ably-asset-tracking-android/compare/v1.6.2...v1.6.3)

**Fixed bugs:**

- Re-adding a trackable results in trackable being offline [\#989](https://github.com/ably/ably-asset-tracking-android/issues/989)
- Re-added trackable does not enter or subscribe to presenc [\#988](https://github.com/ably/ably-asset-tracking-android/issues/988)
- Re-adding trackable immediately after removing it causes NullPointerException [\#984](https://github.com/ably/ably-asset-tracking-android/issues/984)
- Exceptions thrown inside a block passed to `DefaultAbly`’s `scope.launch()` are suppressed [\#909](https://github.com/ably/ably-asset-tracking-android/issues/909)

**Closed issues:**

- Remove `ConnectionException` from docstrings of `Publisher.add/track` [\#995](https://github.com/ably/ably-asset-tracking-android/issues/995)
- Improve the version `1.5.1` to `1.6.0` migration guide [\#974](https://github.com/ably/ably-asset-tracking-android/issues/974)
- Remove workaround for handling failed connection when adding a trackable [\#898](https://github.com/ably/ably-asset-tracking-android/issues/898)

**Merged pull requests:**

- Remove `ConnectionException` from docstrings of `Publisher.add/track` [\#997](https://github.com/ably/ably-asset-tracking-android/pull/997) ([lawrence-forooghian](https://github.com/lawrence-forooghian))
- Add migration guides for 1.6.0 and 1.6.1 [\#996](https://github.com/ably/ably-asset-tracking-android/pull/996) ([lawrence-forooghian](https://github.com/lawrence-forooghian))
- Test exceptions [\#994](https://github.com/ably/ably-asset-tracking-android/pull/994) ([davyskiba](https://github.com/davyskiba))
- Fix issues re-adding trackable [\#990](https://github.com/ably/ably-asset-tracking-android/pull/990) ([AndyTWF](https://github.com/AndyTWF))

## [1.6.2](https://github.com/ably/ably-asset-tracking-android/tree/v1.6.2)

[Full Changelog](https://github.com/ably/ably-asset-tracking-android/compare/v1.6.1...v1.6.2)
Expand Down

0 comments on commit 4a7379b

Please sign in to comment.