Releases: slackapi/java-slack-sdk
Releases · slackapi/java-slack-sdk
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 🚀