Skip to content

Releases: slackapi/java-slack-sdk

version 1.0.6

16 Apr 05:14

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

Choose a tag to compare

version 1.0.4

08 Apr 02:52

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

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

Choose a tag to compare

version 1.0.1

19 Mar 23:25

Choose a tag to compare

  • [bolt] Fix IgnoringSelfEvents to work with all events #407 - thanks @gaurav2493

version 1.0.0

19 Mar 15:07

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 🚀