Skip to content

Releases: slackapi/deno-slack-sdk

2.14.2

02 Aug 17:38
5471dc7
Compare
Choose a tag to compare

What's Changed

  • docs: use provided function and client values for datastore calls by @zimeg in #346
  • chore: bump the api dependency version by @WilliamBergamin in #349

Full Changelog: 2.14.1...2.14.2

2.14.1

22 Jul 15:21
7589d49
Compare
Choose a tag to compare

What's Changed

  • Bump deno_slack_api to 2.7.1 (fixes an issue with API client proxying then calls) by @filmaj in #345

Full Changelog: 2.14.0...2.14.1

2.14.0

03 Jul 12:44
92cb1ac
Compare
Choose a tag to compare

What's New

deno_slack_api was bumped to 2.7.0 which includes access to a few new HTTP APIs when using the provided API client parameter in function handlers:

What's Changed

New Contributors

Full Changelog: 2.13.0...2.14.0

2.13.0

19 Jun 20:57
Compare
Choose a tag to compare

What's Changed

This release includes new Slack Connect and Canvas APIs exposed to function handlers via the API client. See the release notes for deno-slack-api v2.6.0 and 2.5.0 for details.

Full Changelog: 2.12.0...2.13.0

2.12.0

10 Jun 13:02
e5ba46f
Compare
Choose a tag to compare

What's Changed

New team_id type

There is a new team_id type available. Can't do much with it - yet - but we are working to add better support for it coming soon.

Create Channel and Create Usergroups built-in functions now accept team_id

Creating channels and usergroups in org environments requires specifying the origin team workspace; this change is an incremental step to get closer to better supporting this use case.

New Add Bookmark built-in function

You can now add bookmarks using this SDK!

Changelog

  • New team_id type, updates to built-ins, updated builtin function generation script instructions by @filmaj in #327

Full Changelog: 2.11.0...2.12.0

2.11.0

10 May 13:57
c6b5344
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.10.0...2.11.0

2.10.0

16 Apr 19:45
199861e
Compare
Choose a tag to compare

What's Changed

  • Upgrading deno-slack-api to v2.4.0 (support for all_resources event triggers) by @filmaj in #304

Full Changelog: 2.9.0...2.10.0

2.9.0

01 Apr 17:10
6202519
Compare
Choose a tag to compare

What's Changed

  • The "Invite User To Channel" built in method has changed slightly: user_ids is no longer a required parameter but rather option. In addition, a usergroups input parameter was added, to enable people to invite entire user groups. By @kkishan1 in #295

New Contributors

Full Changelog: 2.8.0...2.9.0

2.8.0

15 Mar 19:05
de2ca5c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.7.0...2.8.0

2.7.0

01 Mar 14:33
8563f41
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.6.0...2.7.0