Skip to content

Commit

Permalink
Update changlog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianKast committed Dec 4, 2023
1 parent 5004951 commit f8d82f4
Showing 1 changed file with 37 additions and 3 deletions.
40 changes: 37 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,47 @@
# 5.6.1 Release Notes
# 5.7.0 Release Notes

## Summary:

|| Version|
|---|---|
| **Protocol** | 5.4.1 |
| **RPC** | 8.0.0 |
| **Tested Targeting** | Android 33 |
| **Tested Targeting** | Android 34 |

## Bug Fix / Enhancements:

- [Nearby Devices permission on Android 12 and Above #1839](https://github.com/smartdevicelink/sdl_java_suite/issues/1839)
- [Add pending intent to ping intents] (https://github.com/smartdevicelink/sdl_java_suite/pull/1844

- [Fixes #1845 typo in SdlBroadcastReceiver for uncaughtException handler](https://github.com/smartdevicelink/sdl_java_suite/pull/1846

- [Bugfix/issue #1842 - NPE in BaseTextAndGraphicsManager](https://github.com/smartdevicelink/sdl_java_suite/pull/1847

- [Fix case for UncaughtExceptionHandler in SdlBroadcastReceiver for RemoteServiceException](https://github.com/smartdevicelink/sdl_java_suite/pull/1849

- [Update gradle to 7.4.2](https://github.com/smartdevicelink/sdl_java_suite/pull/1853

- [Fix NPE in SdlRouterService](https://github.com/smartdevicelink/sdl_java_suite/pull/1870

- [Bugfix/issue 1867 Bluetooth notification error fix](https://github.com/smartdevicelink/sdl_java_suite/pull/1868

- [Clean LifecycleManager before closing](https://github.com/smartdevicelink/sdl_java_suite/pull/1866

- [Move router service message sending to its own thread](https://github.com/smartdevicelink/sdl_java_suite/pull/1871

- [Bugfix/issue 1863 update gradle build variants for hello_sdl](https://github.com/smartdevicelink/sdl_java_suite/pull/1864

- [Android 14 add package to PendingIntents in RouterService](https://github.com/smartdevicelink/sdl_java_suite/pull/1862

- [Android 14 Runtime registered broadcast receivers export behavior](https://github.com/smartdevicelink/sdl_java_suite/pull/1858

- [Add logic to handle RAI response failure](https://github.com/smartdevicelink/sdl_java_suite/pull/1873

- [Android 14 foreground service type required](https://github.com/smartdevicelink/sdl_java_suite/pull/1860

- [Update integration validator with latest permissions and checks for exported](https://github.com/smartdevicelink/sdl_java_suite/pull/1875

- [Fix SDLLockScreenActivityEspressoTest for newer devices](https://github.com/smartdevicelink/sdl_java_suite/pull/1877

- [Remove only app logic for device listener start](https://github.com/smartdevicelink/sdl_java_suite/pull/1879)

**Full Changelog**: https://github.com/smartdevicelink/sdl_java_suite/compare/5.6.1...RC_5.7.0

0 comments on commit f8d82f4

Please sign in to comment.