Skip to content

Releases: slackapi/java-slack-sdk

version 1.0.9

11 Jun 23:16
Compare
Choose a tag to compare
  • [slack-api-client] #487 Add admin.conversations.whitelist.* API - Thanks @seratch
  • [slack-api-client] #486 Move UsersLookupByEmailResponse to the right package (source code compatible) - Thanks @seratch
  • [slack-api-client] #480 Fix potential false detection of subtypes in RTMClient - Thanks @gaspardpetit

version 1.0.8

28 May 02:48
Compare
Choose a tag to compare
  • [slack-api-model] Add missing fields in objects (confirm.style in blocks, user.is_invited_user: boolean, message.hidden, Slack post related fields in file objects) - thanks @seratch
  • [slack-api-client etc] #466 #462 Calls API support - thanks @seratch
  • [slack-api-client] #475 #474 Make redirect_uri for oauth.access / oauth.v2.access optional - thanks @natevaughan @seratch
  • [slack-api-client] #476 Bump dependencies (okhttp, micronaut, tyrus-standalone-client) - thanks @seratch
  • [slack-api-client] #459 Adding ping message and pong event to RTM client - thanks @gaspardpetit
  • [slack-api-client] #451 Add support and check for the event subtypes in RTM client - thanks @gaspardpetit
  • [bolt] #455 Improve OAuth flow module to consider the cases where team is missing in oauth.v2.access responses - thanks @seratch
  • [bolt] #476 Bump dependencies (aws-java-sdk-s3) - thanks @seratch

version 1.0.7

08 May 02:13
Compare
Choose a tag to compare
  • [slack-api-client] #444 okhttp 4.4 -> 4.6 uprgrade (as it's highly recommended) - thanks @seratch
  • [slack-api-model] #441 #442 Fix Block Elements' object equality issues - thanks @eamelink
  • [slack-api-client] #445 #448 Add admin.usergroups.* API supports - thanks @seratch
  • [slack-api-model] #440 Add external data source supports for dialogs - thanks @favalos
  • [slack-api-model] #437 Update composition.OptionObject to have mrkdwn - thanks @seratch
  • [slack-api-model] Add teams[].team_url to admin.teams.list response - thanks @seratch
  • [slack-api-model] #449 Add attachement.author_id - thanks @seratch
  • [slack-app-backend] #446 Add channel_count to subteam_created / subteam_updated events - thanks @seratch
  • [slack-api-client etc] #444 #450 bump patch versions of AWS SDK, Micronaut, Jetty - thanks @seratch

All the changes in this release are: v1.0.6...v1.0.7

version 1.0.6

16 Apr 05:14
Compare
Choose a tag to compare
  • [bolt] Add ;charset=utf-8 to Content-Type header sent by Context#ack() method - thanks @Jian-Min-Huang
  • [docs] Revise some navigation and organization in the website - thanks @shaydewael @seratch
  • [slack-api-model] Add resolution to team.integrationLogs API method response - thanks @seratch

version 1.0.5

08 Apr 12:20
Compare
Choose a tag to compare

version 1.0.4

08 Apr 02:52
Compare
Choose a tag to compare
  • [slack-api-model] Fix #422 Add View to BlockSuggestionPayload - thanks @zolstein @seratch
  • [bolt-aws-lambda] Fix #419 Enable access to App in SlackApiLambdaHandler - thanks @acm19 @seratch
  • [slack-api-model] Add style to rich_text emoji elements - thanks @seratch

version 1.0.3

02 Apr 03:23
Compare
Choose a tag to compare
  • [slack-api-model] Fix #415 attachments payload's validity issue - thanks @untra @seratch
  • [bolt] Upgrade dependencies' patch versions - thanks @seratch
    • Jetty HTTP Server 9.4.24 -> 9.4.27
    • Micronaut 1.3.2 -> 1.3.3
    • Helidon SE 1.4.1 -> 1.4.2

version 1.0.2

31 Mar 03:17
Compare
Choose a tag to compare

version 1.0.1

19 Mar 23:25
Compare
Choose a tag to compare
  • [bolt] Fix IgnoringSelfEvents to work with all events #407 - thanks @gaurav2493

version 1.0.0

19 Mar 15:07
Compare
Choose a tag to compare

This is the first stable version release of the Slack SDK for Java 🎉

Slack SDK for Java supports all public Slack platform functionality in a Java idiomatic way. The SDK offers two different modules depending on what platform features you intend to use:

Refer to the official website for further information 🚀