Releases: slackapi/deno-slack-sdk
Releases · slackapi/deno-slack-sdk
2.6.0
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
Documentation
- Capitalize testing heading in PR template by @arunsathiya in #247
- feat: add readme to denoland by @WilliamBergamin in #264
New Contributors
- @arunsathiya made their first contribution in #247
Full Changelog: 2.5.0...2.6.0
2.5.0
What's Changed
- Add a new Slack type
file_id
available to functions by @WilliamBergamin in #241
Full Changelog: 2.4.1...2.5.0
2.4.1
What's Changed
- Fixing the
use_basic_auth_scheme
property name by @uhunnyslack in #232
Full Changelog: 2.4.0...2.4.1
2.4.0
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
What's Changed
- Enhanced the contribution guidelines for the project aiming to ease the process for external maintainers @WilliamBergamin in #201
- Improve the README.md by targeting the end user audience by @WilliamBergamin in #200
- Added parallel testing to reduce testing time and cost in CI/CD and local development by @WilliamBergamin in #209
- Fixed circular import dependency issue in builtin generation script by @WilliamBergamin in #211
- Enabled PKCE authorization support for use from the end users by @uhunnyslack in #203
- Enabled the use of Basic Auth scheme for the end users by @uhunnyslack in #215
Full Changelog: 2.2.0...2.3.0
2.2.0
What's Changed
- Introduced a new behavior that errors when a user tries to register a
workflow
,function
,datastore
,customType
,event
orprovider
with a duplicated primary key (callback_id
,name
...) by @WilliamBergamin in #192
Full Changelog: 2.1.5...2.2.0
2.1.5
What's Changed
- Improved typeahead to show users what values are accepted for the
type
field offunctions
anddatastores
while allowing any other string value to be passed by @shapirone in #186
Full Changelog: 2.1.4...2.1.5
2.1.4
What's Changed
- Added a new property called
require_end_user_auth
for theoauth2
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
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
What's Changed
- Introduced new
manager_ids
input parameter toCreateChannel
that allows setting channel managers by @smitalpatel22 in #171
Full Changelog: 2.1.0...2.1.2