Releases: sendbird/sendbird-platform-sdk-java
Releases · sendbird/sendbird-platform-sdk-java
1.0.27
1.0.25
- Incorrectly required fields in
PUT /open_channels/{channel_url}
- Made all options except channel_url as optional
- Required fields in
PUT /users/{user_id}
- Made nickname and profile_url optional
GET /group_channels/{channel_url}/messages/unread_count
- Added support for multiple
user_ids
in the query parameters.
- Added support for multiple
- Removed the redundant property
isFrozen
inGroupChannel
,Open Channel
- Use
freeze
instead.
- Use
DELETE /users/{user_id}/push/{token_type}/{token}
- Fixed the incorrect response type:
token
is now a string, not an array of strings.
- Fixed the incorrect response type:
GET /{channel_type}/{channel_url}/messages
- Fixed the issue with
og:image
missing the "type" field
- Fixed the issue with
1.0.23
/v3/{channel_type}/{channel_url}/messages
- Added following request parameters
include_reply_type
include_parent_message_info
parent_messagse_info
will be included in the response
- Added following request parameters
/v3/{channel_type}/{channel_url}/messages/{message_id}
- Added following request parameters
include_parent_message_info
parent_messagse_info
will be included in the response
- Added following request parameters
1.0.22
- Added
getReadReceipt
method to the SendBirdGroupChannel. - Made the following fields optional in the API
/v3/group_channels/{channel_url}/invite
:users
invitation_status
hidden_status
- Fixed an incorrect data type in
lastSeenAt
(changed fromint
tolong
).
1.0.21
- Corrected the parameter type for
UpdatePushPreferencesData.pushBlockedBotIds
fromList<Integer>
toList<String>
. - Removed the requirement for
block_push_from_bots
andpush_blocked_bot_ids
when usingUpdatePushPreferencesData
.
1.0.20
setTargetMessageId
method is added toSendBotSMessageData
.
1.0.19
- Added the new functions related to the typing
GroupChannelApi.gcStopTypingIndicators
GroupChannelApi.gcStartTypingIndicators
1.0.18
- Update the Bot SendMessage’s request/response spec: Add extended_message_payload
1.0.17
- Fix a bug in
BotApi.sendBotsMessage
by changing response typeSendBirdMessageResponse
asSendBirdBotsMessageResponse
- Make
apiToken(apiToken)
function as optional for each request. You can set the global api token byConfiguration.getDefaultApiClient().addDefaultHeader("Api-Token", apiToken)
.
1.0.16
remove logs from samples