Skip to content

Releases: abdolence/slack-morphism-rust

v1.6.1

20 Feb 16:34
f1dc1ab
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.6.1

v1.6.0

09 Feb 16:57
70694a2
Compare
Choose a tag to compare

What's Changed

  • BlockKit elements updates by @abdolence in #171
    • Slack Email input support
    • DateTime picker element support
    • Updated block element fields and actions support for selects

Full Changelog: v1.5.0...v1.6.0

v1.5.0

04 Feb 15:22
a54aa89
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @x3ro made their first contribution in #168

Full Changelog: v1.4.2...v1.5.0

v1.4.2

20 Jan 22:12
dabff82
Compare
Choose a tag to compare

What's Changed

  • Fixed some of optional fields deserialization when they aren't present by @abdolence in #165

Full Changelog: v1.4.1...v1.4.2

v1.4.1

17 Dec 10:43
c33bf18
Compare
Choose a tag to compare

What's Changed

  • fix(deps): update rust crate tokio-tungstenite to 0.18 by @renovate in #160
  • fix(deps): update rust crate base64 to 0.20 by @renovate in #162
  • fix(deps): update rust crate tokio to 1.23 by @renovate in #161
  • Removed non-used features for tokio/hyper and less strict versioning for the apps for tokio/bytes.

Full Changelog: v1.4.0...v1.4.1

v1.4.0

25 Nov 23:26
fc6af35
Compare
Choose a tag to compare

What's Changed

  • Axum v0.6 support
  • fix(deps): update rust crate bytes to 1.3 by @renovate in #158
  • fix(deps): update rust crate tokio to 1.22 by @renovate in #157

Full Changelog: v1.3.4...v1.4.0

v1.3.4

07 Nov 14:06
2d968b2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.3...v1.3.4

v1.3.3

04 Nov 09:16
bc256db
Compare
Choose a tag to compare

What's Changed

  • fix(deps): update rust crate tokio-stream to 0.1.11 by @renovate in #152
  • Add the reactions.add and reactions.remove api. Fix typo in converations_replies. by @jtmichelson in #154

New Contributors

Full Changelog: v1.3.2...v1.3.3

v1.3.2

08 Oct 12:42
8271d48
Compare
Choose a tag to compare
  • Redacted Slack urls in logs/traces for webhooks since they are sensitive. Fixed CVE-2022-39292

Full Changelog: v1.3.0...v1.3.2

v1.3.0

08 Oct 12:01
c6b88bc
Compare
Choose a tag to compare

What's Changed

Migration Notice

  • Only internal HTTP connector API is affected, which is used by only developers implementing their own connectors.
  • The library now creates tracing spans on debug level, make sure if this is fine for you

Full Changelog: v1.2.2...v1.3.0