Skip to content

Releases: slackapi/deno-slack-api

2.8.0

02 Aug 17:23
9105487
Compare
Choose a tag to compare

What's Changed

  • feat: add event_timestamp to all trigger event data objects by @filmaj in #109

Full Changelog: 2.7.1...2.8.0

2.7.1

22 Jul 15:12
2362b9c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.7.0...2.7.1

2.7.0

02 Jul 23:57
26fcdd6
Compare
Choose a tag to compare

What's Changed

  • feat: add team.externalTeams.disconnect and conversations.externalInvitePermissions.set APIs by @filmaj in #106

Full Changelog: 2.6.0...2.7.0

2.6.0

18 Jun 18:46
dc8772a
Compare
Choose a tag to compare

What's Changed

  • feat: new Slack Connect APIs team.externalTeams.list and users.discoverableContacts.lookup by @filmaj in #105

Full Changelog: 2.5.0...2.6.0

2.5.0

14 Jun 13:55
383c400
Compare
Choose a tag to compare

What's Changed

Features

  • feat: Add support for the new canvas APIs by @filmaj in #104

Improvements

  • feat: Add codecov badge, report health score, update GH actions and code coverage reporting by @filmaj in #99
  • docs: fix the task coverage command in the README.md by @ryu-727 in #103

Dependabot

New Contributors

Full Changelog: 2.4.0...2.5.0

2.4.0

16 Apr 17:37
199ef46
Compare
Choose a tag to compare

What's Changed

  • Add support for wildcard/unscoped channel/workspace event trigger definitions via all_resources by @filmaj in #98

Full Changelog: 2.3.2...2.4.0

2.3.2

15 Mar 18:47
59b18dc
Compare
Choose a tag to compare

What's Changed

  • We're very indecisive today, apologies for those following along with bated breath, but never fear as now, in actual fact, the recently-reverted "feat: Add datastore count API" is now being re-introduced. It works. We decided to release and do it live. So you all can now count datastore records to your heart's content!

Full Changelog: 2.3.1...2.3.2

2.3.1

15 Mar 17:48
003320d
Compare
Choose a tag to compare

What's Changed

  • Reverting "feat: Add datastore count API" by @filmaj in #95 - not quite ready yet! Sorry!

Full Changelog: 2.3.0...2.3.1

2.3.0

15 Mar 16:56
185ddda
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.2.0...2.3.0

2.2.0

14 Feb 20:44
fcb40ae
Compare
Choose a tag to compare

What's Changed

A brand new set of datastore API methods are now available to make bulk operations easier. These are the bulk datastore API methods! Now, multiple calls to put, get, and delete can be combined into single calls to bulkPut, bulkGet, and bulkDelete instead. Some examples of using these with an actual datastore can be found in this comment.

Enhancements

Documentation

New Contributors

Full Changelog: 2.1.2...2.1.3