Skip to content

Commit

Permalink
Merge pull request #41 from sendbird/release/4.18.0
Browse files Browse the repository at this point in the history
Release 4.18.0
  • Loading branch information
sendbird-sdk-deployment authored Mar 28, 2024
2 parents 129b532 + 857e87a commit dbfe88c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## v4.18.0 (Mar 28, 2024)

### New Interfaces
- Added `keys` filter to `MessageTemplateListParams`
- Added `markPushNotificationAsClicked(remoteNotificationPayload:completionHandler:)` to `SendbirdChat`
- Added `markAsViewed(messages:)` to `FeedChannel`
- Deprecated `logImpression(messages:)` in `FeedChannel`
- Added `logClicked(message:)` to `FeedChannel`

### Improvements
- Fixed a bug where the `myLastRead` was updated with the improper timestamp
- Improved stability

## v4.17.0 (Feb 28, 2024)

### New Interfaces
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "SendbirdChatSDK",
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.17.0/SendbirdChatSDK.xcframework.zip",
checksum: "c05b8bcc3dafb0d328d5e52ee942ea2e5e516235500ad5d9e89585920ca0cef4"
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.18.0/SendbirdChatSDK.xcframework.zip",
checksum: "f714cf4b907156999c605b63475d55fb34d01cf2b12414dd7bd6e551fc0760b6"
),
]
)
4 changes: 2 additions & 2 deletions SendbirdChatSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = 'SendbirdChatSDK'
s.version = "4.17.0"
s.version = "4.18.0"
s.summary = 'Sendbird Chat iOS Framework'
s.description = 'Messaging and Chat API for Mobile Apps and Websites'
s.homepage = 'https://sendbird.com'
Expand All @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
'Celine Moon' => '[email protected]',
'Ernest Hong' => '[email protected]'
}
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.17.0/SendbirdChatSDK.zip", :sha1 => "fb44422e4a840bbbfe3d0d297d94463096caaad5" }
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.18.0/SendbirdChatSDK.zip", :sha1 => "10c76278eb690d3a2de2ff360922ee241e572928" }
s.requires_arc = true
s.platform = :ios, '11.0'
s.documentation_url = 'https://sendbird.com/docs/chat'
Expand Down

0 comments on commit dbfe88c

Please sign in to comment.