Skip to content

version 2.8.0

Compare
Choose a tag to compare
@seratch seratch released this 06 Aug 23:51
· 605 commits to main since this release

Refer to v2.8.0 milestone to know the complete list of the issues resolved by this release.

New Features

  1. [WebClient] #765 #766 Introduce AsyncWebClient/AsyncWebhookClient providing coroutines - Thanks @seratch
  2. [Block Kit] #767 #768 Add "header" block support - Thanks @mwbrooks

Updates

  1. [WebClient] #738 Add HTTP_PROXY, HTTPS_PROXY env variable support in async WebClient - Thanks @iamtofr @seratch
  2. [WebClient] #769 #773 Enable User-Agent to have additional info part - Thanks @seratch
  3. [WebClient] #770 #771 Fix a bug where files.upload's file param doesn't accept bytes data - Thanks @seratch