This repository has been archived by the owner on Sep 2, 2024. It is now read-only.
Releases: palantir/roboslack
Releases · palantir/roboslack
1.3.0
- [FEATURE] Support for
SlackDateTime
(usage documented in README) rendering on Slack clients. For more information on this Slack functionality, see Message Formatting > Formatting dates
1.2.0
1.1.0
1.0.0
- [REFACTOR] Dropped dependency on
http-remoting
, addedSlackClients
RPC implementation to handle Slack-specific responses. - [FEATURE] Added support for Markdown in Attachment
pretext
,text
, andfield
fields via themrkdwn_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)