Releases: slackapi/deno-slack-sdk
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
2.7.0
What's Changed
- Introduce AWS DynamoDB TimeToLive feature on Slack app datastores. This feature allows developers to identify an attribute in their datastore schema which serves as an expiration timestamp. Check out an example by @mniemer in #278
- Use the new Canvas Slack functions; canvas create, channel canvas create, copy canvas, canvas update content and share canvas in your workflows, find out more by @rafaelamsili in #273
New Contributors
- @mniemer made their first contribution in #278
- @rafaelamsili made their first contribution in #273
Full Changelog: 2.6.0...2.7.0