Releases: abdolence/slack-morphism-rust
Releases · abdolence/slack-morphism-rust
v1.6.1
What's Changed
- Interaction event state support by @abdolence in #173
Full Changelog: v1.6.0...v1.6.1
v1.6.0
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
What's Changed
- BlockKit Model fixes by @x3ro in #168
- fix(deps): update rust crate base64 to 0.21 by @renovate in #163
- Conversion updates for Number/URL input elements by @abdolence in #169
New Contributors
Full Changelog: v1.4.2...v1.5.0
v1.4.2
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
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
v1.3.4
What's Changed
- Propagating request parts in Axum middleware by @abdolence in #156
Full Changelog: v1.3.3...v1.3.4
v1.3.3
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
- @jtmichelson made their first contribution in #154
Full Changelog: v1.3.2...v1.3.3
v1.3.2
- 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
What's Changed
- Distributed tracing (spans) support and scope propagation by @abdolence in #151
SlackClient.run_in_session
implementation by @abdolence in #151- Update Rust crate url to 2.3 by @renovate in #149
- Update Rust crate tokio to 1.21 by @renovate in #146
- Update Rust crate tokio-stream to 0.1.10 by @renovate in #150
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