Skip to content

Releases: sendbird/sendbird-platform-sdk-python

2.1.0

04 Sep 06:21
8a557d8
Compare
Choose a tag to compare

What's Changed

  • Added the method view_bot_by_id
  • Fixed type 'toggle_button_url'

2.0.1

15 Aug 06:35
92cae27
Compare
Choose a tag to compare

What's Changed

  • Added support for sending file messages using bot

2.0.0

27 Jul 02:32
7c692f8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.27...2.0.0

1.0.27

24 Sep 07:56
ebf3e66
Compare
Choose a tag to compare
  • 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.26

24 Sep 07:29
aa51cb9
Compare
Choose a tag to compare
  • Incorrectly required fields in PUT /group_channels/{channel_url}
    • Made all options except channel_url as optional
  • 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.24

13 May 09:03
78f1077
Compare
Choose a tag to compare
  • #9 Incorrectly required fields in gc_update_channel_by_url

    • Made all options except channel_url as optional
  • #8 Required fields in updateUserByID

    • Made nickname and profile_url optional
  • Make apiToken(apiToken) function as optional for each request.

  • Updated /v3/bots/{bot_userid}/send

    • Added extended_message_payload
    • Added target_message_id
  • Added new apis

    • POST /v3/group_channels/{channel_url}/typing
    • PUT /v3/group_channels/{channel_url}/typing
  • Made the following fields optional

    • POST /v3/group_channels/{channel_url}/invite
      • users
      • invitation_status
      • hidden_status
    • PUT /v3/users/{user_id}/push_preference
      • block_push_from_bots
      • push_blocked_bot_ids
  • Added read_receipt field to the Group channel instance.

  • /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
  • Fixed incorrect date types

1.0.14

10 Oct 15:36
Compare
Choose a tag to compare
switch to grouped parameters

0.0.12

27 Sep 10:04
Compare
Choose a tag to compare
release v0.0.12

1.0.9

22 Sep 14:07
Compare
Choose a tag to compare
0.0.9

1.0.7

03 Aug 14:07
Compare
Choose a tag to compare