Releases: slackapi/python-slack-sdk
Releases · slackapi/python-slack-sdk
version 3.16.2
Changes
- #1210 Fix #1209 Add
__all__to__init__.py- Thanks @seratch @kezabelle
- All issues/pull requests: https://github.com/slackapi/python-slack-sdk/milestone/58?closed=1
- All changes: v3.16.1...v3.16.2
version 3.16.1
Changes
- #1208 Tweaking warnings related to missing accessibility fields text and fallback - Thanks @filmaj
- Add new properties to Audit Logs API response classes - Thanks @seratch
- All issues/pull requests: https://github.com/slackapi/python-slack-sdk/milestone/57?closed=1
- All changes: v3.16.0...v3.16.1
version 3.16.0
Changes
- #1207 Add message metadata support - Thanks @seratch
- #1195 Add
domaintoteam.infoAPI parameters - Thanks @seratch - #1206 Fix #1200 Model to_dict doesn't handle tuple sequences - Thanks @kezabelle @seratch
- All issues/pull requests: https://github.com/slackapi/python-slack-sdk/milestone/56?closed=1
- All changes: v3.15.2...v3.16.0
slackclient version 2.9.4
Mainly for the deprecation notice in the PyPI package page: https://pypi.org/project/slackclient/
Here is the list of issues for the release.
version 3.15.2
Changes
- #1187 Add file_ids to chat.update parameters - Thanks @seratch
- #1187 Fix
user_idsparameter bug inconversations.inviteSharedAPI method - Thanks @seratch - Update Audit Logs API response - Thanks @seratch
- All issues/pull requests: https://github.com/slackapi/python-slack-sdk/milestone/55?closed=1
- All changes: v3.15.1...v3.15.2
version 3.15.1
Changes
- #1183 Fix #1178 text type hint in LinkButtonElement does not accept PlainTextObject/dict - Thanks @seratch
- #1182 Fix #1181 Add exception handling for socket mode - socket.timeout: the read operation timed out - Thanks @seratch @tom0010
- #1185 Fix #1184 Add exception handling for socket mode - BlockingIOError: Resource temporarily unavailable - Thanks @seratch @tom0010
- All issues/pull requests: https://github.com/slackapi/python-slack-sdk/milestone/51?closed=1
- All changes: v3.15.0...v3.15.1
version 3.15.0
Changes
- Add
bookmarks.*API support (via #1176) - thanks @filmaj! - Fix #1175: Pass
ssl_contextto SocketModeHandler if it is defined in the web_client (via #1177) - thanks @charlch! - Add
admin.users.unsupportedVersions.exportAPI support (via #1174) - thanks @seratch!
- All issues/pull requests: https://github.com/slackapi/python-slack-sdk/milestone/50?closed=1
- All changes: v3.14.1...v3.15.0
version 3.14.1
Changes
- #1173 Fix a bug where some of the files.remote API parameters do not work since v3.10 - Thanks @seratch
- All issues/pull requests: https://github.com/slackapi/python-slack-sdk/milestone/52?closed=1
- All changes: v3.14.0...v3.14.1
version 3.14.0
Changes
- #1172 #1169 The built-in SocketMode client fails to establish WS connections via proxy server - Thanks @seratch @Lordshinjo
- #1161 Add
admin.apps.requests.cancelAPI method support - Thanks @seratch - #1152 Stop raising
asyncio.CancelledErrorif the connection is already closed - Thanks @seratch @VectorAlpha - #1167 Add
accessibility_labelto button block element - Thanks @seratch - #1171 Fix #1170 Add TimePickerElement to BlockElement.parse - Thanks @iress-willygo
Document Updates
- #1163 #1160 Links in README don't render properly on PyPi project page - Thanks @seratch @misscoded
- All issues/pull requests: https://github.com/slackapi/python-slack-sdk/milestone/49?closed=1
- All changes: v3.13.0...v3.14.0
version 3.13.0b1
What's Changed
Add Support for Subscribe in Slack (apps.manifest.*) by @srajiang in #1151
Subscribe in Slack
This release includes support for apps.notifications.subscriptions.* endpoints and adds message metadata field to the chat.postMessage and chat.update arguments.
apps.notifications.subscriptions.create
apps.notifications.subscriptions.update
apps.notifications.subscriptions.delete
Full Changelog: v3.13.0...v3.130b1