Releases: slackapi/java-slack-sdk
Releases · slackapi/java-slack-sdk
version 1.0.7
- [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
- [bolt] Add
;charset=utf-8
toContent-Type
header sent byContext#ack()
method - thanks @Jian-Min-Huang - [docs] Revise some navigation and organization in the website - thanks @shaydewael @seratch
- [slack-api-model] Add
resolution
toteam.integrationLogs
API method response - thanks @seratch
version 1.0.5
- [bolt-micronaut] Fix request body issue in SlackAppMicronautAdapter #425 #426 - thanks @mfuntowicz @seratch
version 1.0.4
version 1.0.3
version 1.0.2
- [slack-api-client] Fix #409 Group from SCIM is not according to the actual response - Thanks @MMotta-zAgile
- [slack-api-model] Fix #410 Hint for a Modal Surface's Input block - Thanks @TarasPavliuchyn
- [slack-api-client] Bump okhttp patch version from 4.4.0 to 4.4.1 square/okhttp@parent-4.4.0...parent-4.4.1 - Thanks @seratch
version 1.0.1
- [bolt] Fix IgnoringSelfEvents to work with all events #407 - thanks @gaurav2493
version 1.0.0
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:
- Slack API Client for calling a variety of Slack APIs
- Bolt for Java is a framework for Slack App development with full platform features
Refer to the official website for further information 🚀