Releases: slackapi/deno-slack-sdk
2.15.0
What's Changed
Features:
- feat: add new type
list_id
, builtins for Add/Remove Reactions and many List-related functions by @filmaj in #361 - feat: add hidden type for salesforce record id by @WilliamBergamin in #390
Maintenance:
- chore(license): share code under the mit license by @zimeg in #353
- E2E test system integration by @filmaj in #369
- move CI invocation from circleci config to actions config by @filmaj in #387
Dependabot:
- Bump denoland/setup-deno from 1 to 2 by @dependabot in #373
- Bump codecov/codecov-action from 4 to 5 by @dependabot in #389
Full Changelog: 2.14.2...2.15.0
2.14.2
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
2.14.0
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:
conversations.externalInvitePermissions.set
team.externalTeams.disconnect
team.externalTeams.list
users.discoverableContacts.lookup
What's Changed
- Fix typo in README.md by @ericmutta in #333
- Bump deno_slack_api to 2.7.0 by @filmaj in #337
New Contributors
- @ericmutta made their first contribution in #333
Full Changelog: 2.13.0...2.14.0
2.13.0
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.
- bump the api dependency to 2.6.0 by @WilliamBergamin in #330
Full Changelog: 2.12.0...2.13.0
2.12.0
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
What's Changed
- Add Share Canvas In Thread built-in function by @rafaelamsili in #311
Full Changelog: 2.10.0...2.11.0
2.10.0
2.9.0
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, ausergroups
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
What's Changed
- Bump deno-slack-api to 2.3.2 by @filmaj in #292
- Introducing a new
apps.datastore.count
API for use with the API client, which lets you run a query and only get the count of results back in the response. See https://github.com/slackapi/deno-slack-api/releases/tag/2.3.2 for full details.
- Introducing a new
Full Changelog: 2.7.0...2.8.0