Skip to content

version 3.4.0

Compare
Choose a tag to compare
@seratch seratch released this 19 Feb 04:45
· 479 commits to main since this release

New Features

Better HTTP proxy support

In this version, better proxy configuration supports are added to all API clients support.

  • http://{username}:{password}@{host}:{port} format support
    HTTPS_PROXY / HTTP_PROXY env variables support

Changes

We've improved the internals of RTMClient v2 in this release. If you are using the module, we highly recommend upgrading to this version.

  • #954 Better proxy auth support in all API clients - Thanks @seratch
  • #953 HTTPS_PROXY / HTTP_PROXY env variable supports in all API clients - Thanks @seratch
  • #959 #960 #961 Improve the stability of RTMClient v2 - Thanks @nzlosh @seratch
  • #957 Deprecate slack_sdk.models.messages and slack_sdk.models.dialoags (misspelled name) - Thanks @seratch @eddyg