chore(deps): update dependency slack-ruby-client to '~> 0.17' #18
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
'~> 0.7'
->'~> 0.17'
Release Notes
slack-ruby/slack-ruby-client (slack-ruby-client)
v0.17.0
Compare Source
im_
,mpim_
,channels_
, andgroups_
methods - @dblock.admin_conversations_whitelist
andadmin_conversations_disconnectShared
- @dblock.Slack::Events::Request
- @wedgex.v0.16.0
Compare Source
celluloid-io
andfaye-websocket
support - @wasabigeek.admin_apps_clearResolution
,admin_conversations_getCustomRetention
,admin_conversations_removeCustomRetention
,admin_conversations_setCustomRetention
,admin_users_session_list
andauth_teams_list
endpoints - @dblock.admin_conversations_archive
,admin_conversations_convertToPrivate
,admin_conversations_create
,admin_conversations_delete
,admin_conversations_disconnectShared
,admin_conversations_getConversationPrefs
,admin_conversations_getTeams
,admin_conversations_invite
,admin_conversations_rename
,admin_conversations_search
,admin_conversations_setConversationPrefs
,admin_conversations_unarchive
,admin_conversations_ekm_listOriginalConnectedChannelInfo
,admin_users_session_invalidate
,apps_event_authorizations_list
,conversations_mark
,workflows_stepCompleted
,workflows_stepFailed
andworkflows_updateStep
endpoints - @wasabigeek.v0.15.1
Compare Source
channel_not_found
resolving channel IDs with 100+ channels - @dblock.adapter
configuration setting to change theFaraday
HTTP adapter - @watsonjon.v0.15.0
Compare Source
Faraday::Connection
for persistent adapters - @drbrain.admin_conversations_whitelist
,admin_usergroups
,calls
andcalls_participants
endpoints - @wasabigeek.conversations_list
instead of deprecatedchannels_list
. Addedadmin_conversations_restrictAccess_addGroup
,admin_conversations_restrictAccess_listGroups
andadmin_conversations_restrictAccess_removeGroup
endpoints - @wasabigeek.v0.14.6
Compare Source
admin_inviteRequests_approve
,admin_inviteRequests_deny
,admin_inviteRequests_list
,admin_inviteRequests_approved_list
,admin_inviteRequests_denied_list
,admin_teams_create
,admin_teams_list
,admin_teams_admins_list
,admin_teams_owners_list
,admin_teams_settings
,admin_teams_settings_setIcon
,admin_teams_settings_setName
,admin_teams_settings_setDescription
,admin_users_assign
,admin_users_invite
,admin_users_remove
,admin_users_setAdmin
,admin_users_setOwner
andadmin_users_setRegular
endpoints - @manuelmeurer.response_metadata
more accessible in errors - @jmanian.admin_teams_settings_info
,admin_users_list
,admin_users_setExpiration
,admin_apps_approved_list
,admin_apps_restricted_list
,admin_conversations_setTeams
,admin_emoji_add
,admin_emoji_addAlias
,admin_emoji_list
,admin_emoji_remove
andadmin_emoji_rename
endpoints - @dblock.v0.14.5
Compare Source
admin_apps
,admin_app_requests
andviews
endpoints - @jmanian.oauth_v2_access
andviews_publish
endpoints - @jwright.inactive_account
andinvalid_auth
- @dblock.v0.14.4
Compare Source
v0.14.3
Compare Source
admin_users_session_reset
to Web API - @dblock.v0.14.2
Compare Source
Slack::Events::Request
constructor - @gabrielmdeal.chat_scheduleMessage
,chat_deleteScheduledMessage
andchat_scheduledMessages_list
- @dblock.files_comments_add
andfiles_comments_edit
- @dblock.v0.14.1
Compare Source
v0.14.0
Compare Source
Slack::Events::Request#verify!
to check whether an event request is coming from Slack - @dblock.thread_ts
option tochat_postEphemeral
- @dblock.apps_uninstall
to Web API - @dblock.v0.13.1
Compare Source
Thread
withActor
in Celluloid async support - @dblock.v0.13.0
Compare Source
async-websocket
- @dblock, @ioquatix.v0.12.0
Compare Source
Errno::ECONNRESET
and empty buffer reads with celluloid-io - @dblock.groups_list
,files_info
,mpim_list
,reactions_list
andstars_list
now support cursor pagination - @hotwatermorning.apps_permissions_users_list
andapps_permissions_users_request
- @hotwatermorning.chat_postEphemeral
to check for existence of eithertext
orattachments
- @peterzhu2118.apps_permissions_resources_list
andapps_permissions_scopes_list
- @jmanian.users_conversations
- @jmanian.v0.11.1
Compare Source
NoMethodError
when Slack is unavailable - @sonicdoe.users_lookupByEmail
- @manuelmeurer.v0.11.0
Compare Source
json
gem - @seuros.chat_getPermalink
,migration_exchange
- @dblock.channels_delete
,chat_command
,files_edit
,files_share
,users_admin_invite
,users_admin_setInactive
andusers_prefs_get
- @dblock.v0.10.0
Compare Source
include_locale
parameter to several methods (channels_info
,groups_info
,im_open
,rtm_start
,users_info
,users_list
) - @jmanian.groups_close
- @jmanian.OpenSSL::X509::DEFAULT_CERT_DIR
andOpenSSL::X509::DEFAULT_CERT_FILE
for default ca_cert and ca_file - @leifcr.Errno::EPIPE
- @johanoskarsson.rtm.start
when store is a subclass ofSlack::RealTime::Stores::Store
(default) - @kstole.v0.9.1
Compare Source
v0.9.0
Compare Source
undefined method running?
andThreadError: Target thread must not be current thread
withCelluloid::IO
- @dblock.rtm_connect
vs.rtm_start
- @dblock.Slack::Web::Api::Errors
module - @greggroth.v0.8.1
Compare Source
exclude_members
option tochannels_list
Web API - @dblock.chat_unfurl
to Web API - @dblock.rtm_connect
to RTM API - @dblock.no_latest
support torm_start
RTM API - @dblock.v0.8.0
Compare Source
timeout
andopen_timeout
options to Web API - @dblock.start_options[:request][:timeout]
, used withrtm.start
inSlack::RealTime::Client
, to 180 seconds - @dblock.terminate
- @newdark.validate
option tochannels_create
,channels_join
,channels_rename
,groups_create
andgroups_rename
Web APIs - @dblock.channel
option fromfiles_comments_add
Web API - @dblock.v0.7.9
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.