Skip to content

Commit d302840

Browse files
chore(release) 2.19.3
1 parent 4f92a8f commit d302840

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log - AWS SDK for Android
22

3+
4+
## [Release 2.19.3](https://github.com/aws/aws-sdk-android/releases/tag/release_v2.19.3)
5+
6+
### New Features
7+
8+
- **AWS IOT**
9+
- Added getSessionPresent() to AWSIotMqttManager. The session present flag tells the client whether the broker already has a persistent session available from previous interactions with the client. See the [MQTT documentation](https://www.hivemq.com/blog/mqtt-essentials-part-3-client-broker-connection-establishment/) for more details on its use. [#2231](https://github.com/aws-amplify/aws-sdk-android/pull/2231)
10+
311
## [Release 2.19.2](https://github.com/aws/aws-sdk-android/releases/tag/release_v2.19.2)
412

513
### New Features

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ android.useAndroidX=true
2525
android.enableJetifier=true
2626

2727
GROUP=com.amazonaws
28-
VERSION_NAME=2.19.2
29-
VERSION_CODE=21902
28+
VERSION_NAME=2.19.3
29+
VERSION_CODE=21903
3030

3131
POM_URL=https://github.com/aws/aws-sdk-android
3232
POM_SCM_URL=https://github.com/aws/aws-sdk-android

0 commit comments

Comments
 (0)