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
---
* All issues/pull requests: https://github.com/slackapi/python-slack-sdk/milestone/28?closed=1
* All changes: https://github.com/slackapi/python-slack-sdk/compare/v3.3.2...v3.4.0