Kazuhiro Sera
Kazuhiro Sera
The CI builds are now failing: https://github.com/seratch/AWScala/actions
The issue #731 reminds me that https://github.com/slackapi/java-slack-sdk/pull/677 can be added to bolt-python (and possibly to bolt-js). ### Category (place an `x` in each of the `[ ]`) * [x] **slack_bolt.App**...
SCIM API v2 is now available. This SDK will add its support in the next release. Refer to https://api.slack.com/admins/scim2 for details. ### Category (place an `x` in each of the...
As reported at https://github.com/slackapi/bolt-python/issues/974, [the built-in `SQLAlchemyInstallationStore`](https://github.com/slackapi/python-slack-sdk/blob/v3.23.0/slack_sdk/oauth/installation_store/sqlalchemy/__init__.py)'s table definition does not propertly support non-English character data when using it with MySQL / MariaDB. ### Reproducible in: See https://github.com/slackapi/bolt-python/issues/974 #### The...
The "image" blocks and block elements now can have "slack_file", which refers to an uploaded image file within Slack instead of "image_url", which must be a publicly hosted one. The...
### Summary As mentioned in #904, implementing `app.message` listeners in TypeScript can be confusing as the `payload`/`message` objects are union types, so developers must have if/else statements to determine the...
### Description As mentioned at https://github.com/slackapi/bolt-js/issues/1727#issuecomment-1407256287, running async code from a bolt-js app on AWS Lambda is a common need. This project should provide more detailed information on it. ###...
This pull request adds remote function support, which is still in beta, to this SDK. Sorry, the duplicated PRs (due to my operation error) are confusing but this is the...
>While testing this new feauture, I found that the logic to set context.requestUserId can be improved for Events API patterns. I will make changes for it in a different pull...
As mentioned in https://github.com/slackapi/java-slack-sdk/issues/1129 >It would be nice if slackConfig.setProxy() would work after the the SlackConfig is initialized. I think it works if the library detects no environment variables and...