Skip to content

Releases: slackapi/java-slack-sdk

version 1.32.1

19 Sep 09:01
Compare
Choose a tag to compare

Changes


version 1.32.0

12 Sep 02:23
Compare
Choose a tag to compare

Changes

  • [slack-api-client] #1203 Add admin APIs for managing automation platform apps - Thanks @seratch

version 1.31.0

04 Sep 07:03
Compare
Choose a tag to compare

Changes

  • [slack-api-client] #1202 Add workflow_button block element to the Block Kit models - Thanks @seratch
  • [slack-api-client] Fix #1179 Add message_blocks property to Attachement class - Thanks @seratch @dniero95
  • [slack-api-client] #1182 Mark stars.* API methods as deprecated - Thanks @seratch
  • [slack-api-client] #1201 #1200 BlockActionPayload.Container is missing threadTs - Thanks @gavinbunney

version 1.30.0

05 Jul 06:26
Compare
Choose a tag to compare

Changes

  • [slack-api-client] #1158 Fix #1145 SCIM version 2.0 support - Thanks @seratch
  • [slack-api-client] #1176 Fix #1174 admin.inviteRequests.* API response data classes - Thanks @Dunkhell @seratch
  • [slack-api-client] #1160 Add cursor-based pagination support to team.accessLogs API method - Thanks @seratch
  • [slack-api-client] #1162 Fix #1161 Internal thread resources are not shut down when calling SlackConfig#close() - Thanks @adamnegaard @seratch
  • [slack-api-client] #1146 Upgrade OKHTTP library version from 4.41 to 4.42 - Thanks @seratch
  • [bolt] #1144 Add botScopes and requestUserScopes to Bolt's context object - Thanks @seratch
  • [bolt] #1143 Add auth.test API response to Bolt's context object - Thanks @seratch
  • [bolt-http4k] #1177 Upgrade http4k to v5, patch upgrades for others - Thanks @seratch

version 1.29.2

13 Apr 05:17
Compare
Choose a tag to compare

Changes

  • #1140 Improve the default OAuth page renderers - Thanks @seratch
  • Add new properties to API responses - Thanks @seratch

version 1.29.1

07 Apr 01:55
Compare
Choose a tag to compare

version 1.29.0

04 Apr 06:24
Compare
Choose a tag to compare

Changes

  • #1134 Add MethodsCustomRateLimitResolver to enable developers to override the rate limiter's behavior - Thanks @seratch
  • #1135 Upgrade dependency patch/minor versions (kotlin, http4k, micronaut) - Thanks @seratch

version 1.28.1

27 Mar 06:58
Compare
Choose a tag to compare

Changes


version 1.28.0

08 Mar 07:00
Compare
Choose a tag to compare

Changes

  • [all] #1119 Upgrade Lombok/Kotlin patch versions (and optional others too) - Thanks @seratch
  • [bolt] #1126 Add thread_ts parameter to response_url sender inputs - Thanks @seratch
  • [slack-api-client] #1117 Fix #1082 Add admin.roles.{list|add|remove}Assignments API supports - Thanks @seratch
  • [slack-api-client] #1123 Fix #1122 A request toward an invalid webhook URL get 200 OK response (expected: 302 redirection) - Thanks @tsasaki609 @seratch
  • [docs] #1116 #1118 Fix document errors - Thanks @JonGilmore

version 1.27.3

11 Jan 04:47
Compare
Choose a tag to compare

Changes

  • [slack-api-client] #1106 Fix #821 emoji.list missing include_categories option - Thanks @slushpupie @seratch
  • [all] #1107 Upgrade gson, kotlin, and so on - Thanks @seratch
  • [slack-api-model] Add media_progress property in file objects - Thanks @seratch
  • [slack-api-client] Add team_id to admin.analytics.getFile API response data - Thanks @seratch