Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Releases: palantir/roboslack

1.3.0

05 Apr 19:27
6e6cd32
Compare
Choose a tag to compare

1.2.0

13 Jul 19:28
Compare
Choose a tag to compare
  • [BUGFIX] Fixed build publications to publish gradle sub-projects where needed. All consumers shouldn't get NoClassDefFoundError anymore.

1.1.0

13 Jul 01:36
Compare
Choose a tag to compare
  • [BUGFIX] BREAKING Fixed naming of methods of SlackWebHookService to now be accurately named (sendMessage / sendMessageAsync)

1.0.0

13 Jul 01:08
Compare
Choose a tag to compare
  • [REFACTOR] Dropped dependency on http-remoting, added SlackClients RPC implementation to handle Slack-specific responses.
  • [FEATURE] Added support for Markdown in Attachment pretext, text, and field fields via the mrkdwn_in Attachment field (#9)
  • [BUGFIX] Removed Markdown checks for plaintext fields: Author.name, Field.title, Footer.text, Title.text (#19)
  • [BUGFIX] Fixed serialization of MessageRequest objects (#2)
  • [FEATURE] Implemented Async Slack message sending (#5)

0.2.2

30 Jun 20:13
Compare
Choose a tag to compare
  • [BUGFIX] Fixed defaults for ParseMode / unfurlMedia / unfurlLinks when creating MessageRequests in order to have expected behavior of link and media preprocessing before being sent to Slack.

0.2.1

29 Jun 17:40
Compare
Choose a tag to compare
  • [BUGFIX] Attachment.Field text now works as expected

0.2.0

20 Jun 07:08
Compare
Choose a tag to compare

Bug fixes with build infrastructure

0.1.1-rc1

20 Jun 06:52
Compare
Choose a tag to compare
0.1.1-rc1 Pre-release
Pre-release

Fixing publishing mechanisms

0.1.0

20 Jun 06:11
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Initial release