Skip to content

Releases: Dapperware/zio-slack

v1.0.0-RC1

04 Sep 09:01
Compare
Choose a tag to compare

This release contains an entire re-implementation of zio-slack. It rethinks the design from the ground up and drastically improves the DX for building slack integrations (powered by innovations from ZIO2 and all the contributors there!).

What's Changed

  • Updated with dozens of new methods from slack (including the call API and schedule messages)
  • Removal of the deprecated RTM interface in favor of the new socket mode api
  • New unified API structure, all methods now live under a single Slack type which can be used either directly or via service injection
  • New modular API for constructing methods that are missing and for testing components without a live slack server
  • New typesafe authentication methods prevent accidentally forgetting to supply access tokens
  • Better enumeration of slack response types including proper propagation of rate limit errors

v0.9.5

19 May 09:05
b205dce
Compare
Choose a tag to compare

CI

  • Add github actions for PR builds

API

Bug fixes

v0.9.4

28 Apr 09:49
Compare
Choose a tag to compare

Bug Fixes

  • Fix nullable channel.topic.creator

v0.9.3

28 Apr 09:31
57574b0
Compare
Choose a tag to compare

Bug fixes

  • Fix nullable channel.topic.creator

v0.9.2

28 Apr 08:51
46fa5c7
Compare
Choose a tag to compare

Bug Fixes

  • Fix handling for missing channel.topic.creator

v0.9.1

26 Feb 06:31
6e4d9d9
Compare
Choose a tag to compare

Re-release of v0.9.0 to fix CI issue

v0.9.0

26 Feb 05:29
6e4d9d9
Compare
Choose a tag to compare

Breaking changes

  • Upgrade to Sttp3

Fixes

  • Fix empty cursor strings during pagination
  • Fix some missing pagination APIs

Chores

  • Standardize the response chunk decoder

v0.9.0-RC1

09 Feb 01:37
Compare
Choose a tag to compare
v0.9.0-RC1 Pre-release
Pre-release

Fixes

  • Fix empty cursor strings during pagination
  • Fix some missing pagination APIs

Chores

  • Standardize the response chunk decoder

v0.8.5-RC2

29 Jan 08:07
f8f9a43
Compare
Choose a tag to compare
v0.8.5-RC2 Pre-release
Pre-release

Republish of v0.8.5-RC1

v0.8.5-RC1

29 Jan 08:02
3ea9e1f
Compare
Choose a tag to compare
v0.8.5-RC1 Pre-release
Pre-release

Fixes

  • Fix input block handling
  • Fix view state deserialization