Releases: slackapi/java-slack-sdk
Releases · slackapi/java-slack-sdk
version 1.38.3
Changes
- [slack-api-client] Add new properties to Web API responses - Thanks @seratch
- All changes: v1.38.2...v1.38.3
version 1.38.2
Changes
- All issues/pull requests: https://github.com/slackapi/java-slack-sdk/milestone/95?closed=1
- All changes: v1.38.1...v1.38.2
version 1.38.1
Changes
- [bolt] #1281 #1279 Fail to run event listeners for app_mention events with bot_message subtype - Thanks @seratch
- [kotlin extensions] #1278 #1277 Kotlin extension should be populated with an earlier api target - Thanks @rocketraman
- [slack-api-client] #1275 Make the same change to chat.postMessage with #1274 - Thanks @seratch
- [slack-api-client] Many property addition to Web API response types - Thanks @seratch
- All issues/pull requests: https://github.com/slackapi/java-slack-sdk/milestone/94?closed=1
- All changes: v1.38.0...v1.38.1
version 1.38.0
Changes
- [slack-api-client] #1272 Fix #1271 Add slack_file object to image block / block element classes - Thanks @seratch
- [slack-api-client] #1274 Fix #1273 AsyncMethodsRateLimiter does not handle ratelimitted errors properly - Thanks @gunrein @seratch
- [slack-api-client] #1268 Correct the rate limit tier setting for users.profile.set API calls - Thanks @gunrein
- [slack-api-client] #1270 Fix #1269 A bug on the metric calculation inside async API clients - Thanks @gunrein @seratch
- [slack-api-client] Many property addition to Web API response types - Thanks @seratch
- All issues/pull requests: https://github.com/slackapi/java-slack-sdk/milestone/89?closed=1
- All changes: v1.37.0...v1.38.0
version 1.37.0
Changes
- [slack-api-client] #1242 Add functions.* APIs and related property additions to event/interactivity payloads - Thanks @seratch
- [slack-api-client] #1265 Fix #1256 #1223 Socket Mode connection error issue - Thanks @oppokui @seratch
- [bolt-http4k] #1266 Fix #1264 bolt-http4k fails to parse a request with duplicated header lines - Thanks @slushpupie @seratch
- [slack-api-client] #1247 Add new force argument to conversations.invite API method - Thanks @filmaj
- [documents] #1262 Update instructions in documentation for OAuth examples - Thanks @zimeg
- [slack-api-client] Many property addition to Web API response types - Thanks @seratch
- All issues/pull requests: https://github.com/slackapi/java-slack-sdk/milestone/89?closed=1
- All changes: v1.36.1...v1.37.0
version 1.36.1
Changes
- [slack-api-client] #1240 Fix #1237 TeamBillableInfoRequest missing 2 optional arguments - Thanks @seratch @Dunkhell
- [slack-api-client] Many property addition to Web API response types - Thanks @seratch
- All issues/pull requests: https://github.com/slackapi/java-slack-sdk/milestone/88?closed=1
- All changes: v1.36.0...v1.36.1
version 1.36.0
Changes
- [slack-api-client] #1236 Fix #1235 Add file input block element support - Thanks @seratch
- [slack-api-client] #1231 Add
apps.manifest.*
&tooling.tokens.rotate
API support - Thanks @seratch - [slack-api-client] #1230 Add new arguments to
admin.users.list
API method - Thanks @seratch - [bolt-socket-mode] #1232 Add custom error handler support to Socket Mode adapter - Thanks @seratch
- [slack-api-client] Many property addition to Web API response types - Thanks @seratch
- [all] Upgrade Kotlin patch version and other optional ones - Thanks @seratch
- All issues/pull requests: https://github.com/slackapi/java-slack-sdk/milestone/87?closed=1
- All changes: v1.35.1...v1.36.0
version 1.35.1
Changes
- All issues/pull requests: https://github.com/slackapi/java-slack-sdk/milestone/91?closed=1
- All changes: v1.35.0...v1.35.1
version 1.35.0
Changes
- [slack-api-client] #1225 Fix #1224 Jetty 9.x security upgrades + http4k, ktor upgrades - Thanks @seratch
- [slack-api-client] #1226 Upgrade okhttp to 4.12.0 for security fixes - Thanks @seratch
- [slack-api-client] Applied all the Web API response property additions since v1.34.0 release
- All issues/pull requests: https://github.com/slackapi/java-slack-sdk/milestone/86?closed=1
- All changes: v1.34.0...v1.35.0
version 1.34.0
Changes
Since this version, MethodsClient#filesUploadV2()
no longer requires files:read
scope to fetch full metadata of uploaded files. The server side now returns the metadata in response to upload operations. To learn more about the files.upload v2 method, check v1.26.0 releae notes as well: https://github.com/slackapi/java-slack-sdk/releases/tag/v1.26.0
- All changes: v1.33.0...v1.34.0