Skip to content

Commit 089985d

Browse files
angellan-msftNINGXIN LAN
andauthored
Update AzureCommunicationChat to 1.3.4 (#1721)
Co-authored-by: NINGXIN LAN <ningxinlan@NINGXINs-MacBook-Pro.local>
1 parent 77e9c7d commit 089985d

5 files changed

Lines changed: 11 additions & 7 deletions

File tree

jazzy/AzureCommunicationChat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ author: Microsoft
22
author_url: https://azure.github.io/azure-sdk/
33
github_url: https://github.com/Azure/azure-sdk-for-ios
44
module: AzureCommunicationChat
5-
module_version: 1.3.3
5+
module_version: 1.3.4
66
readme: ../sdk/communication/AzureCommunicationChat/README.md
77
skip_undocumented: false
88
hide_unlisted_documentation: false

sdk/communication/AzureCommunicationChat/AzureCommunicationChat.podspec.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "AzureCommunicationChat",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
44
"summary": "Azure Communication Chat Service client library for iOS",
55
"description": "This package contains the Chat client library for Azure Communication\nServices.",
66
"homepage": "https://github.com/Azure/azure-sdk-for-ios/tree/main/sdk/communication/AzureCommunicationChat",
@@ -18,7 +18,7 @@
1818
"swift_versions": "5.0",
1919
"source": {
2020
"git": "https://github.com/Azure/azure-sdk-for-ios.git",
21-
"tag": "AzureCommunicationChat_1.3.3"
21+
"tag": "AzureCommunicationChat_1.3.4"
2222
},
2323
"source_files": "sdk/communication/AzureCommunicationChat/Source/**/*.{swift,h,m}",
2424
"pod_target_xcconfig": {

sdk/communication/AzureCommunicationChat/AzureCommunicationChat.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1398,7 +1398,7 @@
13981398
"@executable_path/Frameworks",
13991399
"@loader_path/Frameworks",
14001400
);
1401-
MARKETING_VERSION = 1.3.3;
1401+
MARKETING_VERSION = 1.3.4;
14021402
NEW_SETTING = "";
14031403
PRODUCT_BUNDLE_IDENTIFIER = com.azure.communication.AzureCommunicationChat;
14041404
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
@@ -1433,7 +1433,7 @@
14331433
"@executable_path/Frameworks",
14341434
"@loader_path/Frameworks",
14351435
);
1436-
MARKETING_VERSION = 1.3.3;
1436+
MARKETING_VERSION = 1.3.4;
14371437
NEW_SETTING = "";
14381438
PRODUCT_BUNDLE_IDENTIFIER = com.azure.communication.AzureCommunicationChat;
14391439
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";

sdk/communication/AzureCommunicationChat/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History
22

3+
## 1.3.4 (2024-03-05)
4+
### Bugs Fixed
5+
- The SDK now incorporates a more recent Trouter template to prevent IOS devices from receiving duplicate real-time notifications.
6+
37
## 1.3.3 (2023-10-11)
48
### Bugs Fixed
59
- Reverted reference to .cloudEnvironment enum that's only available in AzureCommunicationCommon version 1.2.0-beta.1 onwards. This resolves the issue in releasing AzureCommunicationChat version 1.3.2

sdk/communication/AzureCommunicationChat/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ specifying the clone URL of this repository and the version specifier you wish t
5656
// swift-tools-version:5.3
5757
dependencies: [
5858
...
59-
.package(name: "AzureCommunicationChat", url: "https://github.com/Azure/SwiftPM-AzureCommunicationChat.git", from: "1.3.3")
59+
.package(name: "AzureCommunicationChat", url: "https://github.com/Azure/SwiftPM-AzureCommunicationChat.git", from: "1.3.4")
6060
],
6161
```
6262

@@ -94,7 +94,7 @@ platform :ios, '13.0'
9494
use_frameworks!
9595

9696
target 'MyTarget' do
97-
pod 'AzureCommunicationChat', '1.3.3'
97+
pod 'AzureCommunicationChat', '1.3.4'
9898
...
9999
end
100100
```

0 commit comments

Comments
 (0)