Skip to content

Releases: slackapi/deno-slack-sdk

2.6.0

14 Feb 23:23
dd7985c
Compare
Choose a tag to compare

What's Changed

New bulk datastore API methods are exposed by [email protected] with this release, making many put, get, and delete calls more simple with bulkPut, bulkGet, and bulkDelete! Check out a few examples in this comment.

Build

  • Use GITHUB_OUTPUT envvar instead of set-output command as the latter is deprecated by @arunsathiya in #261

Chores

  • chore(deps): bump the slack api version to 2.2.0 by @zimeg in #277

Documentation

New Contributors

Full Changelog: 2.5.0...2.6.0

2.5.0

14 Nov 17:33
fef25e8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.4.1...2.5.0

2.4.1

19 Oct 20:36
288a284
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.4.0...2.4.1

2.4.0

28 Sep 16:56
c8b372f
Compare
Choose a tag to compare

What's Changed

  • Adding HTTP POST method configuration to OAuthProvider by @uhunnyslack in #217

Full Changelog: 2.3.0...2.4.0

2.3.0

15 Sep 14:45
2c47acc
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.0...2.3.0

2.2.0

03 Aug 20:19
738d367
Compare
Choose a tag to compare

What's Changed

  • Introduced a new behavior that errors when a user tries to register a workflow, function, datastore, customType, event or provider with a duplicated primary key (callback_id, name ...) by @WilliamBergamin in #192

Full Changelog: 2.1.5...2.2.0

2.1.5

21 Jul 14:22
abd4e33
Compare
Choose a tag to compare

What's Changed

  • Improved typeahead to show users what values are accepted for the type field of functions and datastores while allowing any other string value to be passed by @shapirone in #186

Full Changelog: 2.1.4...2.1.5

2.1.4

09 Jun 14:34
11ea50e
Compare
Choose a tag to compare

What's Changed

  • Added a new property called require_end_user_auth for the oauth2 input type, when enabled the Builder UI disables the auth delegation toggle and defaults to end user auth by @nupurgoyall in #174
  • Added a new hidden unstable function (for internal use only) to create valid connector objects by @WilliamBergamin in #176

Full Changelog: 2.1.3...2.1.4

2.1.3

26 May 16:11
638cfa2
Compare
Choose a tag to compare

What's Changed

  • Added a CI/CD steps that validates the static typing of this repo against the sample projects, this will provide more stability to the package by @WilliamBergamin in #172
  • Improved and clarified the maintainers_guide to touch up auto-generated release notes by @shapirone in #175
  • Bump the deno-slack-api version by @WilliamBergamin in #178

Full Changelog: 2.1.2...2.1.3

2.1.2

28 Apr 13:10
fee1aef
Compare
Choose a tag to compare

What's Changed

  • Introduced new manager_ids input parameter to CreateChannel that allows setting channel managers by @smitalpatel22 in #171

Full Changelog: 2.1.0...2.1.2