Skip to content

Releases: sendbird/sendbird-platform-sdk-java

1.0.27

24 Sep 07:58
65151ed
Compare
Choose a tag to compare
  • Incorrectly required fields in PUT /group_channels/{channel_url}
    • Made all options except channel_url as optional
  • Allow null for user values to prevent parsing errors.
  • Add a files property to the message object to support messages with multiple files.

1.0.25

15 Jul 12:25
9563d9a
Compare
Choose a tag to compare
  • 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.
  • Removed the redundant property isFrozen in GroupChannel, Open Channel
    • Use freeze instead.
  • DELETE /users/{user_id}/push/{token_type}/{token}
    • Fixed the incorrect response type: token is now a string, not an array of strings.
  • GET /{channel_type}/{channel_url}/messages
    • Fixed the issue with og:image missing the "type" field

1.0.23

01 May 01:43
76831f5
Compare
Choose a tag to compare
  • /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
  • /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

1.0.22

12 Apr 10:19
12462a0
Compare
Choose a tag to compare
  • 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 from int to long).

1.0.21

15 Feb 13:23
1d3a468
Compare
Choose a tag to compare
  • Corrected the parameter type for UpdatePushPreferencesData.pushBlockedBotIds from List<Integer> to List<String>.
  • Removed the requirement for block_push_from_bots and push_blocked_bot_ids when using UpdatePushPreferencesData.

1.0.20

24 Nov 12:50
Compare
Choose a tag to compare
  • setTargetMessageId method is added to SendBotSMessageData.

1.0.19

21 Nov 04:36
3874666
Compare
Choose a tag to compare
  • Added the new functions related to the typing
    • GroupChannelApi.gcStopTypingIndicators
    • GroupChannelApi.gcStartTypingIndicators

1.0.18

21 Nov 04:34
a768639
Compare
Choose a tag to compare
  • Update the Bot SendMessage’s request/response spec: Add extended_message_payload

1.0.17

10 Nov 08:29
7f8818a
Compare
Choose a tag to compare
  • Fix a bug in BotApi.sendBotsMessage by changing response type SendBirdMessageResponse as SendBirdBotsMessageResponse
  • Make apiToken(apiToken) function as optional for each request. You can set the global api token by Configuration.getDefaultApiClient().addDefaultHeader("Api-Token", apiToken).

1.0.16

14 Nov 11:58
Compare
Choose a tag to compare
remove logs from samples